public class LdapPasswordManagementService extends BasePasswordManagementService
LdapPasswordManagementService.passwordManagementProperties| Constructor and Description |
|---|
LdapPasswordManagementService(org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String> cipherExecutor,
java.lang.String issuer,
org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties passwordManagementProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
change(org.apereo.cas.authentication.Credential credential,
PasswordChangeBean bean)
Execute op to change password.
|
java.lang.String |
findEmail(java.lang.String username)
Find email associated with username.
|
java.util.Map<java.lang.String,java.lang.String> |
getSecurityQuestions(java.lang.String username)
Gets security questions.
|
createToken, parseTokenpublic LdapPasswordManagementService(org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String> cipherExecutor,
java.lang.String issuer,
org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties passwordManagementProperties)
public java.lang.String findEmail(java.lang.String username)
PasswordManagementServiceusername - the usernamepublic boolean change(org.apereo.cas.authentication.Credential credential,
PasswordChangeBean bean)
PasswordManagementServicecredential - the credentialsbean - the beanpublic java.util.Map<java.lang.String,java.lang.String> getSecurityQuestions(java.lang.String username)
PasswordManagementServiceusername - the username