|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.virginia.dcjs.ws.Element
gov.virginia.dcjs.identity.saml.StatusCode
This class specifies a code or set of nested codes representing the status of a request
| Field Summary | |
static java.lang.String |
AUTHN_FAILED
Responding provider was unable to authenticate the Principal |
static java.lang.String |
BINDING_ERROR
Responder cannot fulfill request using the protocol binding specified in the request |
static java.lang.String |
DENIED
Responder or Authority is able to process the request but has chosen not to respond |
static java.lang.String |
INVALID_ATTRIBUTE
Invalid or unexpected attribute content encountered |
static java.lang.String |
INVALID_NAMEID
Respondant is unable or unwilling to support the requested name identifier policy |
static java.lang.String |
NO_AUTHN
Specified authentication context requirement cannot be met by responder |
static java.lang.String |
NO_IDP_AVAILABLE
Used by intermediary to indicate that no IDPs in the |
static java.lang.String |
NO_IDP_SUPPORTED
Used by intermediary to indicate that no IDPs in the |
static java.lang.String |
NO_PASSIVE
Responding cannot authenticate Principal passively, as requested |
static java.lang.String |
PARTIAL_LOGOUT
Authority unable to propagate logout to all other session participants |
static java.lang.String |
PROXY_COUNT
Responding provider cannot authenticate Principal directly and is not permitted to proxy the request further |
static java.lang.String |
REQUESTER_ERROR
Request could not be performed due to an error on the part of the requester |
static java.lang.String |
RESPONDER_ERROR
Request could not be performed due to an error on the part of the responder or SAML authority |
static java.lang.String |
RESPONSE_COUNT
Response would contain more elements than responder is able to return |
static java.lang.String |
SUCCESS
Request succeeded |
static java.lang.String |
UNKNOWN_PRINCIPAL
Provider does not recognize the Principal specified or implied in the request |
static java.lang.String |
UNKNOWN_PROFILE
Entity having no knowledge of a particular attribute profile was presented with an attribute from that profile |
static java.lang.String |
UNRECOGNIZED
Resource value provided in request is invalid or unrecognized |
static java.lang.String |
UNSUPPORTED
Authority does not support the request |
static java.lang.String |
VERSION_DEPRECATED
Responder cannot process any requests with the protocol version specified |
static java.lang.String |
VERSION_HIGH
Responder cannot process request because the protocol version specified is a major upgrade from the highest supported by the responder |
static java.lang.String |
VERSION_LOW
Responder cannot process request because the protocol version specified is too low |
static java.lang.String |
VERSION_MISMATCH
Responder could not process request due to an incorrect version number on the request |
| Constructor Summary | |
StatusCode(java.lang.String value)
|
|
| Method Summary | |
void |
setSubordinateCode(StatusCode code)
|
| Methods inherited from class gov.virginia.dcjs.ws.Element |
addAttribute, addElement, arrayAppend, declareNamespaces, getNamespaces, marshall, removeAttribute, removeElement, setContent, toString, toXml |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String SUCCESS
public static final java.lang.String REQUESTER_ERROR
public static final java.lang.String RESPONDER_ERROR
public static final java.lang.String VERSION_MISMATCH
public static final java.lang.String AUTHN_FAILED
public static final java.lang.String INVALID_ATTRIBUTE
public static final java.lang.String INVALID_NAMEID
public static final java.lang.String NO_AUTHN
public static final java.lang.String NO_IDP_AVAILABLE
public static final java.lang.String NO_IDP_SUPPORTED
public static final java.lang.String NO_PASSIVE
public static final java.lang.String PARTIAL_LOGOUT
public static final java.lang.String PROXY_COUNT
public static final java.lang.String DENIED
public static final java.lang.String UNSUPPORTED
public static final java.lang.String VERSION_DEPRECATED
public static final java.lang.String VERSION_HIGH
public static final java.lang.String VERSION_LOW
public static final java.lang.String UNRECOGNIZED
public static final java.lang.String RESPONSE_COUNT
public static final java.lang.String UNKNOWN_PROFILE
public static final java.lang.String UNKNOWN_PRINCIPAL
public static final java.lang.String BINDING_ERROR
| Constructor Detail |
public StatusCode(java.lang.String value)
value - URI reference indicating the status code value - one of the class' constants| Method Detail |
public void setSubordinateCode(StatusCode code)
code - Subordinate status code providing specific information on an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||