Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalEvalPredicate
Packages that use PrincipalEvalPredicate
Package
Description
Context classes for managing authentication-related state.
Classes supporting Java
Principal usage.-
Uses of PrincipalEvalPredicate in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return PrincipalEvalPredicateModifier and TypeMethodDescriptionRequestedPrincipalContext.getPredicate(Principal principal) Get a predicate to apply based on a principal type and the content of this context. -
Uses of PrincipalEvalPredicate in net.shibboleth.idp.authn.principal
Methods in net.shibboleth.idp.authn.principal that return PrincipalEvalPredicateModifier and TypeMethodDescriptionPrincipalEvalPredicateFactory.getPredicate(Principal candidate) Get a predicate to compare a candidatePrincipalobject against aPrincipalSupportingComponentfor a "match", where the definition of a match is implementation-specific.