Class Credential.Crypt

java.lang.Object
org.eclipse.jetty.util.security.Credential
org.eclipse.jetty.util.security.Credential.Crypt
All Implemented Interfaces:
Serializable
Enclosing class:
Credential

public static class Credential.Crypt extends Credential
Unix Crypt Credentials
See Also:
  • Method Details

    • 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.
    • equals

      public boolean equals(Object credential)
      Overrides:
      equals in class Object
    • crypt

      public static String crypt(String user, String pw)