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
CallbackHandler
with 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 void
handleCallBack(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:JBossCallbackHandler
Handle aCallback
- Overrides:
handleCallBack
in classJBossCallbackHandler
- Parameters:
callback
- callback- Throws:
UnsupportedCallbackException
- If the callback is not supported by this handler
-
-