|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusCode
This interface defines how the object representing a SAML 1 StatusCode element behaves.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name. |
static javax.xml.namespace.QName |
REQUEST_DENIED
RequestDenied status value. |
static javax.xml.namespace.QName |
REQUEST_VERSION_DEPRICATED
RequestVersionDepricated status value. |
static javax.xml.namespace.QName |
REQUEST_VERSION_TOO_HIGH
RequestVersionTooHigh status value. |
static javax.xml.namespace.QName |
REQUEST_VERSION_TOO_LOW
RequestVersionTooLow status value. |
static javax.xml.namespace.QName |
REQUESTER
Requester status value. |
static javax.xml.namespace.QName |
RESOURCE_NOT_RECOGNIZED
ResourceNotRecognized status value. |
static javax.xml.namespace.QName |
RESPONDER
Responder status value. |
static javax.xml.namespace.QName |
SUCCESS
Success status value. |
static javax.xml.namespace.QName |
TOO_MANY_RESPONSES
TooManyResponses status value. |
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type. |
static java.lang.String |
VALUE_ATTRIB_NAME
Name for the attribute which defines the Value. |
static javax.xml.namespace.QName |
VERSION_MISMATCH
VersionMismatch status value. |
| Method Summary | |
|---|---|
StatusCode |
getStatusCode()
Gets the second level status code. |
javax.xml.namespace.QName |
getValue()
Gets the value of the status code. |
void |
setStatusCode(StatusCode statusCode)
Sets the second level status code. |
void |
setValue(javax.xml.namespace.QName value)
Sets the value of the 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 |
|---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final javax.xml.namespace.QName SUCCESS
static final javax.xml.namespace.QName VERSION_MISMATCH
static final javax.xml.namespace.QName REQUESTER
static final javax.xml.namespace.QName RESPONDER
static final javax.xml.namespace.QName REQUEST_VERSION_TOO_HIGH
static final javax.xml.namespace.QName REQUEST_VERSION_TOO_LOW
static final javax.xml.namespace.QName REQUEST_VERSION_DEPRICATED
static final javax.xml.namespace.QName TOO_MANY_RESPONSES
static final javax.xml.namespace.QName REQUEST_DENIED
static final javax.xml.namespace.QName RESOURCE_NOT_RECOGNIZED
static final java.lang.String VALUE_ATTRIB_NAME
| Method Detail |
|---|
javax.xml.namespace.QName getValue()
void setValue(javax.xml.namespace.QName value)
value - value of the status codeStatusCode getStatusCode()
void setStatusCode(StatusCode statusCode)
statusCode - second level status code
java.lang.IllegalArgumentException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||