Class AuthenticationKeyFormatter
java.lang.Object
org.wildfly.clustering.marshalling.spi.SimpleFormatter<K>
org.wildfly.clustering.web.infinispan.SessionKeyFormatter<AuthenticationKey>
org.wildfly.clustering.web.infinispan.sso.AuthenticationKeyFormatter
- All Implemented Interfaces:
Formatter<AuthenticationKey>
@MetaInfServices(org.wildfly.clustering.marshalling.spi.Formatter.class)
public class AuthenticationKeyFormatter
extends SessionKeyFormatter<AuthenticationKey>
Formatter for
AuthenticationKey- Author:
- Paul Ferraro
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wildfly.clustering.marshalling.spi.SimpleFormatter
format, getTargetClass, parse
-
Constructor Details
-
AuthenticationKeyFormatter
public AuthenticationKeyFormatter()
-