Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalSerializer
Packages that use PrincipalSerializer
-
Uses of PrincipalSerializer in net.shibboleth.idp.authn.principal
Classes in net.shibboleth.idp.authn.principal that implement PrincipalSerializerModifier and TypeClassDescriptionclassBase class forPrincipalSerializerimplementations.classPrincipal 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 PrincipalSerializerModifier and TypeFieldDescriptionprivate final PrincipalSerializer<String>GenericPrincipalService.principalSerializerGeneric principal serializer.Methods in net.shibboleth.idp.authn.principal that return PrincipalSerializerModifier and TypeMethodDescriptionGenericPrincipalService.getSerializer()Get a serializer instance for this type ofPrincipal.PrincipalService.getSerializer()Get a serializer instance for this type ofPrincipal.Constructors in net.shibboleth.idp.authn.principal with parameters of type PrincipalSerializerModifierConstructorDescriptionGenericPrincipalService(Class<T> claz, PrincipalSerializer<String> serializer) Constructor.