Uses of Interface
org.opensaml.common.SAMLObject

Packages that use SAMLObject
org.opensaml.common Base classes for working with SAML as Java objects. 
org.opensaml.common.binding Classes related to SAML binding operations. 
org.opensaml.common.binding.artifact Classes that may be used to create and manipulate SAML artifacts. 
org.opensaml.common.impl Base classes for various SAMLObjects constructs. 
org.opensaml.saml1.binding Classes for working with SAML 1 bindings. 
org.opensaml.saml1.binding.encoding Classes used to encode 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.saml2.binding Class for working with SAML 2 bindings. 
org.opensaml.saml2.binding.artifact Classes that may be used to create and manipulate SAML 2 artifacts. 
org.opensaml.saml2.binding.encoding Classes used to encode SAML 2 messages. 
org.opensaml.saml2.common Interfaces for elements and attribtues used in multiple SAML 2.0 specification. 
org.opensaml.saml2.common.impl Implementations of elements and attribtues used in multiple SAML 2.0 specification. 
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
org.opensaml.saml2.ecp   
org.opensaml.saml2.ecp.impl   
org.opensaml.saml2.encryption Classes for encrypting and decrypting SAML. 
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
org.opensaml.samlext.idpdisco   
org.opensaml.samlext.saml1md Interfaces for SAML 1 metadata profile. 
org.opensaml.samlext.saml1md.impl Implementation of SAML 1 metadata profile objects. 
org.opensaml.samlext.saml2delrestrict Interfaces for SAML 2 Condition for Delegation Restriction. 
org.opensaml.samlext.saml2delrestrict.impl Implementation for SAML 2 Condition for Delegation Restriction. 
org.opensaml.samlext.saml2mdattr   
org.opensaml.samlext.saml2mdattr.impl   
org.opensaml.samlext.saml2mdquery Interfaces for SAML 2 metadata standalone query endpoints profile. 
org.opensaml.samlext.saml2mdquery.impl Implemention for SAML 2 metadata standalone query endpoints profile objects. 
org.opensaml.samlext.saml2mdui   
org.opensaml.samlext.saml2mdui.impl   
org.opensaml.samlext.samlpthrpty Interfaces for SAML 2 protocol third-party response profile. 
org.opensaml.samlext.samlpthrpty.impl Implementation for SAML 2 protocol third-party response profile objects. 
org.opensaml.xacml.profile.saml   
org.opensaml.xacml.profile.saml.impl   
 

Uses of SAMLObject in org.opensaml.common
 

Classes in org.opensaml.common with type parameters of type SAMLObject
 interface SAMLObjectBuilder<SAMLObjectType extends SAMLObject>
          Builder for SAMLObjects.
 

Subinterfaces of SAMLObject in org.opensaml.common
 interface SignableSAMLObject
          A signable SAMLObject.
 

Uses of SAMLObject in org.opensaml.common.binding
 

Classes in org.opensaml.common.binding with type parameters of type SAMLObject
 class BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Base implemention of SAMLMessageContext.
 class BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Base implemention of SAMLMessageContext.
 class BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Base implemention of SAMLMessageContext.
 interface SAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          SAML specific extension to the more basic MessageContext.
 interface SAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          SAML specific extension to the more basic MessageContext.
 interface SAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          SAML specific extension to the more basic MessageContext.
 

Methods in org.opensaml.common.binding that return SAMLObject
 SAMLObject AbstractEndpointSelector.getSamlRequest()
          Gets the SAML request made.
 SAMLObject AbstractEndpointSelector.getSamlResponse()
          Gets the response to the SAML request.
 

Methods in org.opensaml.common.binding with parameters of type SAMLObject
 void AbstractEndpointSelector.setSamlRequest(SAMLObject request)
          Sets the SAML request made.
 void AbstractEndpointSelector.setSamlResponse(SAMLObject response)
          Sets the response to the SAML request.
 

Uses of SAMLObject in org.opensaml.common.binding.artifact
 

Methods in org.opensaml.common.binding.artifact that return SAMLObject
 SAMLObject SAMLArtifactMap.SAMLArtifactMapEntry.getSamlMessage()
          Gets SAML message the artifact maps to.
 SAMLObject BasicSAMLArtifactMapEntry.getSamlMessage()
          Gets SAML message the artifact maps to.
 

Methods in org.opensaml.common.binding.artifact with parameters of type SAMLObject
 SAMLArtifactMap.SAMLArtifactMapEntry SAMLArtifactMap.SAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
          Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
 SAMLArtifactMap.SAMLArtifactMapEntry BasicSAMLArtifactMapEntryFactory.newEntry(String artifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
          Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry.
 void SAMLArtifactMap.put(String artifact, String relyingPartyId, String issuerId, SAMLObject samlMessage)
          Creates a mapping between a given artifact and the SAML message to which it maps.
 void BasicSAMLArtifactMap.put(String artifact, String relyingPartyId, String issuerId, SAMLObject samlMessage)
          Creates a mapping between a given artifact and the SAML message to which it maps.
 

Constructors in org.opensaml.common.binding.artifact with parameters of type SAMLObject
BasicSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
          Constructor.
 

Uses of SAMLObject in org.opensaml.common.impl
 

Classes in org.opensaml.common.impl with type parameters of type SAMLObject
 class AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject>
          Base builder for SAMLObjects.
 

Classes in org.opensaml.common.impl that implement SAMLObject
 class AbstractSignableSAMLObject
          Abstract SAMLObject implementation that also implements SignableXMLObject.
 

Uses of SAMLObject in org.opensaml.saml1.binding
 

Classes in org.opensaml.saml1.binding with type parameters of type SAMLObject
 interface SAML1ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Extensions to the base SAML message context that carries artifact related information.
 interface SAML1ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Extensions to the base SAML message context that carries artifact related information.
 interface SAML1ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Extensions to the base SAML message context that carries artifact related information.
 

Uses of SAMLObject in org.opensaml.saml1.binding.encoding
 

Methods in org.opensaml.saml1.binding.encoding with parameters of type SAMLObject
protected  org.opensaml.ws.soap.soap11.Envelope HTTPSOAP11Encoder.buildSOAPMessage(SAMLObject samlMessage)
          Builds the SOAP message to be encoded.
 

Uses of SAMLObject in org.opensaml.saml1.core
 

Subinterfaces of SAMLObject in org.opensaml.saml1.core
 interface AssertionArtifact
          This interface is for the SAML1 AssertionArtifact extention point.
 interface AssertionIDReference
          This interface defines how the object representing a SAML 1 AssertionIDReference element behaves.
 interface AttributeDesignator
          This interface defines how the object representing a SAML 1 AttributeDesignator element behaves.
 interface AttributeQuery
          Description of the behaviour of the AttributeQuery element
 interface AttributeStatement
          This interface defines how the object representing a SAML 1 AttributeStatement element behaves.
 interface AudienceRestrictionCondition
          This interface describes how ab object representing a SAML1 AudienceRestrictionCondition element will behave.
 interface AuthenticationQuery
          Description of the behaviour of the AuthenticationQuery element
 interface AuthenticationStatement
          This interface defines how the object representing a SAML1 AuthenticationStatment element behaves.
 interface AuthorityBinding
          Interface to define how a AuthorityBinding <\code> element behaves
 interface AuthorizationDecisionQuery
          Description of the behaviour of the AuthorizationDecisionQuery element
 interface AuthorizationDecisionStatement
          This interface defines how the object representing a SAML1 AuthorizationDecisionStatement element behaves.
 interface ConfirmationMethod
          This interface defines how the object representing a SAML1 ConfirmationMethod element behaves.
 interface DoNotCacheCondition
          This interface describes how ab object representing a SAML1 DoNotCacheCondition element will behave.
 interface NameIdentifier
          Interface to define how a NameIdentifier element behaves.
 interface Query
          This interface is for the SAML1 Query extention point.
 interface RespondWith
          This interface defines how the (deprecated) RespondWith element would behave.
 interface ResponseAbstractType
          This interface defines the base class for type derived from the SAML1 ResponseAbstractType .
 interface SubjectQuery
          This interface is for the SAML1 SubjectQuery extention point.
 interface SubjectStatement
          Interface to descibe how the anchor point SubjectStatement would work.
 

Uses of SAMLObject in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement SAMLObject
 class AssertionArtifactImpl
          Concrete implementation if AssertionArtifact
 class AssertionIDReferenceImpl
          Concrete Implementation of AssertionIDReference Object
 class AttributeDesignatorImpl
          Concrete Implementation of the AttributeDesignator interface.
 class AudienceRestrictionConditionImpl
          Concrete implementation of the org.opensaml.saml1.core.AudienceRestrictionCondition
 class AuthenticationQueryImpl
          Concrete implementation of the AuthenticationQuery interface
 class AuthenticationStatementImpl
          A Concrete implementation of the AuthenticationStatement Interface
 class AuthorityBindingImpl
          A concrete impementation of the SubjectLocality interface
 class AuthorizationDecisionQueryImpl
          Concrete implementation of the AuthorizationDecisionQuery interface
 class AuthorizationDecisionStatementImpl
          A concrete implementation of AuthorizationDecisionStatement
 class ConfirmationMethodImpl
          Concrete Implementation of the ConfirmationMethod interface
 class DoNotCacheConditionImpl
          Concrete Implementation of a DoNotCacheCondition Objects.
 class NameIdentifierImpl
          Complete implementation of NameIdentifierImpl
 class RespondWithImpl
          Implementation of RespondWith.
 class ResponseAbstractTypeImpl
          Abstract implementation of ResponseAbstractType Object
 class SubjectStatementImpl
          Abstract type to implement SubjectStatementType
 

Uses of SAMLObject in org.opensaml.saml2.binding
 

Classes in org.opensaml.saml2.binding with type parameters of type SAMLObject
 interface SAML2ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Extensions to the base SAML message context that carries artifact related information.
 interface SAML2ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Extensions to the base SAML message context that carries artifact related information.
 interface SAML2ArtifactMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
          Extensions to the base SAML message context that carries artifact related information.
 

Methods in org.opensaml.saml2.binding that return SAMLObject
 SAMLObject SAML2ArtifactMessageContext.getReferencedMessage()
          Gets the SAML message referenced by the artifact.
 

Methods in org.opensaml.saml2.binding with parameters of type SAMLObject
 void SAML2ArtifactMessageContext.setReferencedMessage(SAMLObject message)
          Sets the SAML message referenced by the artifact.
 

Uses of SAMLObject in org.opensaml.saml2.binding.artifact
 

Method parameters in org.opensaml.saml2.binding.artifact with type arguments of type SAMLObject
 ArtifactType SAML2ArtifactBuilder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
 ArtifactType SAML2ArtifactBuilder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
 SAML2ArtifactType0004 SAML2ArtifactType0004Builder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
 SAML2ArtifactType0004 SAML2ArtifactType0004Builder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Builds an artifact, for the given assertion, destined for the outbound message recipient.
protected  Endpoint SAML2ArtifactType0004Builder.getAcsEndpoint(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Gets the source location used to for the artifacts created by this encoder.
protected  Endpoint SAML2ArtifactType0004Builder.getAcsEndpoint(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
          Gets the source location used to for the artifacts created by this encoder.
 

Uses of SAMLObject in org.opensaml.saml2.binding.encoding
 

Methods in org.opensaml.saml2.binding.encoding with parameters of type SAMLObject
protected  org.opensaml.ws.soap.soap11.Envelope HTTPSOAP11Encoder.buildSOAPMessage(SAMLObject samlMessage)
          Builds the SOAP message to be encoded.
protected  String HTTPRedirectDeflateEncoder.deflateAndBase64Encode(SAMLObject message)
          DEFLATE (RFC1951) compresses the given SAML message.
protected  void BaseSAML2MessageEncoder.setResponseDestination(SAMLObject outboundMessage, String endpointURL)
          Sets the destination attribute on the outbound message if it is a StatusResponseType message.
 

Uses of SAMLObject in org.opensaml.saml2.common
 

Subinterfaces of SAMLObject in org.opensaml.saml2.common
 interface CacheableSAMLObject
          A functional interface for SAMLElements that provide cache duration information.
 interface Extensions
          SAML 2.0 Extensions
 interface TimeBoundSAMLObject
          A functional interface for SAMLElements that are bounded with a "validUntil" attribute.
 

Uses of SAMLObject in org.opensaml.saml2.common.impl
 

Classes in org.opensaml.saml2.common.impl that implement SAMLObject
 class ExtensionsImpl
          Implementation of Extensions
 

Uses of SAMLObject in org.opensaml.saml2.core
 

Subinterfaces of SAMLObject in org.opensaml.saml2.core
 interface Action
          SAML 2.0 Core Action.
 interface Advice
          SAML 2.0 Core Advice.
 interface Artifact
          SAML 2.0 Core Artifact.
 interface ArtifactResolve
          SAML 2.0 Core ArtifactResolve.
 interface ArtifactResponse
          SAML 2.0 Core ArtifactResponse.
 interface Assertion
          SAML 2.0 Core Assertion.
 interface AssertionIDRef
          SAML 2.0 Core AssertionIDRef.
 interface AssertionIDRequest
          SAML 2.0 Core AssertionIDRequest.
 interface AssertionURIRef
          SAML 2.0 Core AssertionURIRef.
 interface Attribute
          SAML 2.0 Core Attribute.
 interface AttributeValue
          This interface defines how the object representing a SAML 12 AttributeValue element behaves.
 interface Audience
          SAML 2.0 Core Audience.
 interface AudienceRestriction
          SAML 2.0 Core AudienceRestriction.
 interface AuthenticatingAuthority
          SAML 2.0 Core AuthenticatingAuthority.
 interface AuthnContext
          SAML 2.0 Core AuthnContext.
 interface AuthnContextClassRef
          SAML 2.0 Core AuthnContextClassRef.
 interface AuthnContextDecl
          SAML 2.0 Core AuthnContextDecl.
 interface AuthnContextDeclRef
          SAML 2.0 Core AuthnContextDeclRef.
 interface AuthnQuery
          SAML 2.0 AuthnQuery.
 interface AuthnRequest
          SAML 2.0 Core AuthnRequest.
 interface AuthnStatement
          SAML 2.0 Core AuthnStatement.
 interface AuthzDecisionQuery
          SAML 2.0 AuthzDecisionQuery.
 interface AuthzDecisionStatement
          SAML 2.0 Core AuthzDecisionStatement.
 interface BaseID
          SAML 2.0 Core BaseID.
 interface Condition
          SAML 2.0 Core Condition.
 interface Conditions
          SAML 2.0 Core Conditions.
 interface EncryptedAssertion
          SAML 2.0 Core EncryptedAssertion.
 interface EncryptedAttribute
          SAML 2.0 Core EncryptedAttribute.
 interface EncryptedElementType
          SAML 2.0 Core EncryptedElementType.
 interface EncryptedID
          SAML 2.0 Core EncryptedID.
 interface Evidence
          SAML 2.0 Core Evidence.
 interface Evidentiary
          Marker interface for element types that can constitute evidence within a @{org.opensaml.saml2.core.Evidence} object.
 interface GetComplete
          SAML 2.0 Core GetComplete.
 interface IDPEntry
          SAML 2.0 Core IDPEntry.
 interface IDPList
          SAML 2.0 Core IDPList.
 interface Issuer
          SAML 2.0 Core Issuer.
 interface KeyInfoConfirmationDataType
          SAML 2.0 Core KeyInfoConfirmationDataType.
 interface LogoutRequest
          SAML 2.0 Core LogoutRequest.
 interface LogoutResponse
          SAML 2.0 Core LogoutResponse.
 interface ManageNameIDRequest
          SAML 2.0 Core ManageNameIDRequest.
 interface ManageNameIDResponse
          SAML 2.0 Core ManageNameIDResponse.
 interface NameID
          SAML 2.0 Core NameID.
 interface NameIDMappingRequest
          SAML 2.0 Core NameIDMappingRequest.
 interface NameIDMappingResponse
          SAML 2.0 Core NameIDMappingResponse .
 interface NameIDPolicy
          SAML 2.0 Core NameIDPolicy.
 interface NewEncryptedID
          SAML 2.0 Core NewEncryptedID.
 interface NewID
          SAML 2.0 Core NewID.
 interface OneTimeUse
          SAML 2.0 Core OneTimeUse.
 interface ProxyRestriction
          SAML 2.0 Core ProxyRestriction.
 interface RequestAbstractType
          SAML 2.0 Core RequestAbstractType.
 interface RequestedAuthnContext
          SAML 2.0 Core RequestedAuthnContext.
 interface RequesterID
          SAML 2.0 Core RequesterID.
 interface Scoping
          SAML 2.0 Core Scoping.
 interface SessionIndex
          SAML 2.0 Core SessionIndex.
 interface Statement
          SAML 2.0 Core Statement.
 interface Status
          SAML 2.0 Core Status.
 interface StatusCode
          SAML 2.0 Core StatusCode.
 interface StatusDetail
          SAML 2.0 Core StatusDetail.
 interface StatusMessage
          SAML 2.0 Core StatusMessage.
 interface StatusResponseType
          SAML 2.0 Core StatusResponseType.
 interface Subject
          SAML 2.0 Core Subject.
 interface SubjectConfirmation
          SAML 2.0 Core SubjectConfirmation.
 interface SubjectConfirmationData
          SAML 2.0 Core SubjectConfirmationData.
 interface SubjectLocality
          SAML 2.0 Core SubjectLocality.
 interface Terminate
          SAML 2.0 Core Terminate
 

Methods in org.opensaml.saml2.core that return SAMLObject
 SAMLObject ArtifactResponse.getMessage()
          Gets the protocol message from the artifact response.
 

Methods in org.opensaml.saml2.core with parameters of type SAMLObject
 void ArtifactResponse.setMessage(SAMLObject message)
          Sets the protocol message from the artifact response.
 

Uses of SAMLObject in org.opensaml.saml2.core.impl
 

Classes in org.opensaml.saml2.core.impl that implement SAMLObject
 class ActionImpl
          A concrete implementation of Action.
 class AdviceImpl
          A concrete implementation of Advice.
 class ArtifactImpl
          Concrete implementation of Artifact.
 class ArtifactResolveImpl
          Concrete implementation of ArtifactResolve.
 class ArtifactResponseImpl
          Concrete implementation of ArtifactResponse.
 class AssertionIDRefImpl
          Concrete implementation of AssertionIDRef.
 class AssertionIDRequestImpl
          A concrete implementation of AssertionIDRequest.
 class AssertionImpl
          A concrete implementation of Assertion.
 class AssertionURIRefImpl
          A concrete implementation of AssertionURIRef.
 class AttributeImpl
          Concrete implementation of Attribute.
 class AttributeQueryImpl
          Concrete implementation of AttributeQuery.
 class AttributeStatementImpl
          A concrete implementation of AttributeStatement.
 class AudienceImpl
          Concrete implementation of Audience.
 class AudienceRestrictionImpl
          Concrete implementation of AudienceRestriction.
 class AuthenticatingAuthorityImpl
          A concrete implemenation of AuthenticatingAuthority.
 class AuthnContextClassRefImpl
          A concrete implementation of AuthnContextClassRef.
 class AuthnContextDeclImpl
          A concrete implementation of AuthnContextDecl.
 class AuthnContextDeclRefImpl
          A concrete implementation of AuthnContextDeclRef.
 class AuthnContextImpl
          A concrete implemenation of AuthnContext.
 class AuthnQueryImpl
          Concrete implementation of AuthnQuery.
 class AuthnRequestImpl
          A concrete implementation of AuthnRequest.
 class AuthnStatementImpl
          A concrete implementation of AuthnStatement.
 class AuthzDecisionQueryImpl
          Concrete implementation of AuthzDecisionQuery.
 class AuthzDecisionStatementImpl
          A concrete implementation of AuthzDecisionStatement.
 class BaseIDImpl
          Concrete implementation of BaseID.
 class ConditionsImpl
          Concrete implementation of Conditions.
 class EncryptedAssertionImpl
          A concrete implementation of EncryptedAssertion.
 class EncryptedAttributeImpl
          A concrete implementation of EncryptedAttribute.
 class EncryptedElementTypeImpl
          A concrete implementation of EncryptedElementType.
 class EncryptedIDImpl
          A concrete implementation of EncryptedID.
 class EvidenceImpl
          A concrete implementation of Evidence.
 class GetCompleteImpl
          Concrete implementation of GetComplete.
 class IDPEntryImpl
          Concrete implementation of IDPEntry.
 class IDPListImpl
          Concrete implementation of IDPList.
 class IssuerImpl
          A concrete implementation of Issuer.
 class KeyInfoConfirmationDataTypeImpl
          Concrete implementation of SubjectConfirmationData.
 class LogoutRequestImpl
          A concrete implementation of LogoutRequest.
 class LogoutResponseImpl
          A concrete implementation of LogoutResponse.
 class ManageNameIDRequestImpl
          A concrete implementation of ManageNameIDRequest.
 class ManageNameIDResponseImpl
          A Builder for ManageNameIDResponseImpl objects.
 class NameIDImpl
          Concrete implementation of NameID.
 class NameIDMappingRequestImpl
          A concrete implementation of NameIDMappingRequest.
 class NameIDMappingResponseImpl
          Concrete implementation of NameIDMappingResponse.
 class NameIDPolicyImpl
          Concrete implementation of NameIDPolicy.
 class NewEncryptedIDImpl
          A concrete implementation of NewEncryptedID.
 class NewIDImpl
          Concrete implementation of NewID.
 class OneTimeUseImpl
          Concrete implementation of OneTimeUse.
 class ProxyRestrictionImpl
          Concrete implementation of ProxyRestriction.
 class RequestAbstractTypeImpl
          Concrete implementation of RequestAbstractType.
 class RequestedAuthnContextImpl
          Concrete implementation of RequestedAuthnContext.
 class RequesterIDImpl
          Concrete implementation of RequesterID.
 class ResponseImpl
          Concrete implementation of Response.
 class ScopingImpl
          Concrete implementation of Scoping.
 class SessionIndexImpl
          Concrete implementation of SessionIndex.
 class StatusCodeImpl
          Concrete implementation of StatusCode.
 class StatusDetailImpl
          Concrete implementation of StatusDetail.
 class StatusImpl
          Concrete implementation of Status.
 class StatusMessageImpl
          Concrete implementation of StatusMessage.
 class StatusResponseTypeImpl
          Concrete implementation of StatusResponseType.
 class SubjectConfirmationDataImpl
          Concrete implementation of SubjectConfirmationData.
 class SubjectConfirmationImpl
          Concrete implementation of SubjectConfirmation.
 class SubjectImpl
          Concrete implementation of Subject.
 class SubjectLocalityImpl
          A concrete implementation of SubjectLocality.
 class SubjectQueryImpl
          Concrete implementation of SubjectQuery.
 class TerminateImpl
          Concrete implementation of Terminate.
 

Methods in org.opensaml.saml2.core.impl that return SAMLObject
 SAMLObject ArtifactResponseImpl.getMessage()
          Gets the protocol message from the artifact response.
 

Methods in org.opensaml.saml2.core.impl with parameters of type SAMLObject
 void ArtifactResponseImpl.setMessage(SAMLObject message)
          Sets the protocol message from the artifact response.
 

Uses of SAMLObject in org.opensaml.saml2.ecp
 

Subinterfaces of SAMLObject in org.opensaml.saml2.ecp
 interface RelayState
          SAML 2.0 ECP RelayState SOAP header.
 interface Request
          SAML 2.0 ECP Request SOAP header.
 interface Response
          SAML 2.0 ECP Response SOAP header.
 

Uses of SAMLObject in org.opensaml.saml2.ecp.impl
 

Classes in org.opensaml.saml2.ecp.impl that implement SAMLObject
 class RelayStateImpl
          A concrete implementation of RelayState.
 class RequestImpl
          A concrete implementation of Request.
 

Uses of SAMLObject in org.opensaml.saml2.encryption
 

Methods in org.opensaml.saml2.encryption that return SAMLObject
 SAMLObject Decrypter.decrypt(EncryptedID encryptedID)
          Decrypt the specified EncryptedID.
 

Uses of SAMLObject in org.opensaml.saml2.metadata
 

Subinterfaces of SAMLObject in org.opensaml.saml2.metadata
 interface AdditionalMetadataLocation
          SAML 2.0 Metadata AdditionalMetadataLocation
 interface AffiliateMember
          SAML 2.0 Metadata AffiliateMember
 interface AffiliationDescriptor
          SAML 2.0 Metadata AffiliationDescriptorType
 interface ArtifactResolutionService
          SAML 2.0 Metadata ArtifactResolutionService
 interface AssertionConsumerService
          SAML 2.0 Metadata AssertionConsumerService
 interface AssertionIDRequestService
          SAML 2.0 Metadata AssertionIDRequestService
 interface AttributeAuthorityDescriptor
          SAML 2.0 Metadata AttributeAuthorityDescriptor
 interface AttributeConsumingService
          SAML 2.0 Metadata AttributeAuthorityDescriptor
 interface AttributeProfile
          SAML 2.0 Metadata AttributeProfile
 interface AttributeService
          SAML 2.0 Metadata AttributeService
 interface AuthnAuthorityDescriptor
          SAML 2.0 Metadata AuthnAuthorityDescriptor
 interface AuthnQueryService
          SAML 2.0 Metadata AuthnQueryService
 interface AuthzService
          SAML 2.0 Metadata AuthzService
 interface Company
          SAML 2.0 Metadata Company
 interface ContactPerson
          SAML 2.0 Metadata ContactPerson
 interface EmailAddress
          SAML 2.0 Metadata EmailAddress
 interface EncryptionMethod
          SAML 2.0 Metadata EncryptionMethod.
 interface Endpoint
          SAML 2.0 Metadata Endpoint data type interface
 interface EntitiesDescriptor
          SAML 2.0 Metadata EntitiesDescriptor.
 interface EntityDescriptor
          SAML 2.0 Metadata EntityDescriptor
 interface GivenName
          SAML 2.0 Metadata GivenName
 interface IDPSSODescriptor
          SAML 2.0 Metadata IDPSSODescriptorType
 interface IndexedEndpoint
          SAML 2.0 Metadata IndexedEndpoint.
 interface KeyDescriptor
           
 interface ManageNameIDService
          SAML 2.0 Metadata ManageNameIDService
 interface NameIDFormat
          SAML 2.0 Metadata NameIDFormat
 interface NameIDMappingService
          SAML 2.0 Metadata NameIDMappingService
 interface Organization
          SAML 2.0 Metadata Organization
 interface OrganizationDisplayName
          SAML 2.0 Metadata OrganizationDisplayName
 interface OrganizationName
          SAML 2.0 Metadata OrganizationName
 interface OrganizationURL
          SAML 2.0 Metadata OrganizationURL
 interface PDPDescriptor
          SAML 2.0 Metadata PDPDescriptor.
 interface RequestedAttribute
          SAML 2.0 Metadata RequestedAttribute
 interface RoleDescriptor
          SAML 2.0 Metadata RoleDescriptor.
 interface ServiceDescription
          SAML 2.0 Metadata ServiceDescription
 interface ServiceName
          SAML 2.0 Metadata ServiceName
 interface SingleLogoutService
          SAML 2.0 Metadata SingleLogoutService
 interface SingleSignOnService
          SAML 2.0 Metadata SingleSignOnService
 interface SPSSODescriptor
          SAML 2.0 Metadata SPSSODescriptorType
 interface SSODescriptor
          SAML 2.0 Metadata SSODescriptor
 interface SurName
          SAML 2.0 Metadata SurName
 interface TelephoneNumber
          SAML 2.0 Metadata TelephoneNumber
 

Uses of SAMLObject in org.opensaml.saml2.metadata.impl
 

Classes in org.opensaml.saml2.metadata.impl that implement SAMLObject
 class AdditionalMetadataLocationImpl
          Concreate implementation of AdditionalMetadataLocation
 class AffiliateMemberImpl
          Concrete implementation of AffiliateMember.
 class AffiliationDescriptorImpl
          Concrete implementation of AffiliationDescriptor.
 class ArtifactResolutionServiceImpl
          Concrete implementation of ArtifactResolutionService
 class AssertionConsumerServiceImpl
          Concrete implementation of AssertionConsumerService
 class AssertionIDRequestServiceImpl
          Concrete implementation of AssertionIDRequestService
 class AttributeAuthorityDescriptorImpl
          A concrete implementation of AttributeAuthorityDescriptor.
 class AttributeConsumingServiceImpl
          Concrete implementation of AttributeConsumingService.
 class AttributeProfileImpl
          A concrete implementation of AttributeProfile
 class AttributeServiceImpl
          Concrete implementation of AttributeService.
 class AuthnAuthorityDescriptorImpl
          Concreate implementation of AuthnAuthorityDescriptor
 class AuthnQueryServiceImpl
          Concrete implementation of AuthnQueryService
 class AuthzServiceImpl
          Concrete implmentation of AuthzService.
 class CompanyImpl
          Concrete implementation of Company.
 class ContactPersonImpl
          Concrete implementation of ContactPerson
 class EmailAddressImpl
          Concrete implementation of EmailAddress
 class EncryptionMethodImpl
          Concrete implementation of EncryptionMethod.
 class EndpointImpl
          A concrete implementation of Endpoint
 class EntitiesDescriptorImpl
          Concrete implementation of EntitiesDescriptor.
 class EntityDescriptorImpl
          Concretate implementation of EntitiesDescriptor.
 class GivenNameImpl
          Concrete implementation of GivenName.
 class IDPSSODescriptorImpl
          Concrete implementation of IDPSSODescriptor.
 class IndexedEndpointImpl
          Concrete implementation of IndexedEndpoint
 class KeyDescriptorImpl
          Concrete implementation of KeyDescriptor.
 class ManageNameIDServiceImpl
          Concrete implenentation of ManageNameIDService.
 class NameIDFormatImpl
          Concrete implementation of NameIDFormat.
 class NameIDMappingServiceImpl
          Concrete implementation of NameIDMappingService.
 class OrganizationDisplayNameImpl
          Concrete implementation of OrganizationDisplayName
 class OrganizationImpl
          Concrete implementation of Organization
 class OrganizationNameImpl
          Concrete implementation of OrganizationName
 class OrganizationURLImpl
          Concrete implementation of OrganizationURL
 class PDPDescriptorImpl
          Concrete implementation of PDPDescriptor.
 class RequestedAttributeImpl
          Concrete implementation of RequestedAttribute
 class RoleDescriptorImpl
          Concrete implementation of RoleDescriptor.
 class ServiceDescriptionImpl
          Concrete implementation of ServiceDescription.
 class ServiceNameImpl
          Concrete implementation of ServiceName
 class SingleLogoutServiceImpl
          Concrete implementation of SingleLogoutService.
 class SingleSignOnServiceImpl
          Concrete implementation of SingleSignOnService.
 class SPSSODescriptorImpl
          Concrete implementation of SPSSODescriptor.
 class SSODescriptorImpl
          Concrete implementation of SSODescriptor.
 class SurNameImpl
          Concrete implementation of SurName
 class TelephoneNumberImpl
          Concrete implementation of TelephoneNumber
 

Uses of SAMLObject in org.opensaml.samlext.idpdisco
 

Subinterfaces of SAMLObject in org.opensaml.samlext.idpdisco
 interface DiscoveryResponse
          SAML Identity Provider Discovery Protocol DiscoveryResponse
 

Classes in org.opensaml.samlext.idpdisco that implement SAMLObject
 class DiscoveryResponseImpl
          This plugs into the standard opensaml2 parser framework to allow us to get use DiscoverResponse elements in our extensions.
 

Uses of SAMLObject in org.opensaml.samlext.saml1md
 

Subinterfaces of SAMLObject in org.opensaml.samlext.saml1md
 interface SourceID
          SAML 1 Metadata extension SourceID
 

Uses of SAMLObject in org.opensaml.samlext.saml1md.impl
 

Classes in org.opensaml.samlext.saml1md.impl that implement SAMLObject
 class SourceIDImpl
           
 

Uses of SAMLObject in org.opensaml.samlext.saml2delrestrict
 

Subinterfaces of SAMLObject in org.opensaml.samlext.saml2delrestrict
 interface Delegate
          SAML 2.0 Condition for Delegation Restriction - Delegate element.
 interface DelegationRestrictionType
          SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
 

Uses of SAMLObject in org.opensaml.samlext.saml2delrestrict.impl
 

Classes in org.opensaml.samlext.saml2delrestrict.impl that implement SAMLObject
 class DelegateImpl
          Implementation of Delegate.
 class DelegationRestrictionTypeImpl
          Implementation of DelegationRestrictionType.
 

Uses of SAMLObject in org.opensaml.samlext.saml2mdattr
 

Subinterfaces of SAMLObject in org.opensaml.samlext.saml2mdattr
 interface EntityAttributes
          SAML V2.0 Metadata Extension for Entity Attributes EntityAttributes SAML object.
 

Uses of SAMLObject in org.opensaml.samlext.saml2mdattr.impl
 

Classes in org.opensaml.samlext.saml2mdattr.impl that implement SAMLObject
 class EntityAttributesImpl
          Concrete implementation of EntityAttributes.
 

Uses of SAMLObject in org.opensaml.samlext.saml2mdquery
 

Subinterfaces of SAMLObject in org.opensaml.samlext.saml2mdquery
 interface ActionNamespace
          SAML 2.0 Metadata extension ActionNamespace
 interface AttributeQueryDescriptorType
          SAML 2.0 Metadata extension AttributeQueryDescriptorType.
 interface AuthnQueryDescriptorType
          SAML 2.0 Metadata extension AuthnQueryDescriptorType.
 interface AuthzDecisionQueryDescriptorType
          SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
 interface QueryDescriptorType
          SAML 2.0 Metadata extension QueryDescriptorType.
 

Uses of SAMLObject in org.opensaml.samlext.saml2mdquery.impl
 

Classes in org.opensaml.samlext.saml2mdquery.impl that implement SAMLObject
 class ActionNamespaceImpl
          Concrete implementation of ActionNamespace.
 class AttributeQueryDescriptorTypeImpl
          Concrete implementation of AttributeQueryDescriptorType.
 class AuthnQueryDescriptorTypeImpl
          Concrete implementation of AuthnQueryDescriptorType.
 class AuthzDecisionQueryDescriptorTypeImpl
          Concrete implementation of AuthzDecisionQueryDescriptorType.
 class QueryDescriptorTypeImpl
          Concrete implementation of QueryDescriptorType.
 

Uses of SAMLObject in org.opensaml.samlext.saml2mdui
 

Subinterfaces of SAMLObject in org.opensaml.samlext.saml2mdui
 interface Description
          DisplayName.
 interface DiscoHints
          See IdP Discovery and Login UI Metadata Extension Profile.
 interface DisplayName
          DisplayName.
 interface DomainHint
          IPHint.
 interface GeolocationHint
          IPHint.
 interface InformationURL
          InformationURL.
 interface IPHint
          IPHint.
 interface Keywords
          DisplayName.
 interface LocalizedName
          LocalizedName.
 interface LocalizedURI
          LocalizedURI.
 interface Logo
          Localized logo type.
 interface PrivacyStatementURL
          PrivacyStatementURL.
 interface UIInfo
          See IdP Discovery and Login UI Metadata Extension Profile.
 

Uses of SAMLObject in org.opensaml.samlext.saml2mdui.impl
 

Classes in org.opensaml.samlext.saml2mdui.impl that implement SAMLObject
 class DescriptionImpl
          Concrete implementation of Description.
 class DiscoHintsImpl
          Concrete implementation of DiscoHints.
 class DisplayNameImpl
          Concrete implementation of DisplayName.
 class DomainHintImpl
          Concrete implementation of DomainHint.
 class GeolocationHintImpl
          Concrete implementation of GeolocationHint.
 class InformationURLImpl
          Concrete implementation of InformationURL.
 class IPHintImpl
          Concrete implementation of IPHint.
 class KeywordsImpl
          Concrete Implementation of Keywords.
 class LocalizedNameImpl
          Concrete implementation of LocalizedName.
 class LocalizedURIImpl
          Concrete implementation of LocalizedURI.
 class LogoImpl
          Concrete implementation of Logo.
 class PrivacyStatementURLImpl
          Concrete implementation of PrivacyStatementURL.
 class UIInfoImpl
          Concrete implementation of UIInfo.
 

Uses of SAMLObject in org.opensaml.samlext.samlpthrpty
 

Subinterfaces of SAMLObject in org.opensaml.samlext.samlpthrpty
 interface RespondTo
          SAML 2.0 Protocol Third-party extension RespondTo
 

Uses of SAMLObject in org.opensaml.samlext.samlpthrpty.impl
 

Classes in org.opensaml.samlext.samlpthrpty.impl that implement SAMLObject
 class RespondToImpl
          Concerte implementation of RespondTo.
 

Uses of SAMLObject in org.opensaml.xacml.profile.saml
 

Subinterfaces of SAMLObject in org.opensaml.xacml.profile.saml
 interface ReferencedPoliciesType
          /** A SAML XACML profile ReferencedPoliciesType schema type.
 interface XACMLAuthzDecisionQueryType
          A SAML XACML profile XACMLAuthzDecisionQuery schema type.
 interface XACMLAuthzDecisionStatementType
          A SAML XACML profile XACMLAuthzDecisionStatement schema type.
 interface XACMLPolicyQueryType
          A SAML XACML profile XACMLPolicyQuery schema type.
 interface XACMLPolicyStatementType
          A SAML XACML profile XACMLPolicyStatement schema type.
 

Uses of SAMLObject in org.opensaml.xacml.profile.saml.impl
 

Classes in org.opensaml.xacml.profile.saml.impl that implement SAMLObject
 class ReferencedPoliciesTypeImpl
          Implementation of ReferencedPoliciesType.
 class XACMLAuthzDecisionQueryTypeImpl
          A concrete implementation of XACMLAuthzDecisionQueryType.
 class XACMLAuthzDecisionStatementTypeImpl
          A concrete implementation of XACMLAuthzDecisionStatementType.
 class XACMLPolicyQueryTypeImpl
          Concrete implementation of XACMLPolicyQueryType.
 class XACMLPolicyStatementTypeImpl
          Concrete implementation of XACMLPolicyStatementType.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.