|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MCRAuthenticator
Authenticates a userID by checking a given password for that userID.
| Method Summary | |
|---|---|
boolean |
authenticate(String username,
String password)
Authenticates a user by checking a given password for that user. |
void |
init(String ID)
Initializes this instance. |
| Method Detail |
|---|
void init(String ID)
ID - the unique ID of this MCRAuthenticator instance
boolean authenticate(String username,
String password)
username - the usernamepassword - the password
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||