Uses of Class
org.jgroups.auth.AuthToken
Packages that use AuthToken
Package
Description
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
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.authModifier and TypeClassDescriptionclass
The FixedMemberShipToken object predefines a list of IP addresses and Ports that can join the group.class
This is an example of using a preshared token that is encrypted using an MD5/SHA hash for authentication purposes.class
This is an example of using a preshared token for authentication purposes.class
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 AuthTokenModifier and TypeMethodDescriptionabstract 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
MD5Token.authenticate
(AuthToken token, Message msg) boolean
SimpleToken.authenticate
(AuthToken token, Message msg) boolean
X509Token.authenticate
(AuthToken token, Message msg) -
Uses of AuthToken in org.jgroups.protocols
Methods in org.jgroups.protocols that return AuthTokenModifier and TypeMethodDescriptionAuthHeader.getToken()
Used to get the token from the AuthHeaderMethods in org.jgroups.protocols with parameters of type AuthToken -
Uses of AuthToken in org.jgroups.util
Methods in org.jgroups.util that return AuthTokenMethods in org.jgroups.util with parameters of type AuthTokenModifier and TypeMethodDescriptionstatic void
Util.writeAuthToken
(AuthToken token, DataOutputStream out)