Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalEvalPredicateFactory
Packages that use PrincipalEvalPredicateFactory
Package
Description
Classes supporting Java
Principal usage.Implementation of functionality related to Java Principals.
-
Uses of PrincipalEvalPredicateFactory in net.shibboleth.idp.authn.principal
Fields in net.shibboleth.idp.authn.principal declared as PrincipalEvalPredicateFactoryModifier and TypeFieldDescriptionprivate PrincipalEvalPredicateFactoryPrincipalEvalPredicateFactoryRegistration.predicateFactoryPredicate factory.Fields in net.shibboleth.idp.authn.principal with type parameters of type PrincipalEvalPredicateFactoryModifier and TypeFieldDescriptionPrincipalEvalPredicateFactoryRegistry.registryStorage for the registry mappings.Methods in net.shibboleth.idp.authn.principal that return PrincipalEvalPredicateFactoryModifier and TypeMethodDescriptionPrincipalEvalPredicateFactoryRegistration.getPredicateFactory()Gets the factory for this registration.PrincipalEvalPredicateFactoryRegistry.lookup(Class<? extends Principal> principalType, String operator) Get a registered predicate factory for a given principal type and operator string, if any.Methods in net.shibboleth.idp.authn.principal with parameters of type PrincipalEvalPredicateFactoryModifier and TypeMethodDescriptionvoidPrincipalEvalPredicateFactoryRegistry.register(Class<? extends Principal> principalType, String operator, PrincipalEvalPredicateFactory factory) Register a predicate factory for a given operator string.Method parameters in net.shibboleth.idp.authn.principal with type arguments of type PrincipalEvalPredicateFactoryModifier and TypeMethodDescriptionvoidPrincipalEvalPredicateFactoryRegistry.setRegistrations(Map<Pair<Class<? extends Principal>, String>, PrincipalEvalPredicateFactory> fromMap) Add registrations from a map, overwriting any previously matching entries.Constructors in net.shibboleth.idp.authn.principal with parameters of type PrincipalEvalPredicateFactoryModifierConstructorDescriptionPrincipalEvalPredicateFactoryRegistration(Pair<Class<? extends Principal>, String> key, PrincipalEvalPredicateFactory value) Constructor. -
Uses of PrincipalEvalPredicateFactory in net.shibboleth.idp.authn.principal.impl
Classes in net.shibboleth.idp.authn.principal.impl that implement PrincipalEvalPredicateFactoryModifier and TypeClassDescriptionclassPrincipalEvalPredicateFactorythat implements exact matching of principals, and works for any type.classPrincipalEvalPredicateFactorythat implements inexact matching of principals, based on an arbitrary set of "matches" configured at runtime.