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.Implementation of functionality related to Java Principals.
-
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. -
Uses of PrincipalEvalPredicate in net.shibboleth.idp.authn.principal.impl
Classes in net.shibboleth.idp.authn.principal.impl that implement PrincipalEvalPredicateModifier and TypeClassDescriptionprivate classImplementation of an exact-matching predicate.private classImplementation of an inexact-matching predicate.Methods in net.shibboleth.idp.authn.principal.impl that return PrincipalEvalPredicateModifier and TypeMethodDescriptionExactPrincipalEvalPredicateFactory.getPredicate(Principal candidate) Get a predicate to compare a candidatePrincipalobject against aPrincipalSupportingComponentfor a "match", where the definition of a match is implementation-specific.InexactPrincipalEvalPredicateFactory.getPredicate(Principal candidate) Get a predicate to compare a candidatePrincipalobject against aPrincipalSupportingComponentfor a "match", where the definition of a match is implementation-specific.