org.neociclo.odetteftp.security
Interface SecurityContext

All Known Implementing Classes:
DefaultSecurityContext

public interface SecurityContext

A security context is an bac.

Version:
$Rev: 459 $ $Date: 2010-07-02 06:33:44 -0300 (Fri, 02 Jul 2010) $
Author:
Rafael Marins

Method Summary
 CallbackHandler getCallbackHandler()
          Get the callbackhandler instance used by the provider to callback into application code.
 

Method Detail

getCallbackHandler

CallbackHandler getCallbackHandler()
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

Returns:


ACCORD