|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| 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 Status in org.opensaml.saml1.core |
|---|
| Methods in org.opensaml.saml1.core that return Status | |
|---|---|
Status |
Response.getStatus()
Return the object representing the Status |
| Methods in org.opensaml.saml1.core with parameters of type Status | |
|---|---|
void |
Response.setStatus(Status status)
Set the object representing the Status |
| Uses of Status in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement Status | |
|---|---|
class |
StatusImpl
Concrete Implementation Status |
| Methods in org.opensaml.saml1.core.impl that return Status | |
|---|---|
Status |
StatusBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
Status |
StatusBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
Status |
ResponseImpl.getStatus()
Return the object representing the Status |
| Methods in org.opensaml.saml1.core.impl with parameters of type Status | |
|---|---|
void |
ResponseImpl.setStatus(Status status)
Set the object representing the Status |
| Uses of Status in org.opensaml.saml1.core.validator |
|---|
| Methods in org.opensaml.saml1.core.validator with parameters of type Status | |
|---|---|
void |
StatusSchemaValidator.validate(Status status)
|
protected void |
StatusSchemaValidator.validateStatusCode(Status status)
Validates that given status has a status code. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||