SCA API

org.osoa.sca
Interface RequestContext


public interface RequestContext

Interface that provides information on the current request.

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $

Method Summary
 Subject getSecuritySubject()
          Returns the JAAS Subject of the current request.
 String getServiceName()
          Returns the name of the service that was invoked.
 ServiceReference getServiceReference()
          Returns a reference to the service that was invoked.
 

Method Detail

getSecuritySubject

Subject getSecuritySubject()
Returns the JAAS Subject of the current request.

Returns:
the Subject of the current request

getServiceName

String getServiceName()
Returns the name of the service that was invoked.

Returns:
the name of the service that was invoked

getServiceReference

ServiceReference getServiceReference()
Returns a reference to the service that was invoked.

Returns:
a reference to the service that was invoked

SCA API

-