|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestContext
Interface that provides information on the current request.
| Method Summary | ||
|---|---|---|
|
getCallback()
Returns a type-safe reference to the callback provided by the caller. |
|
|
getCallbackReference()
Returns a CallableReference to the callback provided by the caller. |
|
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. |
|
|
getServiceReference()
Returns a CallableReference for the service that was invoked by the caller. |
|
| Method Detail |
|---|
javax.security.auth.Subject getSecuritySubject()
java.lang.String getServiceName()
<B> CallableReference<B> getServiceReference()
B - the Java type of the business interface for the reference
<CB> CB getCallback()
CB - the Java type of the business interface for the callback
<CB> CallableReference<CB> getCallbackReference()
CB - the Java type of the business interface for the callback
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||