| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthToken | |
|---|---|
| org.jgroups.auth | |
| org.jgroups.protocols | Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. | 
| org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. | 
| Uses of AuthToken in org.jgroups.auth | 
|---|
| Subclasses of AuthToken in org.jgroups.auth | |
|---|---|
 class | 
DemoToken
AuthToken implementation which shows how to send messages back and forth in order to perform authentication.  | 
 class | 
FixedMembershipToken
The FixedMemberShipToken object predefines a list of IP addresses and ports that can join the group.  | 
 class | 
MD5Token
This is an example of using a preshared token that is encrypted using an MD5/SHA hash for authentication purposes.  | 
 class | 
RegexMembership
Matches the IP address or logical name of a joiner against a regular expression and accepts or rejects based on pattern matching  | 
 class | 
SimpleToken
This is an example of using a preshared token for authentication purposes.  | 
 class | 
X509Token
This is an example of using a preshared token that is encrypted using an X509 certificate for authentication purposes.  | 
| Methods in org.jgroups.auth with parameters of type AuthToken | |
|---|---|
 boolean | 
MD5Token.authenticate(AuthToken token,
             Message msg)
 | 
 boolean | 
DemoToken.authenticate(AuthToken token,
             Message msg)
 | 
abstract  boolean | 
AuthToken.authenticate(AuthToken token,
             Message msg)
This method should be implemented to perform the actual authentication of joining members.  | 
 boolean | 
FixedMembershipToken.authenticate(AuthToken token,
             Message msg)
 | 
 boolean | 
X509Token.authenticate(AuthToken token,
             Message msg)
 | 
 boolean | 
RegexMembership.authenticate(AuthToken token,
             Message msg)
 | 
 boolean | 
SimpleToken.authenticate(AuthToken token,
             Message msg)
 | 
| Uses of AuthToken in org.jgroups.protocols | 
|---|
| Fields in org.jgroups.protocols declared as AuthToken | |
|---|---|
protected  AuthToken | 
AUTH.auth_token
Used on the coordinator to authentication joining member requests against  | 
protected  AuthToken | 
AuthHeader.token
 | 
| Methods in org.jgroups.protocols that return AuthToken | |
|---|---|
 AuthToken | 
AUTH.getAuthToken()
 | 
 AuthToken | 
AuthHeader.getToken()
 | 
protected static AuthToken | 
AuthHeader.readAuthToken(java.io.DataInput in)
 | 
 AuthToken | 
AuthHeader.token()
 | 
| Methods in org.jgroups.protocols with parameters of type AuthToken | |
|---|---|
 void | 
AUTH.setAuthToken(AuthToken token)
 | 
 void | 
AuthHeader.setToken(AuthToken token)
 | 
protected static int | 
AuthHeader.sizeOf(AuthToken tok)
 | 
 AuthHeader | 
AuthHeader.token(AuthToken token)
 | 
protected static void | 
AuthHeader.writeAuthToken(java.io.DataOutput out,
               AuthToken tok)
 | 
| Constructors in org.jgroups.protocols with parameters of type AuthToken | |
|---|---|
AuthHeader(AuthToken token)
 | 
|
| Uses of AuthToken in org.jgroups.util | 
|---|
| Methods in org.jgroups.util that return AuthToken | |
|---|---|
static AuthToken | 
Util.readAuthToken(java.io.DataInput in)
 | 
| Methods in org.jgroups.util with parameters of type AuthToken | |
|---|---|
static void | 
Util.writeAuthToken(AuthToken token,
               java.io.DataOutput out)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||