Uses of Class
net.shibboleth.idp.authn.context.SubjectContext
-
Packages that use SubjectContext Package Description net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.context.navigate Functions for traversing authentication contexts. -
-
Uses of SubjectContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return SubjectContext Modifier and Type Method Description SubjectContextSubjectContext. setImpersonatingPrincipalName(String name)Set the canonical principal name of an identity that is impersonating the subject.SubjectContextSubjectContext. setPrincipalName(String name)Set the canonical principal name of the subject. -
Uses of SubjectContext in net.shibboleth.idp.authn.context.navigate
Methods in net.shibboleth.idp.authn.context.navigate with parameters of type SubjectContext Modifier and Type Method Description StringSubjectContextImpersonatingPrincipalLookupFunction. apply(SubjectContext input)StringSubjectContextPrincipalLookupFunction. apply(SubjectContext input)
-