public interface StatusCode extends SAMLObject
StatusCode
element behaves.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static QName |
REQUEST_DENIED
RequestDenied status value.
|
static QName |
REQUEST_VERSION_DEPRICATED
RequestVersionDepricated status value.
|
static QName |
REQUEST_VERSION_TOO_HIGH
RequestVersionTooHigh status value.
|
static QName |
REQUEST_VERSION_TOO_LOW
RequestVersionTooLow status value.
|
static QName |
REQUESTER
Requester status value.
|
static QName |
RESOURCE_NOT_RECOGNIZED
ResourceNotRecognized status value.
|
static QName |
RESPONDER
Responder status value.
|
static QName |
SUCCESS
Success status value.
|
static QName |
TOO_MANY_RESPONSES
TooManyResponses status value.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
VALUE_ATTRIB_NAME
Name for the attribute which defines the Value.
|
static QName |
VERSION_MISMATCH
VersionMismatch status value.
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
getStatusCode()
Gets the second level status code.
|
QName |
getValue()
Gets the value of the status code.
|
void |
setStatusCode(StatusCode statusCode)
Sets the second level status code.
|
void |
setValue(QName value)
Sets the value of the status code.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final QName SUCCESS
static final QName VERSION_MISMATCH
static final QName REQUESTER
static final QName RESPONDER
static final QName REQUEST_VERSION_TOO_HIGH
static final QName REQUEST_VERSION_TOO_LOW
static final QName REQUEST_VERSION_DEPRICATED
static final QName TOO_MANY_RESPONSES
static final QName REQUEST_DENIED
static final QName RESOURCE_NOT_RECOGNIZED
static final String VALUE_ATTRIB_NAME
QName getValue()
void setValue(QName value)
value
- value of the status codeStatusCode getStatusCode()
void setStatusCode(StatusCode statusCode)
statusCode
- second level status codeIllegalArgumentException
Copyright © 2018 JBoss by Red Hat. All rights reserved.