See: Description
| Class | Description |
|---|---|
| DetailedErrorsProfileConfigPredicate |
A predicate that returns
RelyingPartyConfiguration.isDetailedErrors()
if available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| 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(). |
| 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–2015. All rights reserved.