public class RestPasswordManagementService
extends org.apereo.cas.pm.BasePasswordManagementService
RestPasswordManagementService.| Constructor and Description |
|---|
RestPasswordManagementService(org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String> cipherExecutor,
java.lang.String issuer,
org.springframework.web.client.RestTemplate restTemplate,
org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties passwordManagementProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
changeInternal(org.apereo.cas.authentication.Credential c,
org.apereo.cas.pm.PasswordChangeBean bean) |
java.lang.String |
findEmail(java.lang.String username) |
java.util.Map<java.lang.String,java.lang.String> |
getSecurityQuestions(java.lang.String username) |
canonicalizeSecurityQuestions, change, createToken, parseTokenpublic RestPasswordManagementService(org.apereo.cas.CipherExecutor<java.io.Serializable,java.lang.String> cipherExecutor,
java.lang.String issuer,
org.springframework.web.client.RestTemplate restTemplate,
org.apereo.cas.configuration.model.support.pm.PasswordManagementProperties passwordManagementProperties)
public boolean changeInternal(org.apereo.cas.authentication.Credential c,
org.apereo.cas.pm.PasswordChangeBean bean)
changeInternal in class org.apereo.cas.pm.BasePasswordManagementServicepublic java.lang.String findEmail(java.lang.String username)
public java.util.Map<java.lang.String,java.lang.String> getSecurityQuestions(java.lang.String username)