org.jboss.security.auth.callback
public class ConsoleInputHandler extends Object implements CallbackHandler
CallbackHandler
,
handle(Callback[])
Constructor and Description |
---|
ConsoleInputHandler() |
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
handle
in interface CallbackHandler
UnsupportedCallbackException,
- thrown if any callback of
type other than NameCallback or PasswordCallback are seen.UnsupportedCallbackException
Copyright © 2015 JBoss Inc.. All Rights Reserved.