| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| Modifier and Type | Method and Description |
|---|---|
StatusCode |
StatusCode.getStatusCode()
Gets the Status Code of this Status Code.
|
StatusCode |
Status.getStatusCode()
Gets the Code of this Status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusCode.setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code.
|
void |
Status.setStatusCode(StatusCode newStatusCode)
Sets the Code of this Status.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatusCodeImpl
Concrete implementation of
StatusCode. |
| Modifier and Type | Field and Description |
|---|---|
private StatusCode |
StatusCodeImpl.childStatusCode
Nested secondary StatusCode child element.
|
private StatusCode |
StatusImpl.statusCode
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()
Gets the Code of this Status.
|
StatusCode |
StatusCodeImpl.getStatusCode()
Gets the Status Code of this Status Code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusImpl.setStatusCode(StatusCode newStatusCode)
Sets the Code of this Status.
|
void |
StatusCodeImpl.setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code.
|