Uses of Class
net.shibboleth.idp.authn.principal.PrincipalEvalPredicateFactoryRegistry
Packages that use PrincipalEvalPredicateFactoryRegistry
Package
Description
Context classes for managing authentication-related state.
Implementation of various authentication actions.
-
Uses of PrincipalEvalPredicateFactoryRegistry in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context declared as PrincipalEvalPredicateFactoryRegistryModifier and TypeFieldDescriptionAuthenticationContext.evalRegistryInstance of registry used for auto-creation ofRequestedPrincipalContext.RequestedPrincipalContext.evalRegistryThe registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.context that return PrincipalEvalPredicateFactoryRegistryModifier and TypeMethodDescriptionAuthenticationContext.getPrincipalEvalPredicateFactoryRegistry()Get the registry of predicate factories for custom principal evaluation.RequestedPrincipalContext.getPrincipalEvalPredicateFactoryRegistry()Get the registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.context with parameters of type PrincipalEvalPredicateFactoryRegistryModifier and TypeMethodDescriptionAuthenticationContext.setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry) Set the registry of predicate factories for custom principal evaluation to inject into instances ofRequestedPrincipalContextcreated via theAuthenticationContext.addRequestedPrincipalContext(String, List, boolean)helper method.RequestedPrincipalContext.setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry) Set the registry of predicate factories for custom principal evaluation. -
Uses of PrincipalEvalPredicateFactoryRegistry in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as PrincipalEvalPredicateFactoryRegistryModifier and TypeFieldDescriptionPopulateAuthenticationContext.evalRegistryThe registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.impl that return PrincipalEvalPredicateFactoryRegistryModifier and TypeMethodDescriptionPopulateAuthenticationContext.getPrincipalPredicateFactoryEvalRegistry()Get the registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.impl with parameters of type PrincipalEvalPredicateFactoryRegistryModifier and TypeMethodDescriptionvoidPopulateAuthenticationContext.setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry) Set the registry of predicate factories for custom principal evaluation.