Uses of Class
net.shibboleth.idp.authn.principal.PrincipalServiceManager
-
Packages that use PrincipalServiceManager Package Description net.shibboleth.idp.admin Classes supporting administrative interface machinery.net.shibboleth.idp.authn APIs related to the authentication of a subject.net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of PrincipalServiceManager in net.shibboleth.idp.admin
Fields in net.shibboleth.idp.admin declared as PrincipalServiceManager Modifier and Type Field Description private PrincipalServiceManagerBasicAdministrativeFlowDescriptor. principalServiceManagerAccess to principal services.Methods in net.shibboleth.idp.admin with parameters of type PrincipalServiceManager Modifier and Type Method Description voidBasicAdministrativeFlowDescriptor. 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 PrincipalServiceManager Modifier and Type Field Description private PrincipalServiceManagerAuthenticationFlowDescriptor. principalServiceManagerAccess to principal services.Methods in net.shibboleth.idp.authn with parameters of type PrincipalServiceManager Modifier and Type Method Description voidAuthenticationFlowDescriptor. 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 PrincipalServiceManager Modifier and Type Field Description private PrincipalServiceManagerDefaultAuthenticationResultSerializer. principalServiceManagerManager for principal services.Constructors in net.shibboleth.idp.authn.impl with parameters of type PrincipalServiceManager Constructor Description DefaultAuthenticationResultSerializer(PrincipalServiceManager manager, GenericPrincipalSerializer defaultSerializer)Constructor.
-