public interface StatusCode extends SAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
AUTHN_FAILED
URI for AuthnFailed status code.
|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local Name of StatusCode.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
INVALID_ATTR_NAME_OR_VALUE
URI for InvalidAttrNameOrValue status code.
|
static String |
INVALID_NAMEID_POLICY
URI for InvalidNameIDPolicy status code.
|
static String |
NO_AUTHN_CONTEXT
URI for NoAuthnContext status code.
|
static String |
NO_AVAILABLE_IDP
URI for NoAvailableIDP status code.
|
static String |
NO_PASSIVE
URI for NoPassive status code.
|
static String |
NO_SUPPORTED_IDP
URI for NoSupportedIDP status code.
|
static String |
PARTIAL_LOGOUT
URI for PartialLogout status code.
|
static String |
PROXY_COUNT_EXCEEDED
URI for ProxyCountExceeded status code.
|
static String |
REQUEST_DENIED
URI for RequestDenied status code.
|
static String |
REQUEST_UNSUPPORTED
URI for RequestUnsupported status code.
|
static String |
REQUEST_VERSION_DEPRECATED
URI for RequestVersionDeprecated status code.
|
static String |
REQUEST_VERSION_TOO_HIGH
URI for RequestVersionTooHigh status code.
|
static String |
REQUEST_VERSION_TOO_LOW
URI for RequestVersionTooLow status code.
|
static String |
REQUESTER
URI for Requester status code.
|
static String |
RESOURCE_NOT_RECOGNIZED
URI for ResourceNotRecognized status code.
|
static String |
RESPONDER
URI for Responder status code.
|
static String |
SUCCESS
URI for Success status code.
|
static String |
TOO_MANY_RESPONSES
URI for TooManyResponses status code.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static String |
UNKNOWN_ATTR_PROFILE
URI for UnknownAttrProfile status code.
|
static String |
UNKNOWN_PRINCIPAL
URI for UnknownPrincipal status code.
|
static String |
UNSUPPORTED_BINDING
URI for UnsupportedBinding status code.
|
static String |
VALUE_ATTRIB_NAME
Local Name of the Value attribute.
|
static String |
VERSION_MISMATCH
URI for VersionMismatch status code.
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
getStatusCode()
Gets the Status Code of this Status Code.
|
String |
getValue()
Gets the Value of this Status Code.
|
void |
setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code.
|
void |
setValue(String newValue)
Sets the Value of this Status Code.
|
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
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 String VALUE_ATTRIB_NAME
static final String SUCCESS
static final String REQUESTER
static final String RESPONDER
static final String VERSION_MISMATCH
static final String AUTHN_FAILED
static final String INVALID_ATTR_NAME_OR_VALUE
static final String INVALID_NAMEID_POLICY
static final String NO_AUTHN_CONTEXT
static final String NO_AVAILABLE_IDP
static final String NO_PASSIVE
static final String NO_SUPPORTED_IDP
static final String PARTIAL_LOGOUT
static final String PROXY_COUNT_EXCEEDED
static final String REQUEST_DENIED
static final String REQUEST_UNSUPPORTED
static final String REQUEST_VERSION_DEPRECATED
static final String REQUEST_VERSION_TOO_HIGH
static final String REQUEST_VERSION_TOO_LOW
static final String RESOURCE_NOT_RECOGNIZED
static final String TOO_MANY_RESPONSES
static final String UNKNOWN_ATTR_PROFILE
static final String UNKNOWN_PRINCIPAL
static final String UNSUPPORTED_BINDING
StatusCode getStatusCode()
void setStatusCode(StatusCode newStatusCode)
newStatusCode
- the Status Code of this Status Code.String getValue()
void setValue(String newValue)
newValue
- the Value of this Status CodeCopyright © 2016 JBoss by Red Hat. All rights reserved.