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

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

      Supplier<T> getTransientContextFactory()