public interface IPasswordFactory
Modifier and Type | Method and Description |
---|---|
IPassword |
getDummyPassword()
Get a password which should never match, to be used for timing attack resistance
|
IPassword |
getPassword(String strStoredPassword)
Get a password for the stored representation
|
IPassword |
getPasswordFromCleartext(String strUserPassword)
Get a password for cleartext password
|
static final String BEAN_NAME
IPassword getPassword(String strStoredPassword)
strStoredPassword
- the stored passwordIPassword getPasswordFromCleartext(String strUserPassword)
strUserPassword
- the cleartext passwordIPassword getDummyPassword()
Copyright © 2020 City of Paris. All rights reserved.