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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContextCallbackHandler
public SecurityContextCallbackHandler(SecurityContext securityContext)
getSecurityContext
public SecurityContext getSecurityContext()
handle
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
- Specified by:
handle
in interface CallbackHandler
- Throws:
IOException
UnsupportedCallbackException
Copyright © 2012 JBoss Inc.. All Rights Reserved.