Package org.apache.hadoop.security
Class CustomizedCallbackHandler.DefaultHandler
java.lang.Object
org.apache.hadoop.security.CustomizedCallbackHandler.DefaultHandler
- All Implemented Interfaces:
CustomizedCallbackHandler
- Enclosing interface:
- CustomizedCallbackHandler
public static class CustomizedCallbackHandler.DefaultHandler
extends Object
implements CustomizedCallbackHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hadoop.security.CustomizedCallbackHandler
CustomizedCallbackHandler.Cache, CustomizedCallbackHandler.DefaultHandler -
Field Summary
Fields inherited from interface org.apache.hadoop.security.CustomizedCallbackHandler
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleCallbacks(List<Callback> callbacks, String username, char[] password)
-
Constructor Details
-
DefaultHandler
public DefaultHandler()
-
-
Method Details
-
handleCallbacks
public void handleCallbacks(List<Callback> callbacks, String username, char[] password) throws UnsupportedCallbackException - Specified by:
handleCallbacksin interfaceCustomizedCallbackHandler- Throws:
UnsupportedCallbackException
-