public static final class JaasSecurityContext.UserPasswordCallbackHandler extends Object implements CallbackHandler
callback handler
implementation that attempts to provide a user ID and password to any
callbacks that it handles.Constructor and Description |
---|
JaasSecurityContext.UserPasswordCallbackHandler(String userId,
char[] password) |
public JaasSecurityContext.UserPasswordCallbackHandler(String userId, char[] password)
public void handle(Callback[] callbacks) throws UnsupportedCallbackException, IOException
handle
in interface CallbackHandler
UnsupportedCallbackException
IOException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.