Interface UserManagerConfiguration<T,B extends org.wildfly.clustering.cache.batch.Batch>

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

public interface UserManagerConfiguration<T,B extends org.wildfly.clustering.cache.batch.Batch> extends ManagerConfiguration<String>
Encapsulates the configuration of a user manager.
Author:
Paul Ferraro
  • Method Details

    • getMarshaller

      org.wildfly.clustering.marshalling.ByteBufferMarshaller getMarshaller()
    • getTransientContextFactory

      Supplier<T> getTransientContextFactory()