Uses of Enum Class
se.swedenconnect.spring.saml.idp.error.Saml2ErrorStatus
Packages that use Saml2ErrorStatus
-
Uses of Saml2ErrorStatus in se.swedenconnect.spring.saml.idp.error
Subclasses with type arguments of type Saml2ErrorStatus in se.swedenconnect.spring.saml.idp.errorModifier and TypeClassDescriptionenumAn enum representing the different SAML error response messages that are handled in the system.Methods in se.swedenconnect.spring.saml.idp.error that return Saml2ErrorStatusModifier and TypeMethodDescriptionstatic Saml2ErrorStatusReturns 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.Constructors in se.swedenconnect.spring.saml.idp.error with parameters of type Saml2ErrorStatusModifierConstructorDescriptionConstructor.Saml2ErrorStatusException(Saml2ErrorStatus status, String msg) Constructor.Saml2ErrorStatusException(Saml2ErrorStatus status, String msg, Throwable cause) Constructor.Saml2ErrorStatusException(Saml2ErrorStatus status, Throwable cause) Constructor.