|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationProvider
Interface describing authentication provider.
| Method Summary | |
|---|---|
boolean |
authenticate(String host,
int port,
String user,
char[] pass)
Tries to authenticate given user. |
void |
init(String loginContext)
Initialises provider with given login context name |
| Method Detail |
|---|
void init(String loginContext)
loginContext - login context name
boolean authenticate(String host,
int port,
String user,
char[] pass)
host - host to be logged toport - port to be logged touser - usernamepass - password
true if authentication succeded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||