|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationHandler
Handler of authenticate event from the browser object.
The user name and password options handle basic, digest and NTLM authentication schemes. Also, it can be using for proxy authentication
Method Summary | |
---|---|
java.lang.String |
getPassword()
Gets a string value that contains the password to use for authentication. |
java.lang.String |
getUserName()
Gets a string value that contains the user name to use for authentication. |
void |
onAuthenticate()
Invokes when authentication operation is required. |
Method Detail |
---|
void onAuthenticate()
getUserName
and getPassword
methods will be invoked.
java.lang.String getUserName()
java.lang.String getPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |