Uses of Class
net.shibboleth.idp.authn.principal.UsernamePrincipal
-
Packages that use UsernamePrincipal Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions.net.shibboleth.idp.authn.principal Classes supporting JavaPrincipal
usage. -
-
Uses of UsernamePrincipal in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as UsernamePrincipal Modifier and Type Field Description private UsernamePrincipal
SimpleSubjectCanonicalization. usernamePrincipal
The custom Principal to operate on. -
Uses of UsernamePrincipal in net.shibboleth.idp.authn.principal
Methods in net.shibboleth.idp.authn.principal that return UsernamePrincipal Modifier and Type Method Description UsernamePrincipal
UsernamePrincipal. clone()
Creates and returns a copy of this object.
-