Package | Description |
---|---|
org.opensaml.saml1.binding.artifact |
Classes that may be used to create and manipulate SAML artifacts.
|
org.opensaml.saml1.binding.decoding |
Classes used to decode SAML messages.
|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
Modifier and Type | Method and Description |
---|---|
SAML1ArtifactType0002 |
SAML1ArtifactType0002Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
ArtifactType |
SAML1ArtifactBuilder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
protected String |
SAML1ArtifactType0002Builder.getSourceLocation(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext)
Gets the source location used to for the artifacts created by this encoder.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseSAML1MessageDecoder.extractRequestInfo(SAMLMessageContext messageContext,
RequestAbstractType abstractRequest)
Extract information from a SAML RequestAbstractType message.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Request
This interface defines how the SAML1
Request objects behave. |
Modifier and Type | Class and Description |
---|---|
class |
RequestAbstractTypeSchemaValidator<RequestType extends RequestAbstractType>
Checks
RequestAbstractType for Schema compliance. |
Modifier and Type | Method and Description |
---|---|
protected void |
RequestAbstractTypeSchemaValidator.validateID(RequestAbstractType request)
Validate that the ID is present and valid
|
protected void |
RequestAbstractTypeSchemaValidator.validateIssueInstant(RequestAbstractType request)
Validate that the IssueInstant is present.
|
protected void |
RequestAbstractTypeSchemaValidator.validateVersion(RequestAbstractType request)
Validates that this is SAML1.0 or SAML 1.1
|
Copyright © 1999-2013. All Rights Reserved.