java.lang.Object
org.wildfly.clustering.tomcat.catalina.CatalinaIdentifierFactory
- All Implemented Interfaces:
Supplier<String>
An identifier factory that uses Tomcat's SessionIdGenerator.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CatalinaIdentifierFactory
public CatalinaIdentifierFactory(org.apache.catalina.SessionIdGenerator generator)
-