Package org.projecthusky.xua.saml2
Enum Class StatusCode
- All Implemented Interfaces:
Serializable
,Comparable<StatusCode>
,Constable
Enumeration of the possible StatusCodes
Enumerierung der möglichen StatusCodes
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionURI for AuthnFailed status code.URI for InvalidAttrNameOrValue status code.URI for InvalidNameIDPolicy status code.URI for NoAuthnContext status code.URI for NoAvailableIDP status code.URI for NoPassive status code.URI for NoSupportedIDP status code.URI for PartialLogout status code.URI for ProxyCountExceeded status code.URI for RequestDenied status code.URI for RequestUnsupported status code.URI for RequestVersionDeprecated status code.URI for RequestVersionTooHigh status code.URI for RequestVersionTooLow status code.URI for Requester status code.URI for ResourceNotRecognized status code.URI for Responder status code.URI for Success status code.URI for TooManyResponses status code.URI for UnknownAttrProfile status code.URI for UnknownPrincipal status code.URI for UnsupportedBinding status code.URI for VersionMismatch status code. -
Method Summary
Modifier and TypeMethodDescriptionstatic StatusCode
Gets the enum.toString()
static StatusCode
Returns the enum constant of this class with the specified name.static StatusCode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTHN_FAILED
URI for AuthnFailed status code. -
INVALID_ATTR_NAME_OR_VALUE
URI for InvalidAttrNameOrValue status code. -
INVALID_NAMEID_POLICY
URI for InvalidNameIDPolicy status code. -
NO_AUTHN_CONTEXT
URI for NoAuthnContext status code. -
NO_AVAILABLE_IDP
URI for NoAvailableIDP status code. -
NO_PASSIVE
URI for NoPassive status code. -
NO_SUPPORTED_IDP
URI for NoSupportedIDP status code. -
PARTIAL_LOGOUT
URI for PartialLogout status code. -
PROXY_COUNT_EXCEEDED
URI for ProxyCountExceeded status code. -
REQUEST_DENIED
URI for RequestDenied status code. -
REQUEST_UNSUPPORTED
URI for RequestUnsupported status code. -
REQUEST_VERSION_DEPRECATED
URI for RequestVersionDeprecated status code. -
REQUEST_VERSION_TOO_HIGH
URI for RequestVersionTooHigh status code. -
REQUEST_VERSION_TOO_LOW
URI for RequestVersionTooLow status code. -
REQUESTER
URI for Requester status code. -
RESOURCE_NOT_RECOGNIZED
URI for ResourceNotRecognized status code. -
RESPONDER
URI for Responder status code. -
SUCCESS
URI for Success status code. -
TOO_MANY_RESPONSES
URI for TooManyResponses status code. -
UNKNOWN_ATTR_PROFILE
URI for UnknownAttrProfile status code. -
UNKNOWN_PRINCIPAL
URI for UnknownPrincipal status code. -
UNSUPPORTED_BINDING
URI for UnsupportedBinding status code. -
VERSION_MISMATCH
URI for VersionMismatch status code.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getEnum
Gets the enum.- Parameters:
code
- the code- Returns:
- the enum
-
toString
- Overrides:
toString
in classEnum<StatusCode>
-