|
||||||||||
| 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.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.saml2.metadata.provider | Class for retrieving, filtering, and querying metadata. |
| 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.saml2aslo | Interfaces for SAML 2 Protocol Extension for Async Logout Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual. |
| org.opensaml.samlext.saml2aslo.impl | Implementation for SAML 2 Protocol Extension for Async Logout objects. |
| org.opensaml.samlext.saml2cb | Interfaces for SAML 2 Channel Binding Extensions Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual. |
| org.opensaml.samlext.saml2cb.impl | Implementation for SAML 2 Channel Binding Extensions 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 | Interfaces for SAML 2 Metadata Extensions for UI and Discovery Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual. |
| org.opensaml.samlext.saml2mdui.impl | Implementation for SAML 2 Metadata Extensions for UI and Discovery objects. |
| org.opensaml.samlext.samlec | |
| org.opensaml.samlext.samlec.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 |
|---|
| Fields in org.opensaml.common.binding declared as SAMLObject | |
|---|---|
private InboundMessageType |
BasicSAMLMessageContext.inboundSAMLMessage
Inbound SAML message. |
private OutboundMessageType |
BasicSAMLMessageContext.outboundSAMLMessage
Outbound SAML message. |
private SAMLObject |
AbstractEndpointSelector.samlRequest
SAML request within the message flow. |
private SAMLObject |
AbstractEndpointSelector.samlResponse
SAML response within the message flow. |
private NameIdentifierType |
BasicSAMLMessageContext.subjectNameIdentifer
Name identifier for the Subject of the message. |
| 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 |
|---|
| Fields in org.opensaml.common.binding.artifact declared as SAMLObject | |
|---|---|
private SAMLObject |
BasicSAMLArtifactMapEntry.message
SAML message mapped to the artifact. |
| Methods in org.opensaml.common.binding.artifact that return SAMLObject | |
|---|---|
SAMLObject |
BasicSAMLArtifactMapEntry.getSamlMessage()
Gets SAML message the artifact maps to. |
SAMLObject |
SAMLArtifactMap.SAMLArtifactMapEntry.getSamlMessage()
Gets SAML message the artifact maps to. |
private SAMLObject |
BasicSAMLArtifactMapEntryFactory.getStorableSAMLMessage(SAMLObject samlMessage)
Get the SAMLObject which will actually be stored in the produced SAMLArtifactMapEntry. |
| Methods in org.opensaml.common.binding.artifact with parameters of type SAMLObject | |
|---|---|
private SAMLObject |
BasicSAMLArtifactMapEntryFactory.getStorableSAMLMessage(SAMLObject samlMessage)
Get the SAMLObject which will actually be stored in the produced SAMLArtifactMapEntry. |
SAMLArtifactMap.SAMLArtifactMapEntry |
BasicSAMLArtifactMapEntryFactory.newEntry(String artifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry. |
SAMLArtifactMap.SAMLArtifactMapEntry |
SAMLArtifactMap.SAMLArtifactMapEntryFactory.newEntry(String artifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Factory method which produces a SAMLArtifactMap.SAMLArtifactMapEntry. |
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. |
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. |
(package private) void |
BasicSAMLArtifactMapEntry.setSAMLMessage(SAMLObject saml)
Sets the SAML message mapped to the artifact. |
| 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 Envelope |
HTTPSOAP11Encoder.buildSOAPMessage(SAMLMessageContext samlMsgCtx,
SAMLObject samlMessage)
Builds the SOAP message to be encoded. |
protected 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 |
Action
Interface describing how a SAML1.1 Action element behaves |
interface |
Advice
This interface defines how the object representing a SAML 1 Advice element behaves. |
interface |
Assertion
This interface defines how the object representing a SAML 1 Assertion element behaves. |
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 |
AttributeValue
This interface defines how the object representing a SAML 1 AttributeValue element behaves. |
interface |
Audience
This interface describes how ab object representing a SAML1 Audience element will behave. |
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 |
Conditions
This interface defines how the object representing a SAML1 Conditions 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 |
Evidence
Interface describing how a SAML1.1 Evidence element behaves |
interface |
Evidentiary
Marker interface for element types that can constitute evidence within a @{org.opensaml.saml1.core.Evidence} object. |
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 |
Status
This interface defines how the object representing a SAML 1 Status element behaves. |
interface |
StatusCode
This interface defines how the object representing a SAML 1 StatusCode element behaves. |
interface |
StatusDetail
Interface to describe how a StatusDetail <\code> element behaves |
interface |
StatusMessage
This interface defines how the object representing a SAML1 StatusMessage element behaves. |
interface |
Subject
Interface to describe how the Subject elements work. |
interface |
SubjectConfirmation
Interface to define how a SubjectConfirmation element behaves |
interface |
SubjectConfirmationData
This interface defines how the object representing a SAML1 SubjectConfirmationData element behaves. |
interface |
SubjectLocality
Interface to define how a SubjectLocality element behaves. |
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 |
ActionImpl
Concrete implementation of Action |
class |
AdviceImpl
Concrete Implementation of the Advice Object |
class |
AssertionArtifactImpl
Concrete implementation if AssertionArtifact |
class |
AssertionIDReferenceImpl
Concrete Implementation of AssertionIDReference Object |
class |
AssertionImpl
This class implements the SAML 1 Assertion statement. |
class |
AttributeDesignatorImpl
Concrete Implementation of the AttributeDesignator interface. |
class |
AttributeImpl
A Concrete implementation of the Attribute Interface |
class |
AttributeQueryImpl
Concrete implementation of the AttributeQuery interface |
class |
AttributeStatementImpl
A Concrete implementation of the AttributeStatement Interface |
class |
AudienceImpl
Concrete class implementation of Audience |
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 |
ConditionsImpl
This is a concrete implementation of the Conditions interface. |
class |
ConfirmationMethodImpl
Concrete Implementation of the ConfirmationMethod interface |
class |
DoNotCacheConditionImpl
Concrete Implementation of a DoNotCacheCondition Objects. |
class |
EvidenceImpl
Concrete implementation of the Evidence interface. |
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 |
ResponseImpl
Implementation of the Response Object |
class |
StatusCodeImpl
Concrete implementation of StatusCode Object. |
class |
StatusDetailImpl
Concrete implementation of StatusDetail |
class |
StatusImpl
Concrete Implementation Status |
class |
StatusMessageImpl
Concrete implementation of org.opensaml.saml1.core StatusMessage object |
class |
SubjectConfirmationImpl
Concrete implementation of a SubjectConfirmation object |
class |
SubjectImpl
Complete implementation of Subject |
class |
SubjectLocalityImpl
A concrete impementation of the SubjectLocality interface |
class |
SubjectQueryImpl
Concrete (but abstract) implementation of SubjectQuery abstract type |
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 | |
|---|---|
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. |
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. |
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 Envelope |
HTTPSOAP11Encoder.buildSOAPMessage(SAMLMessageContext samlMsgCtx,
SAMLObject samlMessage)
Builds the SOAP message to be encoded. |
protected 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 |
Artifact
SAML 2.0 Core Artifact. |
interface |
ArtifactResolve
SAML 2.0 Core ArtifactResolve. |
interface |
ArtifactResponse
SAML 2.0 Core ArtifactResponse. |
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 |
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 |
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 |
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 |
StatusResponseType
SAML 2.0 Core StatusResponseType. |
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 |
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 |
AssertionURIRefImpl
A concrete implementation of AssertionURIRef. |
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 |
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 |
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 |
ScopingImpl
Concrete implementation of Scoping. |
class |
SessionIndexImpl
Concrete implementation of SessionIndex. |
class |
StatusResponseTypeImpl
Concrete implementation of StatusResponseType. |
class |
SubjectConfirmationDataImpl
Concrete implementation of SubjectConfirmationData. |
class |
TerminateImpl
Concrete implementation of Terminate. |
| Fields in org.opensaml.saml2.core.impl declared as SAMLObject | |
|---|---|
private SAMLObject |
ArtifactResponseImpl.protocolMessage
Protocol message. |
| 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 |
RequestAuthenticated
SAML 2.0 ECP RequestAuthenticated 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 |
RequestAuthenticatedImpl
Concrete implementation of RequestAuthenticated. |
| 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. |
private SAMLObject |
Decrypter.decryptData(EncryptedElementType encElement)
Decrypt the specified instance of EncryptedElementType, and return it as an instance of the specified QName. |
| 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 |
|---|
| Fields in org.opensaml.saml2.metadata.impl with type parameters of type SAMLObject | |
|---|---|
private IndexedXMLObjectChildrenList<SAMLObject> |
EntitiesDescriptorImpl.orderedDescriptors
Ordered set of child Entity/Entities Descriptors. |
| Uses of SAMLObject in org.opensaml.saml2.metadata.provider |
|---|
| Classes in org.opensaml.saml2.metadata.provider that implement SAMLObject | |
|---|---|
private class |
ChainingMetadataProvider.ChainingEntitiesDescriptor
Class that wraps the currently list of providers and exposes it as an EntitiesDescriptors. |
| 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
Concrete implementation of SourceID. |
| Uses of SAMLObject in org.opensaml.samlext.saml2aslo |
|---|
| Subinterfaces of SAMLObject in org.opensaml.samlext.saml2aslo | |
|---|---|
interface |
Asynchronous
SAML 2.0 Protocol extension Asynchronous |
| Uses of SAMLObject in org.opensaml.samlext.saml2aslo.impl |
|---|
| Classes in org.opensaml.samlext.saml2aslo.impl that implement SAMLObject | |
|---|---|
class |
AsynchronousImpl
Concrete implementation of Asynchronous. |
| Uses of SAMLObject in org.opensaml.samlext.saml2cb |
|---|
| Subinterfaces of SAMLObject in org.opensaml.samlext.saml2cb | |
|---|---|
interface |
ChannelBindings
SAML 2.0 Channel Bindings Extensions ChannelBinding element. |
| Uses of SAMLObject in org.opensaml.samlext.saml2cb.impl |
|---|
| Classes in org.opensaml.samlext.saml2cb.impl that implement SAMLObject | |
|---|---|
class |
ChannelBindingsImpl
Concrete implementation of ChannelBindings. |
| 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. |
| Fields in org.opensaml.samlext.saml2mdattr.impl with type parameters of type SAMLObject | |
|---|---|
private IndexedXMLObjectChildrenList<? extends SAMLObject> |
EntityAttributesImpl.attributeInfo
Assertion of the Evidence. |
| 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.samlec |
|---|
| Subinterfaces of SAMLObject in org.opensaml.samlext.samlec | |
|---|---|
interface |
EncType
SAML-EC GSS-API EncType element. |
interface |
GeneratedKey
SAML-EC GSS-API GeneratedKey element. |
interface |
SessionKey
SAML-EC GSS-API SessionKey element. |
| Uses of SAMLObject in org.opensaml.samlext.samlec.impl |
|---|
| Classes in org.opensaml.samlext.samlec.impl that implement SAMLObject | |
|---|---|
class |
EncTypeImpl
Concrete implementation of EncType. |
class |
GeneratedKeyImpl
Concrete implementation of GeneratedKey. |
class |
SessionKeyImpl
Concrete implementation of SessionKey. |
| 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 | |||||||||