Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
Modifier and Type | Method and Description |
---|---|
StatusCode |
Status.getStatusCode()
Gets the Code of this Status.
|
StatusCode |
StatusCode.getStatusCode()
Gets the Status Code of this Status Code.
|
Modifier and Type | Method and Description |
---|---|
void |
Status.setStatusCode(StatusCode newStatusCode)
Sets the Code of this Status.
|
void |
StatusCode.setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code.
|
Modifier and Type | Class and Description |
---|---|
class |
StatusCodeImpl
Concrete implementation of
StatusCode . |
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(String namespaceURI,
String localName,
String namespacePrefix) |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusCodeSchemaValidator.validate(StatusCode statusCode) |
protected void |
StatusCodeSchemaValidator.validateValue(StatusCode sc)
Validates the Value attribute
|
Copyright © 1999-2013. All Rights Reserved.