public interface StatusCode extends SAMLObject
Modifier and Type | Field and Description |
---|---|
static String |
AUTHN_FAILED_URI
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_VALUE_URI
URI for InvalidAttrNameOrValue status code.
|
static String |
INVALID_NAMEID_POLICY_URI
URI for InvalidNameIDPolicy status code.
|
static String |
NO_AUTHN_CONTEXT_URI
URI for NoAuthnContext status code.
|
static String |
NO_AVAILABLE_IDP_URI
URI for NoAvailableIDP status code.
|
static String |
NO_PASSIVE_URI
URI for NoPassive status code.
|
static String |
NO_SUPPORTED_IDP_URI
URI for NoSupportedIDP status code.
|
static String |
PARTIAL_LOGOUT_URI
URI for PartialLogout status code.
|
static String |
PROXY_COUNT_EXCEEDED_URI
URI for ProxyCountExceeded status code.
|
static String |
REQUEST_DENIED_URI
URI for RequestDenied status code.
|
static String |
REQUEST_UNSUPPORTED_URI
URI for RequestUnsupported status code.
|
static String |
REQUEST_VERSION_DEPRECATED_URI
URI for RequestVersionDeprecated status code.
|
static String |
REQUEST_VERSION_TOO_HIGH_URI
URI for RequestVersionTooHigh status code.
|
static String |
REQUEST_VERSION_TOO_LOW_URI
URI for RequestVersionTooLow status code.
|
static String |
REQUESTER_URI
URI for Requester status code.
|
static String |
RESOURCE_NOT_RECOGNIZED_URI
URI for ResourceNotRecognized status code.
|
static String |
RESPONDER_URI
URI for Responder status code.
|
static String |
SUCCESS_URI
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
URI for UnknownAttrProfile status code.
|
static String |
UNKNOWN_PRINCIPAL_URI
URI for UnknownPrincipal status code.
|
static String |
UNSUPPORTED_BINDING_URI
URI for UnsupportedBinding status code.
|
static String |
VALUE_ATTRIB_NAME
Local Name of the Value attribute.
|
static String |
VERSION_MISMATCH_URI
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.
|
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 String VALUE_ATTRIB_NAME
static final String SUCCESS_URI
static final String REQUESTER_URI
static final String RESPONDER_URI
static final String VERSION_MISMATCH_URI
static final String AUTHN_FAILED_URI
static final String INVALID_ATTR_NAME_VALUE_URI
static final String INVALID_NAMEID_POLICY_URI
static final String NO_AUTHN_CONTEXT_URI
static final String NO_AVAILABLE_IDP_URI
static final String NO_PASSIVE_URI
static final String NO_SUPPORTED_IDP_URI
static final String PARTIAL_LOGOUT_URI
static final String PROXY_COUNT_EXCEEDED_URI
static final String REQUEST_DENIED_URI
static final String REQUEST_UNSUPPORTED_URI
static final String REQUEST_VERSION_DEPRECATED_URI
static final String REQUEST_VERSION_TOO_HIGH_URI
static final String REQUEST_VERSION_TOO_LOW_URI
static final String RESOURCE_NOT_RECOGNIZED_URI
static final String TOO_MANY_RESPONSES
static final String UNKNOWN_ATTR_PROFILE_URI
static final String UNKNOWN_PRINCIPAL_URI
static final String UNSUPPORTED_BINDING_URI
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 © 2018 JBoss by Red Hat. All rights reserved.