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 StringElement name, no namespace.static final QNameDefault element name.static final QNameRequestDenied status value.static final QNameRequestVersionDepricated status value.static final QNameRequestVersionTooHigh status value.static final QNameRequestVersionTooLow status value.static final QNameRequester status value.static final QNameResourceNotRecognized status value.static final QNameResponder status value.static final QNameSuccess status value.static final QNameTooManyResponses status value.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.static final StringName for the attribute which defines the Value.static final QNameVersionMismatch status value. -
Method Summary
Modifier and TypeMethodDescriptionGets the second level status code.getValue()Gets the value of the status code.voidsetStatusCode(StatusCode statusCode) Sets the second level status code.voidSets the value of the 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
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
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
Gets the second level status code.- Returns:
- second level status code
-
setStatusCode
Sets the second level status code.- Parameters:
statusCode- second level status code
-