Uses of Enum Class
se.swedenconnect.spring.saml.idp.error.UnrecoverableSaml2IdpError
Packages that use UnrecoverableSaml2IdpError
-
Uses of UnrecoverableSaml2IdpError in se.swedenconnect.spring.saml.idp.error
Subclasses with type arguments of type UnrecoverableSaml2IdpError in se.swedenconnect.spring.saml.idp.errorModifier and TypeClassDescriptionenumAn enum representing unrecoverable SAML errors, i.e., such errors that can not be signalled back to the SAML SP.Methods in se.swedenconnect.spring.saml.idp.error that return UnrecoverableSaml2IdpErrorModifier and TypeMethodDescriptionUnrecoverableSaml2IdpException.getError()Gets the specific error.static UnrecoverableSaml2IdpErrorReturns the enum constant of this class with the specified name.static UnrecoverableSaml2IdpError[]UnrecoverableSaml2IdpError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in se.swedenconnect.spring.saml.idp.error with parameters of type UnrecoverableSaml2IdpErrorModifierConstructorDescriptionUnrecoverableSaml2IdpException(UnrecoverableSaml2IdpError error, String msg, Throwable cause, org.springframework.security.core.Authentication authn) Constructor.UnrecoverableSaml2IdpException(UnrecoverableSaml2IdpError error, String msg, org.springframework.security.core.Authentication authn) Constructor.UnrecoverableSaml2IdpException(UnrecoverableSaml2IdpError error, Throwable cause, org.springframework.security.core.Authentication authn) Constructor.UnrecoverableSaml2IdpException(UnrecoverableSaml2IdpError error, org.springframework.security.core.Authentication authn) Constructor.