Uses of Enum Class
se.swedenconnect.spring.saml.idp.error.Saml2ErrorStatus
-
Uses of Saml2ErrorStatus in se.swedenconnect.spring.saml.idp.error
Modifier and TypeMethodDescriptionstatic Saml2ErrorStatus
Returns the enum constant of this class with the specified name.static Saml2ErrorStatus[]
Saml2ErrorStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionConstructor.Saml2ErrorStatusException
(Saml2ErrorStatus status, String msg) Constructor.Saml2ErrorStatusException
(Saml2ErrorStatus status, String msg, Throwable cause) Constructor.Saml2ErrorStatusException
(Saml2ErrorStatus status, Throwable cause) Constructor.