Package org.jboss.security.callbacks
Class SecurityContextCallbackHandler
- java.lang.Object
-
- org.jboss.security.callbacks.SecurityContextCallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class SecurityContextCallbackHandler extends Object implements CallbackHandler
CallbackHandler for SecurityContext- Since:
- Jan 7, 2008
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description SecurityContextCallbackHandler(SecurityContext securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityContext
getSecurityContext()
void
handle(Callback[] callbacks)
-
-
-
Constructor Detail
-
SecurityContextCallbackHandler
public SecurityContextCallbackHandler(SecurityContext securityContext)
-
-
Method Detail
-
getSecurityContext
public SecurityContext getSecurityContext()
-
handle
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
- Specified by:
handle
in interfaceCallbackHandler
- Throws:
IOException
UnsupportedCallbackException
-
-