JBoss Security SPI - Aggregator 2.0.4.SP8

org.jboss.security.callbacks
Class SecurityContextCallbackHandler

java.lang.Object
  extended by 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
SecurityContextCallbackHandler(SecurityContext securityContext)
           
 
Method Summary
 SecurityContext getSecurityContext()
           
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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 interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException

JBoss Security SPI - Aggregator 2.0.4.SP8

Copyright © 2012 JBoss Inc.. All Rights Reserved.