|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestAbstractType | |
---|---|
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. |
Uses of RequestAbstractType in org.opensaml.saml1.binding.artifact |
---|
Method parameters in org.opensaml.saml1.binding.artifact with type arguments of type RequestAbstractType | |
---|---|
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. |
SAML1ArtifactType0002 |
SAML1ArtifactType0002Builder.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. |
Uses of RequestAbstractType in org.opensaml.saml1.binding.decoding |
---|
Methods in org.opensaml.saml1.binding.decoding with parameters of type RequestAbstractType | |
---|---|
protected void |
BaseSAML1MessageDecoder.extractRequestInfo(SAMLMessageContext messageContext,
RequestAbstractType abstractRequest)
Extract information from a SAML RequestAbstractType message. |
Uses of RequestAbstractType in org.opensaml.saml1.core |
---|
Subinterfaces of RequestAbstractType in org.opensaml.saml1.core | |
---|---|
interface |
Request
This interface defines how the SAML1 Request objects behave. |
Uses of RequestAbstractType in org.opensaml.saml1.core.validator |
---|
Classes in org.opensaml.saml1.core.validator with type parameters of type RequestAbstractType | |
---|---|
class |
RequestAbstractTypeSchemaValidator<RequestType extends RequestAbstractType>
Checks RequestAbstractType for Schema compliance. |
Methods in org.opensaml.saml1.core.validator with parameters of type RequestAbstractType | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |