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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opendaylight.aaa.api.password.service.PasswordHashgetPasswordHash(String password) org.opendaylight.aaa.api.password.service.PasswordHashgetPasswordHash(String password, String salt) booleanpasswordsMatch(String plaintext, String stored, String salt)
-
Constructor Details
-
OSGiPasswordHashService
public OSGiPasswordHashService()
-
-
Method Details
-
getPasswordHash
- Specified by:
getPasswordHashin interfaceorg.opendaylight.aaa.api.password.service.PasswordHashService
-
getPasswordHash
public org.opendaylight.aaa.api.password.service.PasswordHash getPasswordHash(String password, String salt) - Specified by:
getPasswordHashin interfaceorg.opendaylight.aaa.api.password.service.PasswordHashService
-
passwordsMatch
- Specified by:
passwordsMatchin interfaceorg.opendaylight.aaa.api.password.service.PasswordHashService
-