OpenSAML-J 2.4.1-redhat-3

Uses of Interface
org.opensaml.saml1.core.RequestAbstractType

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.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 RequestAbstractType in org.opensaml.saml1.binding.artifact
 

Method parameters in org.opensaml.saml1.binding.artifact with type arguments of type RequestAbstractType
 SAML1ArtifactType0001 SAML1ArtifactType0001Builder.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.
 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.impl
 

Classes in org.opensaml.saml1.core.impl that implement RequestAbstractType
 class RequestAbstractTypeImpl
          Implementation of RequestAbstractType.
 class RequestImpl
          Concrete implementation of Request
 

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
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.