Class | Description |
---|---|
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.
|
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 © 2012 JBoss by Red Hat. All Rights Reserved.