パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.common.attribute.provider | |
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider | |
edu.internet2.middleware.shibboleth.common.profile.provider | |
edu.internet2.middleware.shibboleth.common.xmlobject | |
edu.internet2.middleware.shibboleth.common.xmlobject.impl | |
edu.internet2.middleware.shibboleth.idp.profile.saml1 | |
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
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.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.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.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 |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Set<String> |
ShibbolethSAML1AttributeAuthority.getAttributeIds(SAMLObject samlRequest)
Gets the attribute IDs for those attributes requested in the attribute query.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Map<String,BaseAttribute> |
ShibbolethSAML1AttributeAuthority.getAttributes(SAMLProfileRequestContext<? extends SAMLObject,? extends ResponseAbstractType,NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
Gets the attributes for the principal identified in the request.
|
String |
ShibbolethSAML1AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends SAMLObject,? extends ResponseAbstractType,NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
Resolves a
NameIdentifier into the internal principal name used by Shibboleth. |
String |
SAML1AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends SAMLObject,? extends ResponseAbstractType,NameIdentifier,? extends AbstractSAML1ProfileConfiguration> requestContext)
Resolves a
NameIdentifier into the internal principal name used by Shibboleth. |
修飾子とタイプ | メソッドと説明 |
---|---|
protected String |
ShibbolethAttributeResolver.getNameIdentifierFormat(SAMLObject nameIdentifier)
Gets the format of the name identifier used to identify the subject.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BaseSAMLProfileRequestContext<InboundMessage extends SAMLObject,OutboundMessage extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
class |
BaseSAMLProfileRequestContext<InboundMessage extends SAMLObject,OutboundMessage extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
class |
BaseSAMLProfileRequestContext<InboundMessage extends SAMLObject,OutboundMessage extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
interface |
SAMLProfileRequestContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Marker interface that combines profile and attribute request and SAML message contexts
|
interface |
SAMLProfileRequestContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Marker interface that combines profile and attribute request and SAML message contexts
|
interface |
SAMLProfileRequestContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Marker interface that combines profile and attribute request and SAML message contexts
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
ShibbolethScopedValue
Represents a string value that contains an attribute containing a scope.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ShibbolethScopedValueImpl
Concrete implementation of
XSString . |
修飾子とタイプ | クラスと説明 |
---|---|
class |
BaseSAML1ProfileRequestContext<RequestType extends SAMLObject,ResponseType extends ResponseAbstractType,ProfileConfigurationType extends AbstractSAML1ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLObject |
ArtifactResolution.ArtifactResolutionRequestContext.getReferencedMessage()
Gets the SAML message referenced by the artifact.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ArtifactResolution.ArtifactResolutionRequestContext.setReferencedMessage(SAMLObject message)
Sets the SAML message referenced by the artifact.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SAMLObjectBuilder<SAMLObjectType extends SAMLObject>
Builder for SAMLObjects.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SignableSAMLObject
A signable SAMLObject.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
Base implemention of
SAMLMessageContext . |
class |
BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
Base implemention of
SAMLMessageContext . |
class |
BasicSAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
Base implemention of
SAMLMessageContext . |
interface |
SAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
SAML specific extension to the more basic
MessageContext . |
interface |
SAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
SAML specific extension to the more basic
MessageContext . |
interface |
SAMLMessageContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject>
SAML specific extension to the more basic
MessageContext . |
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLObject |
AbstractEndpointSelector.getSamlRequest()
Gets the SAML request made.
|
SAMLObject |
AbstractEndpointSelector.getSamlResponse()
Gets the response to the SAML request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AbstractEndpointSelector.setSamlRequest(SAMLObject request)
Sets the SAML request made.
|
void |
AbstractEndpointSelector.setSamlResponse(SAMLObject response)
Sets the response to the SAML request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLObject |
SAMLArtifactMap.SAMLArtifactMapEntry.getSamlMessage()
Gets SAML message the artifact maps to.
|
SAMLObject |
BasicSAMLArtifactMapEntry.getSamlMessage()
Gets SAML message the artifact maps to.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 |
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.
|
コンストラクタと説明 |
---|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Constructor.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractSAMLObjectBuilder<SAMLObjectType extends SAMLObject>
Base builder for
SAMLObject s. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
AbstractSignableSAMLObject
Abstract SAMLObject implementation that also implements
SignableXMLObject . |
修飾子とタイプ | インタフェースと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Envelope |
HTTPSOAP11Encoder.buildSOAPMessage(SAMLObject samlMessage)
Builds the SOAP message to be encoded.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
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 |
RequestAbstractType
This interface describes the base class for types derived from
RequestAbstractType |
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 |
Statement
This interface defines how the object representing a SAML1
Statement element behaves. |
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
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 |
RequestAbstractTypeImpl
Implementation of
RequestAbstractType . |
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
|
修飾子とタイプ | インタフェースと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLObject |
SAML2ArtifactMessageContext.getReferencedMessage()
Gets the SAML message referenced by the artifact.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SAML2ArtifactMessageContext.setReferencedMessage(SAMLObject message)
Sets the SAML message referenced by the artifact.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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. |
修飾子とタイプ | インタフェースと説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
ExtensionsImpl
Implementation of
Extensions |
修飾子とタイプ | インタフェースと説明 |
---|---|
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 |
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 |
StatusResponseType
SAML 2.0 Core StatusResponseType.
|
interface |
Terminate
SAML 2.0 Core Terminate
|
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLObject |
ArtifactResponse.getMessage()
Gets the protocol message from the artifact response.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ArtifactResponse.setMessage(SAMLObject message)
Sets the protocol message from the artifact response.
|
修飾子とタイプ | クラスと説明 |
---|---|
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 |
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 . |
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLObject |
ArtifactResponseImpl.getMessage()
Gets the protocol message from the artifact response.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ArtifactResponseImpl.setMessage(SAMLObject message)
Sets the protocol message from the artifact response.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
RelayStateImpl
A concrete implementation of
RelayState . |
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLObject |
Decrypter.decrypt(EncryptedID encryptedID)
Decrypt the specified EncryptedID.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
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
|
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
DiscoveryResponse
SAML Identity Provider Discovery Protocol DiscoveryResponse
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
DiscoveryResponseImpl
This plugs into the standard opensaml2 parser framework to allow us to get use
DiscoverResponse
elements in our extensions. |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
SourceID
SAML 1 Metadata extension SourceID
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
SourceIDImpl |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
Asynchronous
SAML 2.0 Protocol extension Asynchronous
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AsynchronousImpl
Concrete implementation of
Asynchronous . |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
Delegate
SAML 2.0 Condition for Delegation Restriction - Delegate element.
|
interface |
DelegationRestrictionType
SAML 2.0 Condition for Delegation Restriction - DelegationRestrictionType complex type.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
DelegateImpl
Implementation of
Delegate . |
class |
DelegationRestrictionTypeImpl
Implementation of
DelegationRestrictionType . |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
EntityAttributes
SAML V2.0 Metadata Extension for Entity Attributes EntityAttributes SAML object.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
EntityAttributesImpl
Concrete implementation of
EntityAttributes . |
修飾子とタイプ | インタフェースと説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
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 . |
修飾子とタイプ | インタフェースと説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
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 . |
修飾子とタイプ | インタフェースと説明 |
---|---|
interface |
RespondTo
SAML 2.0 Protocol Third-party extension RespondTo
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
RespondToImpl
Concerte implementation of
RespondTo . |
修飾子とタイプ | インタフェースと説明 |
---|---|
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.
|
修飾子とタイプ | クラスと説明 |
---|---|
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 © 2012. All Rights Reserved.