Uses of Class
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
Packages that use AbstractRelyingPartyPredicate
Package
Description
Predicates based on profile configuration settings.
Predicates that evaluate profile contexts.
Predicates based on SAML profile configuration.
Predicates based on SAML 2.0 profile configuration.
-
Uses of AbstractRelyingPartyPredicate in net.shibboleth.profile.config.logic
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.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.profile.context.logic
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.profile.context.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.saml.profile.config.logic
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.saml.profile.config.logicModifier and TypeClassDescriptionclassA predicate that returnsSAMLAssertionProducingProfileConfiguration.isIncludeConditionsNotBefore(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.classA predicate implementation that forwards to profile configuration lookup or followsSPSSODescriptor.getWantAssertionsSigned()if so configured.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.saml.saml2.profile.config.logic
Modifier and TypeClassDescriptionclassA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isCheckAddress(ProfileRequestContext).classA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isCheckInResponseTo(ProfileRequestContext).classPredicate that decides whether to ignore a request signature.