|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusCode | |
|---|---|
| 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. |
| Uses of StatusCode in org.opensaml.saml2.core |
|---|
| Methods in org.opensaml.saml2.core that return StatusCode | |
|---|---|
StatusCode |
StatusCode.getStatusCode()
Gets the Status Code of this Status Code. |
StatusCode |
Status.getStatusCode()
Gets the Code of this Status. |
| Methods in org.opensaml.saml2.core with parameters of type StatusCode | |
|---|---|
void |
StatusCode.setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code. |
void |
Status.setStatusCode(StatusCode newStatusCode)
Sets the Code of this Status. |
| Uses of StatusCode in org.opensaml.saml2.core.impl |
|---|
| Methods in org.opensaml.saml2.core.impl that return StatusCode | |
|---|---|
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)
|
StatusCode |
StatusImpl.getStatusCode()
Gets the Code of this Status. |
StatusCode |
StatusCodeImpl.getStatusCode()
Gets the Status Code of this Status Code. |
| Methods in org.opensaml.saml2.core.impl with parameters of type StatusCode | |
|---|---|
void |
StatusImpl.setStatusCode(StatusCode newStatusCode)
Sets the Code of this Status. |
void |
StatusCodeImpl.setStatusCode(StatusCode newStatusCode)
Sets the Status Code of this Status Code. |
| Uses of StatusCode in org.opensaml.saml2.core.validator |
|---|
| Methods in org.opensaml.saml2.core.validator with parameters of type StatusCode | |
|---|---|
void |
StatusCodeSchemaValidator.validate(StatusCode statusCode)
|
protected void |
StatusCodeSchemaValidator.validateValue(StatusCode sc)
Validates the Value attribute |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||