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