|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.session.TransientSessionAuthenticator
A MethodAuthenticator
that is used to associate a \
method context to a transient session within the server.
Supported API: true
Extendable: false
Field Summary | |
private SessionContext |
session
|
Fields inherited from interface wt.method.MethodAuthenticator |
versionID |
Constructor Summary | |
TransientSessionAuthenticator(SessionContext session)
Supported API: true |
Method Summary | |
MethodArgs |
endorse(MethodArgs args)
Supported API: false |
boolean |
failure(MethodArgs args,
AuthenticationException e)
Supported API: false |
RemoteMethodServer |
getServer()
Supported API: false |
SessionContext |
getSession()
Supported API: true |
boolean |
init()
Supported API: false |
MethodArgs |
newMethodArgs()
Supported API: false |
void |
setServer(RemoteMethodServer server)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private SessionContext session
Constructor Detail |
public TransientSessionAuthenticator(SessionContext session)
Method Detail |
public SessionContext getSession()
public MethodArgs newMethodArgs()
newMethodArgs
in interface MethodAuthenticator
public boolean init()
init
in interface MethodAuthenticator
public MethodArgs endorse(MethodArgs args)
endorse
in interface MethodAuthenticator
public boolean failure(MethodArgs args, AuthenticationException e)
failure
in interface MethodAuthenticator
public void setServer(RemoteMethodServer server)
setServer
in interface MethodAuthenticator
public RemoteMethodServer getServer()
getServer
in interface MethodAuthenticator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |