Package | Description |
---|---|
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
SAMLObjectBuilder<SAMLObjectType extends SAMLObject>
Builder for SAMLObjects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SignableSAMLObject
A signable SAMLObject.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
SAMLObject |
AbstractEndpointSelector.getSamlRequest()
Gets the SAML request made.
|
SAMLObject |
AbstractEndpointSelector.getSamlResponse()
Gets the response to the SAML request.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpointSelector.setSamlRequest(SAMLObject request)
Sets the SAML request made.
|
void |
AbstractEndpointSelector.setSamlResponse(SAMLObject response)
Sets the response to the SAML request.
|
Modifier and Type | Method and Description |
---|---|
SAMLObject |
SAMLArtifactMap.SAMLArtifactMapEntry.getSamlMessage()
Gets SAML message the artifact maps to.
|
SAMLObject |
BasicSAMLArtifactMapEntry.getSamlMessage()
Gets SAML message the artifact maps to.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject>
Base builder for
SAMLObject s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSignableSAMLObject
Abstract SAMLObject implementation that also implements
SignableXMLObject . |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected org.opensaml.ws.soap.soap11.Envelope |
HTTPSOAP11Encoder.buildSOAPMessage(SAMLObject samlMessage)
Builds the SOAP message to be encoded.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SAMLObject |
SAML2ArtifactMessageContext.getReferencedMessage()
Gets the SAML message referenced by the artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
SAML2ArtifactMessageContext.setReferencedMessage(SAMLObject message)
Sets the SAML message referenced by the artifact.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionsImpl
Implementation of
Extensions |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
SAMLObject |
ArtifactResponse.getMessage()
Gets the protocol message from the artifact response.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactResponse.setMessage(SAMLObject message)
Sets the protocol message from the artifact response.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
SAMLObject |
ArtifactResponseImpl.getMessage()
Gets the protocol message from the artifact response.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactResponseImpl.setMessage(SAMLObject message)
Sets the protocol message from the artifact response.
|
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RelayStateImpl
A concrete implementation of
RelayState . |
class |
RequestImpl
A concrete implementation of
Request . |
Modifier and Type | Method and Description |
---|---|
SAMLObject |
Decrypter.decrypt(EncryptedID encryptedID)
Decrypt the specified EncryptedID.
|
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiscoveryResponse
SAML Identity Provider Discovery Protocol DiscoveryResponse
|
Modifier and Type | Class and Description |
---|---|
class |
DiscoveryResponseImpl
This plugs into the standard opensaml2 parser framework to allow us to get use
DiscoverResponse
elements in our extensions. |
Modifier and Type | Interface and Description |
---|---|
interface |
SourceID
SAML 1 Metadata extension SourceID
|
Modifier and Type | Class and Description |
---|---|
class |
SourceIDImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Delegate
SAML 2.0 Condition for Delegation Restriction - Delegate element.
|
interface |
DelegationRestrictionType
SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegateImpl
Implementation of
Delegate . |
class |
DelegationRestrictionTypeImpl
Implementation of
DelegationRestrictionType . |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityAttributes
SAML V2.0 Metadata Extension for Entity Attributes EntityAttributes SAML object.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityAttributesImpl
Concrete implementation of
EntityAttributes . |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Interface and Description |
---|---|
interface |
RespondTo
SAML 2.0 Protocol Third-party extension RespondTo
|
Modifier and Type | Class and Description |
---|---|
class |
RespondToImpl
Concerte implementation of
RespondTo . |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 © 1999-2013. All Rights Reserved.