| Package | Description |
|---|---|
| org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
| org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
StatusCode.getStatusCode()
Gets the second level status code.
|
StatusCode |
Status.getStatusCode()
Return the object representing the
StatusCode (element). |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusCode.setStatusCode(StatusCode statusCode)
Sets the second level status code.
|
void |
Status.setStatusCode(StatusCode statusCode)
Set the object representing the
StatusCode (element). |
| Modifier and Type | Field and Description |
|---|---|
private StatusCode |
StatusCodeImpl.childStatusCode
The child StatusCode sub element.
|
private StatusCode |
StatusImpl.statusCode
Representation of the StatusCode element.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
StatusCodeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
StatusCode |
StatusCodeBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
StatusCode |
StatusImpl.getStatusCode()
Return the object representing the
StatusCode (element). |
StatusCode |
StatusCodeImpl.getStatusCode()
Gets the second level status code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusImpl.setStatusCode(StatusCode code)
Set the object representing the
StatusCode (element). |
void |
StatusCodeImpl.setStatusCode(StatusCode statusCode)
Sets the second level status code.
|