public class PassiveCallbackHandler extends Object implements CallbackHandler
http://roneiv.wordpress.com/2008/02/19/perform-a-jaas-programmatic-login-in-jboss-try-to-solve-the-empty-remote-user-problem/
Constructor and Description |
---|
PassiveCallbackHandler(String userName,
String password)
Create the callback handler with user name and password
|
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle
in interface CallbackHandler
callbacks
- IOException
UnsupportedCallbackException
Copyright © 2015. All rights reserved.