Uses of Class
net.shibboleth.idp.authn.context.PreferredPrincipalContext
Packages that use PreferredPrincipalContext
Package
Description
Context classes for managing authentication-related state.
Implementation of various authentication actions.
-
Uses of PreferredPrincipalContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return PreferredPrincipalContextModifier and TypeMethodDescriptionPreferredPrincipalContext.setPreferredPrincipals
(List<Principal> principals) Set list of principals reflecting the request preferences. -
Uses of PreferredPrincipalContext in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as PreferredPrincipalContextModifier and TypeFieldDescriptionprivate PreferredPrincipalContext
SelectAuthenticationFlow.preferredPrincipalCtx
A subordinate PreferredPrincipalContext, if any.