Package org.jboss.security.auth.callback
Class JASPICallbackHandler
- java.lang.Object
-
- org.jboss.security.auth.callback.JBossCallbackHandler
-
- org.jboss.security.auth.callback.JASPICallbackHandler
-
- All Implemented Interfaces:
Serializable,CallbackHandler
public class JASPICallbackHandler extends JBossCallbackHandler
CallbackHandlerwith the JASPI callbacks- Since:
- May 12, 2010
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JASPICallbackHandler()JASPICallbackHandler(Principal principal, Object credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleCallBack(Callback callback)Handle aCallback-
Methods inherited from class org.jboss.security.auth.callback.JBossCallbackHandler
handle, setSecurityInfo
-
-
-
-
Method Detail
-
handleCallBack
protected void handleCallBack(Callback callback) throws UnsupportedCallbackException
Description copied from class:JBossCallbackHandlerHandle aCallback- Overrides:
handleCallBackin classJBossCallbackHandler- Parameters:
callback- callback- Throws:
UnsupportedCallbackException- If the callback is not supported by this handler
-
-