Class OSGiPasswordHashService

java.lang.Object
org.opendaylight.aaa.impl.password.service.OSGiPasswordHashService
All Implemented Interfaces:
org.opendaylight.aaa.api.password.service.PasswordHashService

public final class OSGiPasswordHashService extends Object implements org.opendaylight.aaa.api.password.service.PasswordHashService
  • Constructor Details

    • OSGiPasswordHashService

      public OSGiPasswordHashService()
  • Method Details

    • getPasswordHash

      public org.opendaylight.aaa.api.password.service.PasswordHash getPasswordHash(String password)
      Specified by:
      getPasswordHash in interface org.opendaylight.aaa.api.password.service.PasswordHashService
    • getPasswordHash

      public org.opendaylight.aaa.api.password.service.PasswordHash getPasswordHash(String password, String salt)
      Specified by:
      getPasswordHash in interface org.opendaylight.aaa.api.password.service.PasswordHashService
    • passwordsMatch

      public boolean passwordsMatch(String plaintext, String stored, String salt)
      Specified by:
      passwordsMatch in interface org.opendaylight.aaa.api.password.service.PasswordHashService