Interface UserManagerConfiguration<T>

Type Parameters:
T - the transient context type
All Superinterfaces:
ManagerConfiguration<String>

public interface UserManagerConfiguration<T> extends ManagerConfiguration<String>
Encapsulates the configuration of a user manager.
Author:
Paul Ferraro
  • Method Details

    • getMarshaller

      ByteBufferMarshaller getMarshaller()
      Returns the marshaller used to marshal the persistent user context.
      Returns:
      the marshaller used to marshal the persistent user context.
    • getTransientContextFactory

      Supplier<T> getTransientContextFactory()
      Returns a factory for creating the transient context of a user.
      Returns:
      a factory for creating the transient context of a user.