Uses of Class
net.shibboleth.idp.authn.principal.GenericPrincipalSerializer
-
Packages that use GenericPrincipalSerializer Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions. -
-
Uses of GenericPrincipalSerializer in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as GenericPrincipalSerializer Modifier and Type Field Description private GenericPrincipalSerializerDefaultAuthenticationResultSerializer. genericSerializerGeneric principal serializer for any unsupported principals.Methods in net.shibboleth.idp.authn.impl that return GenericPrincipalSerializer Modifier and Type Method Description GenericPrincipalSerializerDefaultAuthenticationResultSerializer. getGenericPrincipalSerializer()Returns theGenericPrincipalSerializerused for any unsupported principals found in theAuthenticationResult.Constructors in net.shibboleth.idp.authn.impl with parameters of type GenericPrincipalSerializer Constructor Description DefaultAuthenticationResultSerializer(PrincipalServiceManager manager, GenericPrincipalSerializer defaultSerializer)Constructor.
-