Uses of Class
org.jgroups.protocols.AUTH
-
Packages that use AUTH Package Description org.jgroups.auth org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of AUTH in org.jgroups.auth
Fields in org.jgroups.auth declared as AUTH Modifier and Type Field Description protected AUTH
AuthToken. auth
A reference to AUTHMethods in org.jgroups.auth with parameters of type AUTH Modifier and Type Method Description void
AuthToken. setAuth(AUTH auth)
-
Uses of AUTH in org.jgroups.protocols
Methods in org.jgroups.protocols that return AUTH Modifier and Type Method Description AUTH
AUTH. register(UpHandler handler)
Deprecated.AUTH
AUTH. setAuthCoord(boolean authenticateCoord)
AUTH
AUTH. setAuthToken(AuthToken token)
AUTH
AUTH. unregister(UpHandler handler)
Deprecated.
-