|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mortbay.util.Credential
org.mortbay.util.Credential.Crypt
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 |
crypt(java.lang.String user,
java.lang.String pw)
|
| 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 Credentialcredentials - 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 crypt(java.lang.String user,
java.lang.String pw)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||