Uses of Class
net.shibboleth.idp.saml.authn.principal.NameIDPrincipal
-
Packages that use NameIDPrincipal Package Description net.shibboleth.idp.saml.authn.principal SAML-specific classes for integration with idp-authn-api packages.net.shibboleth.idp.saml.authn.principal.impl Implementation classes supporting SAML-related Principal objects. -
-
Uses of NameIDPrincipal in net.shibboleth.idp.saml.authn.principal
Methods in net.shibboleth.idp.saml.authn.principal that return NameIDPrincipal Modifier and Type Method Description NameIDPrincipalNameIDPrincipal. clone()Creates and returns a copy of this object. -
Uses of NameIDPrincipal in net.shibboleth.idp.saml.authn.principal.impl
Methods in net.shibboleth.idp.saml.authn.principal.impl that return NameIDPrincipal Modifier and Type Method Description NameIDPrincipalNameIDPrincipalSerializer. deserialize(String value)Deserialize the supplied value.
-