org.neociclo.odetteftp.security
Class DefaultSecurityContext

java.lang.Object
  extended by org.neociclo.odetteftp.security.DefaultSecurityContext
All Implemented Interfaces:
SecurityContext

public class DefaultSecurityContext
extends Object
implements SecurityContext

Version:
$Rev: 817 $ $Date: 2010-10-20 21:33:38 -0200 (Wed, 20 Oct 2010) $
Author:
Rafael Marins

Constructor Summary
DefaultSecurityContext(MappedCallbackHandler callbackHandler)
           
 
Method Summary
 CallbackHandler getCallbackHandler()
          Get the callbackhandler instance used by the provider to callback into application code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSecurityContext

public DefaultSecurityContext(MappedCallbackHandler callbackHandler)
Method Detail

getCallbackHandler

public CallbackHandler getCallbackHandler()
Description copied from interface: SecurityContext
Get the callbackhandler instance used by the provider to callback into application code. The provider will typically use the callback handler to provide a set of callbacks for getting/retrieving authorization info

Specified by:
getCallbackHandler in interface SecurityContext
Returns:


ACCORD