Package | Description |
---|---|
org.picketlink.idm | |
org.picketlink.idm.credential.encoder |
Modifier and Type | Method and Description |
---|---|
IdentityManagementException |
IDMMessages.credentialInvalidEncodingAlgorithm(String algorithm,
PasswordEncoder encoder,
Throwable t) |
Modifier and Type | Class and Description |
---|---|
class |
BCryptPasswordEncoder
Implementation of
PasswordEncoder based on BCrypt |
class |
PBKDF2PasswordEncoder
Implementation of
PasswordEncoder that uses PBKDF2 |
class |
SHAPasswordEncoder
PasswordEncoder that uses SHA to encode passwords. |
Copyright © 2014. All rights reserved.