Class IdentifierFactoryAdapter

  • All Implemented Interfaces:
    Supplier<String>

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

      • IdentifierFactoryAdapter

        public IdentifierFactoryAdapter​(io.undertow.server.session.SessionIdGenerator generator)