|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.saml1md | Interfaces for SAML 1 metadata profile. |
org.opensaml.samlext.saml1md.impl | Implementation of SAML 1 metadata profile objects. |
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.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 |
---|
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 | |
---|---|
void |
BasicSAMLArtifactMap.put(java.lang.String artifact,
java.lang.String relyingPartyId,
java.lang.String issuerId,
SAMLObject samlMessage)
Creates a mapping between a given artifact and the SAML message to which it maps. |
void |
SAMLArtifactMap.put(java.lang.String artifact,
java.lang.String relyingPartyId,
java.lang.String issuerId,
SAMLObject samlMessage)
Creates a mapping between a given artifact and the SAML message to which it maps. |
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 SAMLObject s. |
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 |
Request
This interface defines how the SAML1 Request objects behave. |
interface |
RespondWith
This interface defines how the (deprecated) RespondWith element would behave. |
interface |
Response
This interface defines how the object representing a SAML1 Response element behaves. |
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 |
RequestImpl
Concrete implementation of Request |
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 java.lang.String |
HTTPRedirectDeflateEncoder.deflateAndBase64Encode(SAMLObject message)
DEFLATE (RFC1951) compresses the given SAML message. |
protected void |
BaseSAML2MessageEncoder.setResponseDestination(SAMLObject outboundMessage,
java.lang.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.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 |
---|
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.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.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |