|
||||||||||
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 |
Status.getStatusCode()
Return the object representing the StatusCode |
StatusCode |
StatusCode.getStatusCode()
Gets the second level status code. |
Methods in org.opensaml.saml1.core with parameters of type StatusCode | |
---|---|
void |
Status.setStatusCode(StatusCode statusCode)
Set the object representing the StatusCode |
void |
StatusCode.setStatusCode(StatusCode statusCode)
Sets the second level status code. |
Uses of StatusCode in org.opensaml.saml1.core.impl |
---|
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(String namespaceURI,
String localName,
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 |