Class CipherAuthToken

java.lang.Object
org.jgroups.auth.AuthToken
org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
org.jboss.as.clustering.jgroups.auth.CipherAuthToken
All Implemented Interfaces:
org.jgroups.util.Streamable

public class CipherAuthToken extends BinaryAuthToken
An AUTH token, functionally equivalent to X509Token, but configured using Elytron resources.
Author:
Paul Ferraro