Class PlainClientCallbackHandler
- java.lang.Object
- 
- org.apache.storm.security.auth.sasl.SimpleSaslClientCallbackHandler
- 
- org.apache.storm.security.auth.plain.PlainClientCallbackHandler
 
 
- 
- All Implemented Interfaces:
- CallbackHandler
 
 @Deprecated public class PlainClientCallbackHandler extends SimpleSaslClientCallbackHandler Deprecated.This should only ever be used for testing. It provides no security at all. DO NOT USE THIS. The user name is the current user and the password is "password".
- 
- 
Constructor SummaryConstructors Constructor Description PlainClientCallbackHandler()Deprecated.For plain, using constants for a pair of user name and password.
 
-