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.
-
Uses of AuthToken in org.jgroups.auth
Subclasses of AuthToken in org.jgroups.authModifier and TypeClassDescriptionclassThe FixedMemberShipToken object predefines a list of IP addresses and ports that can join the group.classJGroups AuthToken Class to for Kerberos v5 authentication.classMatches the IP address or logical name of a joiner against a regular expression and accepts or rejects based on pattern matchingclassThis 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 booleanAuthToken.authenticate(AuthToken token, Message msg) This method should be implemented to perform the actual authentication of joining members.booleanFixedMembershipToken.authenticate(AuthToken token, Message msg) Check if I'm in memberList, toobooleanKrb5Token.authenticate(AuthToken token, Message msg) booleanRegexMembership.authenticate(AuthToken token, Message msg) booleanX509Token.authenticate(AuthToken token, Message msg) -
Uses of AuthToken in org.jgroups.protocols
Fields in org.jgroups.protocols declared as AuthTokenModifier and TypeFieldDescriptionprotected AuthTokenAUTH.auth_tokenUsed on the coordinator to authentication joining member requests againstprotected AuthTokenAuthHeader.tokenMethods in org.jgroups.protocols that return AuthTokenModifier and TypeMethodDescriptionAUTH.getAuthToken()AuthHeader.getToken()protected static AuthTokenAuthHeader.readAuthToken(DataInput in) AuthHeader.token()Methods in org.jgroups.protocols with parameters of type AuthTokenModifier and TypeMethodDescriptionAUTH.setAuthToken(AuthToken token) protected static intprotected static voidAuthHeader.writeAuthToken(DataOutput out, AuthToken tok) Constructors in org.jgroups.protocols with parameters of type AuthToken