Class | Description |
---|---|
AuthToken |
Abstract AuthToken class used by implementations of AUTH, e.g.
|
DemoToken |
AuthToken implementation which shows how to send messages back and forth in order to perform authentication.
|
DemoToken.DemoHeader | |
DemoToken.Entry | |
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 |
This is an example of using a preshared token that is encrypted using an MD5/SHA hash for
authentication purposes.
|
RegexMembership |
Matches the IP address or logical name of a joiner against a regular expression and accepts or rejects based on
pattern matching
|
SimpleToken |
This is an example of using a preshared token for authentication purposes.
|
X509Token |
This is an example of using a preshared token that is encrypted using an X509 certificate for
authentication purposes.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.