Package org.opensaml.saml.saml2.core
Interface StatusCode
-
- All Superinterfaces:
SAMLObject,XMLObject
public interface StatusCode extends SAMLObject
SAML 2.0 Core StatusCode.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHN_FAILEDURI for AuthnFailed status code.static StringDEFAULT_ELEMENT_LOCAL_NAMELocal Name of StatusCode.static QNameDEFAULT_ELEMENT_NAMEDefault element name.static StringINVALID_ATTR_NAME_OR_VALUEURI for InvalidAttrNameOrValue status code.static StringINVALID_NAMEID_POLICYURI for InvalidNameIDPolicy status code.static StringNO_AUTHN_CONTEXTURI for NoAuthnContext status code.static StringNO_AVAILABLE_IDPURI for NoAvailableIDP status code.static StringNO_PASSIVEURI for NoPassive status code.static StringNO_SUPPORTED_IDPURI for NoSupportedIDP status code.static StringPARTIAL_LOGOUTURI for PartialLogout status code.static StringPROXY_COUNT_EXCEEDEDURI for ProxyCountExceeded status code.static StringREQUEST_DENIEDURI for RequestDenied status code.static StringREQUEST_UNSUPPORTEDURI for RequestUnsupported status code.static StringREQUEST_VERSION_DEPRECATEDURI for RequestVersionDeprecated status code.static StringREQUEST_VERSION_TOO_HIGHURI for RequestVersionTooHigh status code.static StringREQUEST_VERSION_TOO_LOWURI for RequestVersionTooLow status code.static StringREQUESTERURI for Requester status code.static StringRESOURCE_NOT_RECOGNIZEDURI for ResourceNotRecognized status code.static StringRESPONDERURI for Responder status code.static StringSUCCESSURI for Success status code.static StringTOO_MANY_RESPONSESURI for TooManyResponses status code.static StringTYPE_LOCAL_NAMELocal name of the XSI type.static QNameTYPE_NAMEQName of the XSI type.static StringUNKNOWN_ATTR_PROFILEURI for UnknownAttrProfile status code.static StringUNKNOWN_PRINCIPALURI for UnknownPrincipal status code.static StringUNSUPPORTED_BINDINGURI for UnsupportedBinding status code.static StringVALUE_ATTRIB_NAMELocal Name of the Value attribute.static StringVERSION_MISMATCHURI for VersionMismatch status code.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusCodegetStatusCode()Gets the Status Code of this Status Code.StringgetValue()Gets the Value of this Status Code.voidsetStatusCode(StatusCode newStatusCode)Sets the Status Code of this Status Code.voidsetValue(String newValue)Sets the Value of this Status Code.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, 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 Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
static final String DEFAULT_ELEMENT_LOCAL_NAME
Local Name of StatusCode.- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final QName DEFAULT_ELEMENT_NAME
Default element name.
-
TYPE_LOCAL_NAME
static final String TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
- Constant Field Values
-
TYPE_NAME
static final QName TYPE_NAME
QName of the XSI type.
-
VALUE_ATTRIB_NAME
static final String VALUE_ATTRIB_NAME
Local Name of the Value attribute.- See Also:
- Constant Field Values
-
SUCCESS
static final String SUCCESS
URI for Success status code.- See Also:
- Constant Field Values
-
REQUESTER
static final String REQUESTER
URI for Requester status code.- See Also:
- Constant Field Values
-
RESPONDER
static final String RESPONDER
URI for Responder status code.- See Also:
- Constant Field Values
-
VERSION_MISMATCH
static final String VERSION_MISMATCH
URI for VersionMismatch status code.- See Also:
- Constant Field Values
-
AUTHN_FAILED
static final String AUTHN_FAILED
URI for AuthnFailed status code.- See Also:
- Constant Field Values
-
INVALID_ATTR_NAME_OR_VALUE
static final String INVALID_ATTR_NAME_OR_VALUE
URI for InvalidAttrNameOrValue status code.- See Also:
- Constant Field Values
-
INVALID_NAMEID_POLICY
static final String INVALID_NAMEID_POLICY
URI for InvalidNameIDPolicy status code.- See Also:
- Constant Field Values
-
NO_AUTHN_CONTEXT
static final String NO_AUTHN_CONTEXT
URI for NoAuthnContext status code.- See Also:
- Constant Field Values
-
NO_AVAILABLE_IDP
static final String NO_AVAILABLE_IDP
URI for NoAvailableIDP status code.- See Also:
- Constant Field Values
-
NO_PASSIVE
static final String NO_PASSIVE
URI for NoPassive status code.- See Also:
- Constant Field Values
-
NO_SUPPORTED_IDP
static final String NO_SUPPORTED_IDP
URI for NoSupportedIDP status code.- See Also:
- Constant Field Values
-
PARTIAL_LOGOUT
static final String PARTIAL_LOGOUT
URI for PartialLogout status code.- See Also:
- Constant Field Values
-
PROXY_COUNT_EXCEEDED
static final String PROXY_COUNT_EXCEEDED
URI for ProxyCountExceeded status code.- See Also:
- Constant Field Values
-
REQUEST_DENIED
static final String REQUEST_DENIED
URI for RequestDenied status code.- See Also:
- Constant Field Values
-
REQUEST_UNSUPPORTED
static final String REQUEST_UNSUPPORTED
URI for RequestUnsupported status code.- See Also:
- Constant Field Values
-
REQUEST_VERSION_DEPRECATED
static final String REQUEST_VERSION_DEPRECATED
URI for RequestVersionDeprecated status code.- See Also:
- Constant Field Values
-
REQUEST_VERSION_TOO_HIGH
static final String REQUEST_VERSION_TOO_HIGH
URI for RequestVersionTooHigh status code.- See Also:
- Constant Field Values
-
REQUEST_VERSION_TOO_LOW
static final String REQUEST_VERSION_TOO_LOW
URI for RequestVersionTooLow status code.- See Also:
- Constant Field Values
-
RESOURCE_NOT_RECOGNIZED
static final String RESOURCE_NOT_RECOGNIZED
URI for ResourceNotRecognized status code.- See Also:
- Constant Field Values
-
TOO_MANY_RESPONSES
static final String TOO_MANY_RESPONSES
URI for TooManyResponses status code.- See Also:
- Constant Field Values
-
UNKNOWN_ATTR_PROFILE
static final String UNKNOWN_ATTR_PROFILE
URI for UnknownAttrProfile status code.- See Also:
- Constant Field Values
-
UNKNOWN_PRINCIPAL
static final String UNKNOWN_PRINCIPAL
URI for UnknownPrincipal status code.- See Also:
- Constant Field Values
-
UNSUPPORTED_BINDING
static final String UNSUPPORTED_BINDING
URI for UnsupportedBinding status code.- See Also:
- Constant Field Values
-
-
Method Detail
-
getStatusCode
StatusCode getStatusCode()
Gets the Status Code of this Status Code.- Returns:
- StatusCode StatusCode
-
setStatusCode
void setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code.- Parameters:
newStatusCode- the Status Code of this Status Code.
-
getValue
String getValue()
Gets the Value of this Status Code.- Returns:
- StatusCode Value
-
setValue
void setValue(String newValue)
Sets the Value of this Status Code.- Parameters:
newValue- the Value of this Status Code
-
-