AuthToken |
Abstract AuthToken class used by implementations of AUTH, e.g.
|
FixedMembershipToken |
The FixedMemberShipToken object predefines a list of IP addresses and ports that can join the group.
|
Krb5Token |
JGroups AuthToken Class to for Kerberos v5 authentication.
|
Krb5TokenUtils |
Support class that implements all the low level Kerberos security calls
|
Krb5TokenUtils.LoginCallbackHandler |
|
MD5Token |
Deprecated.
|
RegexMembership |
Matches the IP address or logical name of a joiner against a regular expression and accepts or rejects based on
pattern matching
|
SimpleToken |
Deprecated.
|
X509Token |
This is an example of using a preshared token that is encrypted using an X509 certificate for
authentication purposes.
|