|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseAbstractType | |
|---|---|
| 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 ResponseAbstractType in org.opensaml.saml1.core |
|---|
| Subinterfaces of ResponseAbstractType in org.opensaml.saml1.core | |
|---|---|
interface |
Response
This interface defines how the object representing a SAML1 Response element behaves. |
| Uses of ResponseAbstractType in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement ResponseAbstractType | |
|---|---|
class |
ResponseAbstractTypeImpl
Abstract implementation of ResponseAbstractType Object |
class |
ResponseImpl
Implementation of the Response Object |
| Uses of ResponseAbstractType in org.opensaml.saml1.core.validator |
|---|
| Classes in org.opensaml.saml1.core.validator with type parameters of type ResponseAbstractType | |
|---|---|
class |
ResponseAbstractTypeSchemaValidator<ResponseType extends ResponseAbstractType>
Checks ResponseAbstractType for Schema compliance. |
| Methods in org.opensaml.saml1.core.validator with parameters of type ResponseAbstractType | |
|---|---|
protected void |
ResponseAbstractTypeSchemaValidator.validateID(ResponseAbstractType response)
Validate that the ID is present and valid |
protected void |
ResponseAbstractTypeSchemaValidator.validateIssueInstant(ResponseAbstractType response)
Validate that the IssueInstant is present. |
protected void |
ResponseAbstractTypeSchemaValidator.validateVersion(ResponseAbstractType response)
Validates that this is SAML1.0 or SAML 1.1 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||