Uses of Class
net.shibboleth.idp.authn.principal.PrincipalEvalPredicateFactoryRegistry
-
Packages that use PrincipalEvalPredicateFactoryRegistry Package Description net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of PrincipalEvalPredicateFactoryRegistry in net.shibboleth.idp.authn.context
Fields in net.shibboleth.idp.authn.context declared as PrincipalEvalPredicateFactoryRegistry Modifier and Type Field Description private PrincipalEvalPredicateFactoryRegistryAuthenticationContext. evalRegistryInstance of registry used for auto-creation ofRequestedPrincipalContext.private PrincipalEvalPredicateFactoryRegistryRequestedPrincipalContext. evalRegistryThe registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.context that return PrincipalEvalPredicateFactoryRegistry Modifier and Type Method Description PrincipalEvalPredicateFactoryRegistryAuthenticationContext. getPrincipalEvalPredicateFactoryRegistry()Get the registry of predicate factories for custom principal evaluation.PrincipalEvalPredicateFactoryRegistryRequestedPrincipalContext. getPrincipalEvalPredicateFactoryRegistry()Get the registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.context with parameters of type PrincipalEvalPredicateFactoryRegistry Modifier and Type Method Description AuthenticationContextAuthenticationContext. 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.RequestedPrincipalContextRequestedPrincipalContext. 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 PrincipalEvalPredicateFactoryRegistry Modifier and Type Field Description private PrincipalEvalPredicateFactoryRegistryPopulateAuthenticationContext. evalRegistryThe registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.impl that return PrincipalEvalPredicateFactoryRegistry Modifier and Type Method Description PrincipalEvalPredicateFactoryRegistryPopulateAuthenticationContext. getPrincipalPredicateFactoryEvalRegistry()Get the registry of predicate factories for custom principal evaluation.Methods in net.shibboleth.idp.authn.impl with parameters of type PrincipalEvalPredicateFactoryRegistry Modifier and Type Method Description voidPopulateAuthenticationContext. setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry)Set the registry of predicate factories for custom principal evaluation.
-