Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalEvalPredicate
-
Packages that use PrincipalEvalPredicate Package Description net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.principal Classes supporting JavaPrincipalusage. -
-
Uses of PrincipalEvalPredicate in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return PrincipalEvalPredicate Modifier and Type Method Description PrincipalEvalPredicateRequestedPrincipalContext. 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 PrincipalEvalPredicate Modifier and Type Method Description PrincipalEvalPredicatePrincipalEvalPredicateFactory. getPredicate(Principal candidate)Get a predicate to compare a candidatePrincipalobject against aPrincipalSupportingComponentfor a "match", where the definition of a match is implementation-specific.
-