Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalService
-
Packages that use PrincipalService Package Description net.shibboleth.idp.authn.principal Classes supporting JavaPrincipalusage. -
-
Uses of PrincipalService in net.shibboleth.idp.authn.principal
Classes in net.shibboleth.idp.authn.principal that implement PrincipalService Modifier and Type Class Description classGenericPrincipalService<T extends Principal>PrincipalServicefor most principal types that just exposes the properPrincipalSerializer.Fields in net.shibboleth.idp.authn.principal with type parameters of type PrincipalService Modifier and Type Field Description private Map<Class<?>,PrincipalService<?>>PrincipalServiceManager. classIndexedMapService index by class.private Map<String,PrincipalService<?>>PrincipalServiceManager. idIndexedMapService index by ID.Methods in net.shibboleth.idp.authn.principal that return PrincipalService Modifier and Type Method Description <T extends Principal>
PrincipalService<T>PrincipalServiceManager. byClass(Class<T> claz)Get aPrincipalServiceby type.Methods in net.shibboleth.idp.authn.principal that return types with arguments of type PrincipalService Modifier and Type Method Description Collection<PrincipalService<?>>PrincipalServiceManager. all()Get all of the registered services.Constructor parameters in net.shibboleth.idp.authn.principal with type arguments of type PrincipalService Constructor Description PrincipalServiceManager(Collection<PrincipalService<?>> services)Constructor.
-