Uses of Interface
org.jgroups.auth.sasl.SaslContext
-
Packages that use SaslContext Package Description org.jgroups.auth.sasl org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of SaslContext in org.jgroups.auth.sasl
Classes in org.jgroups.auth.sasl that implement SaslContext Modifier and Type Class Description class
SaslClientContext
class
SaslServerContext
-
Uses of SaslContext in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type SaslContext Modifier and Type Field Description protected java.util.Map<Address,SaslContext>
SASL. sasl_context
Deprecated.
-