Package org.opensaml.saml.saml1.core
Interface StatusCode
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
StatusCodeImpl
This interface defines how the object representing a SAML 1
StatusCode
element behaves.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Element name, no namespace.static final QName
Default element name.static final QName
RequestDenied status value.static final QName
RequestVersionDepricated status value.static final QName
RequestVersionTooHigh status value.static final QName
RequestVersionTooLow status value.static final QName
Requester status value.static final QName
ResourceNotRecognized status value.static final QName
Responder status value.static final QName
Success status value.static final QName
TooManyResponses status value.static final String
Local name of the XSI type.static final QName
QName of the XSI type.static final String
Name for the attribute which defines the Value.static final QName
VersionMismatch status value. -
Method Summary
Modifier and TypeMethodDescriptionGets the second level status code.getValue()
Gets the value of the status code.void
setStatusCode
(StatusCode statusCode) Sets the second level status code.void
Sets the value of the 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 Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- 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. -
SUCCESS
Success status value. -
VERSION_MISMATCH
VersionMismatch status value. -
REQUESTER
Requester status value. -
RESPONDER
Responder status value. -
REQUEST_VERSION_TOO_HIGH
RequestVersionTooHigh status value. -
REQUEST_VERSION_TOO_LOW
RequestVersionTooLow status value. -
REQUEST_VERSION_DEPRECATED
RequestVersionDepricated status value. -
TOO_MANY_RESPONSES
TooManyResponses status value. -
REQUEST_DENIED
RequestDenied status value. -
RESOURCE_NOT_RECOGNIZED
ResourceNotRecognized status value. -
VALUE_ATTRIB_NAME
Name for the attribute which defines the Value.- See Also:
-
-
Method Details
-
getValue
QName getValue()Gets the value of the status code.- Returns:
- value of the status code
-
setValue
Sets the value of the status code.- Parameters:
value
- value of the status code
-
getStatusCode
StatusCode getStatusCode()Gets the second level status code.- Returns:
- second level status code
-
setStatusCode
Sets the second level status code.- Parameters:
statusCode
- second level status code
-