org.jasig.portal.security.provider
Class JAASInlineCallbackHandler
java.lang.Object
org.jasig.portal.security.provider.JAASInlineCallbackHandler
- All Implemented Interfaces:
- CallbackHandler
public class JAASInlineCallbackHandler
- extends Object
- implements CallbackHandler
Used by JAAS security provider
checks userid and credentials using JAAS.
- Author:
- Nathan Jacobs
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAASInlineCallbackHandler
public JAASInlineCallbackHandler(String username,
char[] password)
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2010 Jasig. All Rights Reserved.