Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalService
Packages that use PrincipalService
-
Uses of PrincipalService in net.shibboleth.idp.authn.principal
Classes in net.shibboleth.idp.authn.principal that implement PrincipalServiceModifier and TypeClassDescriptionclassGenericPrincipalService<T extends Principal>PrincipalServicefor most principal types that just exposes the properPrincipalSerializer.Fields in net.shibboleth.idp.authn.principal with type parameters of type PrincipalServiceModifier and TypeFieldDescriptionprivate final Map<Class<?>,PrincipalService<?>> PrincipalServiceManager.classIndexedMapService index by class.private final Map<String,PrincipalService<?>> PrincipalServiceManager.idIndexedMapService index by ID.Methods in net.shibboleth.idp.authn.principal that return PrincipalServiceModifier and TypeMethodDescription<T extends Principal>
PrincipalService<T>Get aPrincipalServiceby type.Methods in net.shibboleth.idp.authn.principal that return types with arguments of type PrincipalServiceModifier and TypeMethodDescriptionPrincipalServiceManager.all()Get all of the registered services.Constructor parameters in net.shibboleth.idp.authn.principal with type arguments of type PrincipalServiceModifierConstructorDescriptionPrincipalServiceManager(Collection<PrincipalService<?>> services) Constructor.