|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientSubject
A server context element that can supply the client subject for the remote call.
ServerContext.getServerContextElement(java.lang.Class)
Method Summary | |
---|---|
Subject |
getClientSubject()
Returns the authenticated identity of the client as a read-only instance, or null if the client was not authenticated. |
Method Detail |
---|
Subject getClientSubject()
null
if the client was not authenticated.
If the client delegated to the server, then the returned subject
contains any derived delegation credentials; the server can then
impersonate the client by performing outbound secure calls (or by
receiving incoming secure calls) in the context of a
Subject.doAs
with the client subject.
null
if the client was not
authenticated
SecurityException
- if a security manager exists and its
checkPermission
method invoked with the permission
ContextPermission
("net.jini.io.context.ClientSubject.getClientSubject")
throws a SecurityException
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |