|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatusCode | |
|---|---|
| org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
| org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
| org.opensaml.saml1.core.validator | Validation rules for SAML 1.0 and 1.1 types and elements. |
| Uses of StatusCode in org.opensaml.saml1.core |
|---|
| Methods in org.opensaml.saml1.core that return StatusCode | |
|---|---|
StatusCode |
StatusCode.getStatusCode()
Gets the second level status code. |
StatusCode |
Status.getStatusCode()
Return the object representing the StatusCode |
| Methods in org.opensaml.saml1.core with parameters of type StatusCode | |
|---|---|
void |
StatusCode.setStatusCode(StatusCode statusCode)
Sets the second level status code. |
void |
Status.setStatusCode(StatusCode statusCode)
Set the object representing the StatusCode |
| Uses of StatusCode in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement StatusCode | |
|---|---|
class |
StatusCodeImpl
Concrete implementation of StatusCode Object. |
| Methods in org.opensaml.saml1.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()
Return the object representing the StatusCode |
StatusCode |
StatusCodeImpl.getStatusCode()
Gets the second level status code. |
| Methods in org.opensaml.saml1.core.impl with parameters of type StatusCode | |
|---|---|
void |
StatusImpl.setStatusCode(StatusCode statusCode)
Set the object representing the StatusCode |
void |
StatusCodeImpl.setStatusCode(StatusCode statusCode)
Sets the second level status code. |
| Uses of StatusCode in org.opensaml.saml1.core.validator |
|---|
| Methods in org.opensaml.saml1.core.validator with parameters of type StatusCode | |
|---|---|
void |
StatusCodeSchemaValidator.validate(StatusCode statusCode)
|
protected void |
StatusCodeSchemaValidator.validateValue(StatusCode statusCode)
Validates that the status code has a value. |
protected void |
StatusCodeSchemaValidator.validateValueContent(StatusCode statusCode)
Validates that the status code local name is one of the allowabled values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||