See: Description
| Class | Description |
|---|---|
| AllowedSAMLPresentersPredicate |
Predicate which evaluates the inbound
AbstractSAMLEntityContext.getEntityId()
against a specified collection of entityIDs. |
| DetailedErrorsProfileConfigPredicate |
A predicate that evaluates
RelyingPartyConfiguration.getDetailedErrorsPredicate()
if available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| ForceAuthnProfileConfigPredicate |
A predicate that evaluates a
ProfileRequestContext and determines whether forced
authentication should be set. |
| IncludeAttributeStatementPredicate |
A predicate that evaluates a SSO
ProfileRequestContext and determines whether an attribute statement
should be included in the outgoing assertion. |
| LegacyEncryptionRequirementPredicate |
A predicate implementation that supports the legacy V2 configuration options of
"always", "conditional", and "never" for encryption.
|
| LegacySigningRequirementPredicate |
A predicate implementation that supports the legacy V2 configuration options of
"always", "conditional", and "never" for signing.
|
| NotBeforeProfileConfigPredicate |
A predicate that returns
SAMLProfileConfiguration.includeConditionsNotBefore()
if such a profile is available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| ResolveAttributesProfileConfigPredicate |
A predicate that evaluates a
ProfileRequestContext and determines whether attribute resolution
and filtering should take place. |
| SignAssertionsPredicate |
A predicate implementation that forwards to
SAMLProfileConfiguration.getSignAssertions(). |
| SignRequestsPredicate |
A predicate implementation that forwards to
SAMLProfileConfiguration.getSignRequests(). |
| SignResponsesPredicate |
A predicate implementation that forwards to
SAMLProfileConfiguration.getSignResponses(). |
| Enum | Description |
|---|---|
| LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting |
Internal enum for the options supported.
|
| LegacySigningRequirementPredicate.SigningRequirementSetting |
Internal enum for the options supported.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.