Uses of Class
net.shibboleth.idp.authn.principal.PrincipalServiceManager
Packages that use PrincipalServiceManager
Package
Description
Classes supporting administrative interface machinery.
APIs related to the authentication of a subject.
Implementation of various authentication actions.
-
Uses of PrincipalServiceManager in net.shibboleth.idp.admin
Fields in net.shibboleth.idp.admin declared as PrincipalServiceManagerModifier and TypeFieldDescriptionprivate PrincipalServiceManagerBasicAdministrativeFlowDescriptor.principalServiceManagerAccess to principal services.Methods in net.shibboleth.idp.admin with parameters of type PrincipalServiceManagerModifier and TypeMethodDescriptionvoidBasicAdministrativeFlowDescriptor.setPrincipalServiceManager(PrincipalServiceManager manager) Sets aPrincipalServiceManagerto use for string-based principal processing. -
Uses of PrincipalServiceManager in net.shibboleth.idp.authn
Fields in net.shibboleth.idp.authn declared as PrincipalServiceManagerModifier and TypeFieldDescriptionprivate PrincipalServiceManagerAuthenticationFlowDescriptor.principalServiceManagerAccess to principal services.Methods in net.shibboleth.idp.authn with parameters of type PrincipalServiceManagerModifier and TypeMethodDescriptionvoidAuthenticationFlowDescriptor.setPrincipalServiceManager(PrincipalServiceManager manager) Sets aPrincipalServiceManagerto use for string-based principal processing. -
Uses of PrincipalServiceManager in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as PrincipalServiceManagerModifier and TypeFieldDescriptionprivate final PrincipalServiceManagerDefaultAuthenticationResultSerializer.principalServiceManagerManager for principal services.Constructors in net.shibboleth.idp.authn.impl with parameters of type PrincipalServiceManagerModifierConstructorDescriptionDefaultAuthenticationResultSerializer(PrincipalServiceManager manager, GenericPrincipalSerializer defaultSerializer) Constructor.