|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mortbay.util.Credential | +--org.mortbay.util.Credential.MD5
Unix Crypt Credentials
Nested Class Summary |
Nested classes inherited from class org.mortbay.util.Credential |
Credential.Crypt, Credential.MD5 |
Field Summary | |
static java.lang.String |
__TYPE
|
Method Summary | |
boolean |
check(java.lang.Object credentials)
Check a credential |
static java.lang.String |
digest(java.lang.String password)
|
Methods inherited from class org.mortbay.util.Credential |
getCredential |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String __TYPE
Method Detail |
public boolean check(java.lang.Object credentials)
Credential
check
in class Credential
credentials
- The credential to check against. This may either be
another Credential object, a Password object or a String which is
interpreted by this credential.
public static java.lang.String digest(java.lang.String password)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |