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
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.