| 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.
|
| 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.
|