Uses of Enum Class
se.swedenconnect.spring.saml.idp.error.UnrecoverableSaml2IdpError
-
Uses of UnrecoverableSaml2IdpError in se.swedenconnect.spring.saml.idp.error
Modifier and TypeMethodDescriptionUnrecoverableSaml2IdpException.getError()
Gets the specific error.static UnrecoverableSaml2IdpError
Returns 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.ModifierConstructorDescriptionUnrecoverableSaml2IdpException
(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.