See: Description
| Class | Description |
|---|---|
| BaseAddAttributeStatementToAssertion |
Base class for actions that encode an
AttributeContext into a SAML attribute statement. |
| BaseAddAuthenticationStatementToAssertion |
Base class for actions that encode authentication information into a SAML 1 or SAML 2 statement.
|
| BaseIdPInitiatedSSORequestMessageDecoder<RequestType> |
Decodes an incoming Shibboleth Authentication Request message.
|
| ExtractSubjectFromRequest |
Action that extracts a SAML Subject from an inbound message, and prepares a
SubjectCanonicalizationContext to process it into a principal identity. |
| ExtractSubjectFromRequest.SubjectNameLookupFunction |
Lookup function that returns the
NameIdentifier or NameID from the request in the inbound
message context. |
| FinalizeSAMLSubjectCanonicalization |
An action that runs after a completed canonicalization of a SAML Subject and transfers
information into a
SubjectContext child of the ProfileRequestContext. |
| IdPInitiatedSSORequest |
Object representing a Shibboleth Authentication Request message.
|
| InitializeAuthenticationContext |
An action that creates an
AuthenticationContext and attaches it to the current ProfileRequestContext. |
| InitializeOutboundMessageContext |
Action that adds an outbound
MessageContext and related SAML contexts to the ProfileRequestContext
based on the identity of a relying party accessed via a lookup strategy, by default an immediate child of the profile
request context. |
| InitializeOutboundMessageContextForError |
Action that prepares an outbound
MessageContext and related SAML contexts
in the event that they are not already prepared, to allow error responses to be
generated in the case of synchronous bindings (i.e., SOAP). |
| InitializeRelyingPartyContextFromSAMLPeer |
Action that adds a
RelyingPartyContext to the current ProfileRequestContext tree
via a creation function. |
| PopulateBindingAndEndpointContexts |
Action that populates the outbound
SAMLBindingContext and when appropriate the
SAMLEndpointContext based on the inbound request. |
| PopulateInboundMessageContextWithSAMLSelf |
Action that adds a
SAMLSelfEntityContext to the inbound MessageContext |
| ReloadMetadata |
Action that refreshes a
MetadataResolver manually. |
| SAMLRelyingPartyIdLookupStrategy |
A lookup strategy that returns a SAML entityID if the
RelyingPartyContext contains a reference
to a SAMLPeerEntityContext or SAMLSelfEntityContext. |
| SAMLVerificationLookupStrategy |
A lookup strategy that returns true iff the
RelyingPartyContext contains a reference
to a SAMLPeerEntityContext or SAMLSelfEntityContext that contains a
SAMLMetadataContext such that SAMLMetadataContext.getEntityDescriptor() is non-null. |
| SpringAwareMessageEncoderFactory |
A factory that returns the correct
MessageEncoder to use based on an input collection of
descriptors that map to a Spring bean ID. |
Copyright © 1999–2017 Shibboleth Consortium. All rights reserved.