org.neociclo.odetteftp.security
Class DefaultSecurityContext
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSecurityContext
public DefaultSecurityContext(MappedCallbackHandler callbackHandler)
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