|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object capable of endorsing outgoing method invocation calls so that client
identity will be securely available to server-side method processing the call.
Supported API: true
Field Summary | |
static String |
versionID
|
Method Summary | |
MethodArgs |
endorse(MethodArgs args)
Supported API: true |
boolean |
failure(MethodArgs args,
AuthenticationException e)
Supported API: true |
RemoteMethodServer |
getServer()
Supported API: true |
boolean |
init()
Supported API: true |
MethodArgs |
newMethodArgs()
Supported API: true |
void |
setServer(RemoteMethodServer server)
Supported API: true |
Field Detail |
public static final String versionID
Method Detail |
public MethodArgs newMethodArgs()
public boolean init()
public MethodArgs endorse(MethodArgs args)
public boolean failure(MethodArgs args, AuthenticationException e)
public void setServer(RemoteMethodServer server)
public RemoteMethodServer getServer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |