Package org.apache.hadoop.security
Interface CustomizedCallbackHandler
- All Known Implementing Classes:
CustomizedCallbackHandler.DefaultHandler
public interface CustomizedCallbackHandler
For handling customized
Callback.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomizedCallbackHandlerstatic CustomizedCallbackHandlerget(String key, Configuration conf) voidhandleCallbacks(List<Callback> callbacks, String name, char[] password)
-
Field Details
-
LOG
static final org.slf4j.Logger LOG
-
-
Method Details
-
delegate
-
get
-
handleCallbacks
void handleCallbacks(List<Callback> callbacks, String name, char[] password) throws UnsupportedCallbackException, IOException
-