org.opensaml.saml2.core
Interface StatusCode

All Superinterfaces:
SAMLObject, ValidatingXMLObject, XMLObject
All Known Implementing Classes:
StatusCodeImpl

public interface StatusCode
extends SAMLObject

SAML 2.0 Core StatusCode.


Field Summary
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.
 
Method Summary
 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.
 
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject
deregisterValidator, getValidators, registerValidator, validate
 
Methods inherited from interface org.opensaml.xml.XMLObject
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
 

Field Detail

DEFAULT_ELEMENT_LOCAL_NAME

static final String DEFAULT_ELEMENT_LOCAL_NAME
Local Name of StatusCode.

See Also:
Constant Field Values

DEFAULT_ELEMENT_NAME

static final QName DEFAULT_ELEMENT_NAME
Default element name.


TYPE_LOCAL_NAME

static final String TYPE_LOCAL_NAME
Local name of the XSI type.

See Also:
Constant Field Values

TYPE_NAME

static final QName TYPE_NAME
QName of the XSI type.


VALUE_ATTRIB_NAME

static final String VALUE_ATTRIB_NAME
Local Name of the Value attribute.

See Also:
Constant Field Values

SUCCESS_URI

static final String SUCCESS_URI
URI for Success status code.

See Also:
Constant Field Values

REQUESTER_URI

static final String REQUESTER_URI
URI for Requester status code.

See Also:
Constant Field Values

RESPONDER_URI

static final String RESPONDER_URI
URI for Responder status code.

See Also:
Constant Field Values

VERSION_MISMATCH_URI

static final String VERSION_MISMATCH_URI
URI for VersionMismatch status code.

See Also:
Constant Field Values

AUTHN_FAILED_URI

static final String AUTHN_FAILED_URI
URI for AuthnFailed status code.

See Also:
Constant Field Values

INVALID_ATTR_NAME_VALUE_URI

static final String INVALID_ATTR_NAME_VALUE_URI
URI for InvalidAttrNameOrValue status code.

See Also:
Constant Field Values

INVALID_NAMEID_POLICY_URI

static final String INVALID_NAMEID_POLICY_URI
URI for InvalidNameIDPolicy status code.

See Also:
Constant Field Values

NO_AUTHN_CONTEXT_URI

static final String NO_AUTHN_CONTEXT_URI
URI for NoAuthnContext status code.

See Also:
Constant Field Values

NO_AVAILABLE_IDP_URI

static final String NO_AVAILABLE_IDP_URI
URI for NoAvailableIDP status code.

See Also:
Constant Field Values

NO_PASSIVE_URI

static final String NO_PASSIVE_URI
URI for NoPassive status code.

See Also:
Constant Field Values

NO_SUPPORTED_IDP_URI

static final String NO_SUPPORTED_IDP_URI
URI for NoSupportedIDP status code.

See Also:
Constant Field Values

PARTIAL_LOGOUT_URI

static final String PARTIAL_LOGOUT_URI
URI for PartialLogout status code.

See Also:
Constant Field Values

PROXY_COUNT_EXCEEDED_URI

static final String PROXY_COUNT_EXCEEDED_URI
URI for ProxyCountExceeded status code.

See Also:
Constant Field Values

REQUEST_DENIED_URI

static final String REQUEST_DENIED_URI
URI for RequestDenied status code.

See Also:
Constant Field Values

REQUEST_UNSUPPORTED_URI

static final String REQUEST_UNSUPPORTED_URI
URI for RequestUnsupported status code.

See Also:
Constant Field Values

REQUEST_VERSION_DEPRECATED_URI

static final String REQUEST_VERSION_DEPRECATED_URI
URI for RequestVersionDeprecated status code.

See Also:
Constant Field Values

REQUEST_VERSION_TOO_HIGH_URI

static final String REQUEST_VERSION_TOO_HIGH_URI
URI for RequestVersionTooHigh status code.

See Also:
Constant Field Values

REQUEST_VERSION_TOO_LOW_URI

static final String REQUEST_VERSION_TOO_LOW_URI
URI for RequestVersionTooLow status code.

See Also:
Constant Field Values

RESOURCE_NOT_RECOGNIZED_URI

static final String RESOURCE_NOT_RECOGNIZED_URI
URI for ResourceNotRecognized status code.

See Also:
Constant Field Values

TOO_MANY_RESPONSES

static final String TOO_MANY_RESPONSES
URI for TooManyResponses status code.

See Also:
Constant Field Values

UNKNOWN_ATTR_PROFILE_URI

static final String UNKNOWN_ATTR_PROFILE_URI
URI for UnknownAttrProfile status code.

See Also:
Constant Field Values

UNKNOWN_PRINCIPAL_URI

static final String UNKNOWN_PRINCIPAL_URI
URI for UnknownPrincipal status code.

See Also:
Constant Field Values

UNSUPPORTED_BINDING_URI

static final String UNSUPPORTED_BINDING_URI
URI for UnsupportedBinding status code.

See Also:
Constant Field Values
Method Detail

getStatusCode

StatusCode getStatusCode()
Gets the Status Code of this Status Code.

Returns:
StatusCode StatusCode

setStatusCode

void setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code.

Parameters:
newStatusCode - the Status Code of this Status Code.

getValue

String getValue()
Gets the Value of this Status Code.

Returns:
StatusCode Value

setValue

void setValue(String newValue)
Sets the Value of this Status Code.

Parameters:
newValue - the Value of this Status Code


Copyright © 1999-2012. All Rights Reserved.