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 | Interface and Description |
---|---|
interface |
Response
This interface defines how the object representing a SAML1
Response element behaves. |
Modifier and Type | Class and Description |
---|---|
class |
ResponseAbstractTypeImpl
Abstract implementation of
ResponseAbstractType Object |
class |
ResponseImpl
Implementation of the
Response Object |
Modifier and Type | Class and Description |
---|---|
class |
ResponseAbstractTypeSchemaValidator<ResponseType extends ResponseAbstractType>
Checks
ResponseAbstractType for Schema compliance. |
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 1999-2013. All Rights Reserved.