Class LLPasswordAsCredential

java.lang.Object
org.eclipse.jetty.util.security.Credential
com.io7m.looseleaf.server.internal.auth.LLPasswordAsCredential
All Implemented Interfaces:
Serializable

public final class LLPasswordAsCredential extends org.eclipse.jetty.util.security.Credential
A credential implementation that contains a hashed looseleaf password.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.jetty.util.security.Credential

    org.eclipse.jetty.util.security.Credential.Crypt, org.eclipse.jetty.util.security.Credential.MD5
  • Constructor Summary

    Constructors
    Constructor
    Description
    A credential implementation that contains a hashed looseleaf password.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(Object credentials)
     

    Methods inherited from class org.eclipse.jetty.util.security.Credential

    byteEquals, getCredential, stringEquals

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LLPasswordAsCredential

      public LLPasswordAsCredential(LLPassword inPassword)
      A credential implementation that contains a hashed looseleaf password.
      Parameters:
      inPassword - The password
  • Method Details

    • check

      public boolean check(Object credentials)
      Specified by:
      check in class org.eclipse.jetty.util.security.Credential