Uses of Class
net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
Packages that use AbstractRelyingPartyPredicate Package Description net.shibboleth.idp.authn.config.navigate Functions for traversing authentication configurations.net.shibboleth.idp.profile.config.logic Predicates related to profile configuration.net.shibboleth.idp.profile.logic Functions and predicates supporting other profile components.net.shibboleth.idp.saml.profile.config.logic Implementations of logic/conditional SAML profile configuration components.net.shibboleth.idp.saml.saml2.profile.config.logic Predicates related to SAML 2.0 profile configurations. -
-
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.authn.config.navigate
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.idp.authn.config.navigate Modifier and Type Class Description classForceAuthnProfileConfigPredicateA predicate that evaluates aProfileRequestContextand determines whether forced authentication should be set based on the associatedAuthenticationProfileConfiguration. -
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.profile.config.logic
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.idp.profile.config.logic Modifier and Type Class Description classDetailedErrorsPredicatePredicate to determine whether a relying party should see detailed error information.classResolveAttributesPredicatePredicate 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.logic Modifier and Type Class Description classLoopDetectionPredicateA condition that relies on aMeterto detect looping SPs.classVerifiedProfilePredicatePredicate to determine whether a profile request is from a verified source. -
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.saml.profile.config.logic
-
Uses of AbstractRelyingPartyPredicate in net.shibboleth.idp.saml.saml2.profile.config.logic
Subclasses of AbstractRelyingPartyPredicate in net.shibboleth.idp.saml.saml2.profile.config.logic Modifier and Type Class Description classCheckAddressPredicateA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isCheckAddress(ProfileRequestContext).classIgnoreRequestSignaturesPredicatePredicate that decides whether to ignore a request signature.classIgnoreScopingProfileConfigPredicateA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isIgnoreScoping(ProfileRequestContext).classSOAPErrorPredicatePredicate that decides whether to handle an error by returning a SOAP fault to a requester or fail locally.classSuppressAuthenticatingAuthorityPredicateA predicate that evaluates aProfileRequestContextand extracts the effective setting ofBrowserSSOProfileConfiguration.isSuppressAuthenticatingAuthority(ProfileRequestContext).
-