Interface UserManagerConfiguration<T>
- Type Parameters:
T- the transient context type
- All Superinterfaces:
ManagerConfiguration<String>
Encapsulates the configuration of a user manager.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the marshaller used to marshal the persistent user context.Returns a factory for creating the transient context of a user.Methods inherited from interface ManagerConfiguration
getIdentifierFactory
-
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
-