Uses of Class
net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
Packages that use AbstractRelyingPartyPredicate
Package
Description
Functions for traversing authentication configurations.
Predicates related to profile configuration.
Functions and predicates supporting other profile components.
Implementations of logic/conditional SAML profile configuration components.
Predicates related to SAML 2.0 profile configurations.
-
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.profile.config.logic
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.idp.profile.config.logicModifier and TypeClassDescriptionclassPredicate to determine whether a relying party should see detailed error information.classPredicate to determine whether a profile request should resolve attributes. -
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.profile.logic
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.idp.profile.logicModifier and TypeClassDescriptionclassA condition that relies on aMeterto detect looping SPs.classPredicate to determine whether a profile request is from a verified source. -
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.saml.profile.config.logic
Modifier and TypeClassDescriptionclassA predicate that evaluatesRelyingPartyConfiguration.isDetailedErrors(ProfileRequestContext)if available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA predicate that evaluates a SSOProfileRequestContextand determines whether an attribute statement should be included in the outgoing assertion.classA predicate that returnsSAMLProfileConfiguration.isIncludeConditionsNotBefore(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classDeprecated, for removal: This API element is subject to removal in a future version.classA predicate implementation that forwards toSAMLProfileConfiguration.isSignAssertions(ProfileRequestContext).classA predicate implementation that forwards toSAMLProfileConfiguration.isSignRequests(ProfileRequestContext)or followsIDPSSODescriptor.getWantAuthnRequestsSigned()if so configured.classA predicate implementation that forwards toSAMLProfileConfiguration.isSignResponses(ProfileRequestContext). -
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.saml.saml2.profile.config.logic
Modifier and TypeClassDescriptionclassA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isCheckAddress(ProfileRequestContext).classPredicate that decides whether to ignore a request signature.classA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isIgnoreScoping(ProfileRequestContext).classPredicate that decides whether to handle an error by returning a SOAP fault to a requester or fail locally.classA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isSuppressAuthenticatingAuthority(ProfileRequestContext).