org.jasig.portal.security.provider
Class JAASInlineCallbackHandler

java.lang.Object
  extended by 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

Constructor Summary
JAASInlineCallbackHandler(String username, char[] password)
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAASInlineCallbackHandler

public JAASInlineCallbackHandler(String username,
                                 char[] password)
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2010 Jasig. All Rights Reserved.