Class IdentifierFactoryAdapter

java.lang.Object
org.wildfly.clustering.web.undertow.IdentifierFactoryAdapter
All Implemented Interfaces:
Supplier<String>

public class IdentifierFactoryAdapter extends Object implements Supplier<String>
Adapts a SessionIdGenerator to a IdentifierFactory.
Author:
Paul Ferraro
  • Constructor Details

    • IdentifierFactoryAdapter

      public IdentifierFactoryAdapter(io.undertow.server.session.SessionIdGenerator generator)
  • Method Details