Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalSerializer
-
Packages that use PrincipalSerializer Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions.net.shibboleth.idp.authn.principal Classes supporting JavaPrincipalusage.net.shibboleth.idp.authn.principal.impl Implementation of functionality related to Java Principals.net.shibboleth.idp.saml.authn.principal.impl Implementation classes supporting SAML-related Principal objects. -
-
Uses of PrincipalSerializer in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl with type parameters of type PrincipalSerializer Modifier and Type Field Description private Collection<PrincipalSerializer<String>>DefaultAuthenticationResultSerializer. principalSerializersPrincipal serializers. -
Uses of PrincipalSerializer in net.shibboleth.idp.authn.principal
Classes in net.shibboleth.idp.authn.principal that implement PrincipalSerializer Modifier and Type Class Description classAbstractPrincipalSerializer<Type>Base class forPrincipalSerializerimplementations.classGenericPrincipalSerializerPrincipal serializer for arbitrary principal types.classSealedPrincipalSerializer<T extends Principal>Principal serializer that encrypts/decrypts the data when serializing.classSimplePrincipalSerializer<T extends Principal>Principal serializer for string-based principals that serialize to a simple JSON structure.Fields in net.shibboleth.idp.authn.principal declared as PrincipalSerializer Modifier and Type Field Description private PrincipalSerializer<String>GenericPrincipalService. principalSerializerGeneric principal serializer.Methods in net.shibboleth.idp.authn.principal that return PrincipalSerializer Modifier and Type Method Description PrincipalSerializer<String>GenericPrincipalService. getSerializer()Get a serializer instance for this type ofPrincipal.PrincipalSerializer<String>PrincipalService. getSerializer()Get a serializer instance for this type ofPrincipal.Constructors in net.shibboleth.idp.authn.principal with parameters of type PrincipalSerializer Constructor Description GenericPrincipalService(Class<T> claz, PrincipalSerializer<String> serializer)Constructor. -
Uses of PrincipalSerializer in net.shibboleth.idp.authn.principal.impl
Classes in net.shibboleth.idp.authn.principal.impl that implement PrincipalSerializer Modifier and Type Class Description classAuthenticationResultPrincipalSerializerPrincipal serializer forAuthenticationResultPrincipal.classIdPAttributePrincipalSerializerPrincipal serializer forIdPAttributePrincipal.classLDAPPrincipalSerializerPrincipal serializer forLdapPrincipal.classProxyAuthenticationPrincipalSerializerPrincipal serializer forProxyAuthenticationPrincipal.classX500PrincipalSerializerPrincipal serializer forX500Principal. -
Uses of PrincipalSerializer in net.shibboleth.idp.saml.authn.principal.impl
Classes in net.shibboleth.idp.saml.authn.principal.impl that implement PrincipalSerializer Modifier and Type Class Description classNameIDPrincipalSerializerPrincipal serializer forNameIDPrincipal.
-