|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> auth >> spi >> [ passwd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
edu.emory.mathcs.util.security.auth.spi.passwd
Interface UserDatabase.User

- Enclosing interface:
- UserDatabase
- public static interface UserDatabase.User
Method Summary | |
java.lang.String[] |
getGroups()
|
java.lang.String |
getID()
|
boolean |
verifyPassword(char[] passwd)
|
Method Detail |
getID
public java.lang.String getID()
getGroups
public java.lang.String[] getGroups()
verifyPassword
public boolean verifyPassword(char[] passwd)
|
|||||||||
Home >> All >> edu >> emory >> mathcs >> util >> security >> auth >> spi >> [ passwd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |