org.mortbay.jetty.security
Class Credential.Crypt
java.lang.Object
org.mortbay.jetty.security.Credential
org.mortbay.jetty.security.Credential.Crypt
- Enclosing class:
- Credential
public static class Credential.Crypt
- extends Credential
Unix Crypt Credentials
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__TYPE
public static final String __TYPE
- See Also:
- Constant Field Values
check
public boolean check(Object credentials)
- Description copied from class:
Credential
- Check a credential
- Specified by:
check
in class Credential
- Parameters:
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.
- Returns:
- True if the credentials indicated that the shared secret is
known to both this Credential and the passed credential.
crypt
public static String crypt(String user,
String pw)