Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Status |
Response.getStatus()
Return the object representing the
Status |
Modifier and Type | Method and Description |
---|---|
void |
Response.setStatus(Status status)
Set the object representing the
Status |
Modifier and Type | Method and Description |
---|---|
Status |
StatusBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Status |
StatusBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Status |
ResponseImpl.getStatus()
Return the object representing the
Status |
Modifier and Type | Method and Description |
---|---|
void |
ResponseImpl.setStatus(Status status)
Set the object representing the
Status |
Modifier and Type | Method and Description |
---|---|
void |
StatusSchemaValidator.validate(Status status) |
protected void |
StatusSchemaValidator.validateStatusCode(Status status)
Validates that given status has a status code.
|
Copyright © 1999-2013. All Rights Reserved.