Package org.opensaml.saml.saml2.core
Interface StatusCode
- All Superinterfaces:
SAMLObject,XMLObject
- All Known Implementing Classes:
StatusCodeImpl
SAML 2.0 Core StatusCode.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringURI for AuthnFailed status code.static final StringLocal Name of StatusCode.static final QNameDefault element name.static final StringURI for InvalidAttrNameOrValue status code.static final StringURI for InvalidNameIDPolicy status code.static final StringURI for NoAuthnContext status code.static final StringURI for NoAvailableIDP status code.static final StringURI for NoPassive status code.static final StringURI for NoSupportedIDP status code.static final StringURI for PartialLogout status code.static final StringURI for ProxyCountExceeded status code.static final StringURI for RequestDenied status code.static final StringURI for RequestUnsupported status code.static final StringURI for RequestVersionDeprecated status code.static final StringURI for RequestVersionTooHigh status code.static final StringURI for RequestVersionTooLow status code.static final StringURI for Requester status code.static final StringURI for ResourceNotRecognized status code.static final StringURI for Responder status code.static final StringURI for Success status code.static final StringURI for TooManyResponses status code.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.static final StringURI for UnknownAttrProfile status code.static final StringURI for UnknownPrincipal status code.static final StringURI for UnsupportedBinding status code.static final StringLocal Name of the Value attribute.static final StringURI for VersionMismatch status code. -
Method Summary
Modifier and TypeMethodDescriptionGets the Status Code of this Status Code.getValue()Gets the Value of this Status Code.voidsetStatusCode(StatusCode newStatusCode) Sets the Status Code of this Status Code.voidSets the Value of this Status Code.Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Local Name of StatusCode.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
VALUE_ATTRIB_NAME
Local Name of the Value attribute.- See Also:
-
SUCCESS
URI for Success status code.- See Also:
-
REQUESTER
URI for Requester status code.- See Also:
-
RESPONDER
URI for Responder status code.- See Also:
-
VERSION_MISMATCH
URI for VersionMismatch status code.- See Also:
-
AUTHN_FAILED
URI for AuthnFailed status code.- See Also:
-
INVALID_ATTR_NAME_OR_VALUE
URI for InvalidAttrNameOrValue status code.- See Also:
-
INVALID_NAMEID_POLICY
URI for InvalidNameIDPolicy status code.- See Also:
-
NO_AUTHN_CONTEXT
URI for NoAuthnContext status code.- See Also:
-
NO_AVAILABLE_IDP
URI for NoAvailableIDP status code.- See Also:
-
NO_PASSIVE
URI for NoPassive status code.- See Also:
-
NO_SUPPORTED_IDP
URI for NoSupportedIDP status code.- See Also:
-
PARTIAL_LOGOUT
URI for PartialLogout status code.- See Also:
-
PROXY_COUNT_EXCEEDED
URI for ProxyCountExceeded status code.- See Also:
-
REQUEST_DENIED
URI for RequestDenied status code.- See Also:
-
REQUEST_UNSUPPORTED
URI for RequestUnsupported status code.- See Also:
-
REQUEST_VERSION_DEPRECATED
URI for RequestVersionDeprecated status code.- See Also:
-
REQUEST_VERSION_TOO_HIGH
URI for RequestVersionTooHigh status code.- See Also:
-
REQUEST_VERSION_TOO_LOW
URI for RequestVersionTooLow status code.- See Also:
-
RESOURCE_NOT_RECOGNIZED
URI for ResourceNotRecognized status code.- See Also:
-
TOO_MANY_RESPONSES
URI for TooManyResponses status code.- See Also:
-
UNKNOWN_ATTR_PROFILE
URI for UnknownAttrProfile status code.- See Also:
-
UNKNOWN_PRINCIPAL
URI for UnknownPrincipal status code.- See Also:
-
UNSUPPORTED_BINDING
URI for UnsupportedBinding status code.- See Also:
-
-
Method Details
-
getStatusCode
Gets the Status Code of this Status Code.- Returns:
- StatusCode StatusCode
-
setStatusCode
Sets the Status Code of this Status Code.- Parameters:
newStatusCode- the Status Code of this Status Code.
-
getValue
Gets the Value of this Status Code.- Returns:
- StatusCode Value
-
setValue
Sets the Value of this Status Code.- Parameters:
newValue- the Value of this Status Code
-