Class AuthenticationConfiguration
- java.lang.Object
-
- org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
public class AuthenticationConfiguration extends Object
AuthenticationConfiguration.- Since:
- 7.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description AuthenticationConfiguration(CallbackHandler callbackHandler, Subject clientSubject, boolean enabled, String saslMechanism, Map<String,String> saslProperties, String serverName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallbackHandler
callbackHandler()
Subject
clientSubject()
boolean
enabled()
String
saslMechanism()
Map<String,String>
saslProperties()
String
serverName()
-