|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.httpgw.FormLogin
This is a bootstrapping authenticator used if server is willing to
accept user names as authenticated via Form authentication.
Supported API: true
Extendable: false
Field Summary | |
protected String |
authUrl
|
protected MethodAuthenticator |
nestedAuthenticator
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
private Object |
server
|
protected String |
sessionId
|
private static boolean |
VERBOSE_CLIENT
|
Fields inherited from interface wt.method.MethodAuthenticator |
versionID |
Constructor Summary | |
FormLogin()
Supported API: true |
|
FormLogin(String sessionId)
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 |
boolean |
init()
Supported API: false |
MethodArgs |
newMethodArgs()
Supported API: false |
void |
readExternal(ObjectInput input_stream)
Supported API: false |
void |
setServer(RemoteMethodServer server)
Supported API: false |
void |
writeExternal(ObjectOutput output_stream)
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
static final long serialVersionUID
private static final boolean VERBOSE_CLIENT
protected String authUrl
protected String sessionId
protected MethodAuthenticator nestedAuthenticator
private Object server
Constructor Detail |
public FormLogin()
public FormLogin(String sessionId)
Method Detail |
public MethodArgs newMethodArgs()
newMethodArgs
in interface MethodAuthenticator
public MethodArgs endorse(MethodArgs args)
endorse
in interface MethodAuthenticator
public boolean failure(MethodArgs args, AuthenticationException e)
failure
in interface MethodAuthenticator
public boolean init()
init
in interface MethodAuthenticator
public void readExternal(ObjectInput input_stream) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput output_stream) throws IOException
writeExternal
in interface Externalizable
IOException
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 |