SCA API

org.osoa.sca
Interface RequestContext


public interface RequestContext

Interface that provides information on the current request.

Version:
$Rev: 368822 $ $Date: 2006-01-13 13:54:38 -0500 (Fri, 13 Jan 2006) $

Method Summary
 javax.security.auth.Subject getSecuritySubject()
          Returns the JAAS Subject of the current request.
 java.lang.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

javax.security.auth.Subject getSecuritySubject()
Returns the JAAS Subject of the current request.

Returns:
the Subject of the current request

getServiceName

java.lang.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

-