Searched defs:forgotPassword (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/models/
H A DServerInfo.java53 @Title(SERVER_INFO_RESOURCE + "serverinfo.forgotPassword.title")
54 @Description(SERVER_INFO_RESOURCE + "serverinfo.forgotPassword.description")
55 public String forgotPassword; field in class:ServerInfo
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java124 final Boolean forgotPassword; field in class:RestSecurity.RestSecurityConfiguration
132 Boolean forgotPassword, Set<String> protectedUserAttributes,
139 this.forgotPassword = forgotPassword;
153 Boolean forgotPassword = ServiceConfigUtils.getBooleanAttribute(serviceConfig, FORGOT_PASSWORD);
166 forgotPassword,
240 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.forgotPassword != null)) {
241 return restSecurityConfiguration.forgotPassword;
130 RestSecurityConfiguration(Long selfRegTokenLifeTime, String selfRegistrationConfirmationUrl, Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration, Boolean forgotPassword, Set<String> protectedUserAttributes, String successfulUserRegistrationDestination, Boolean twoFactorAuthEnabled, Boolean selfService) argument
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java124 final Boolean forgotPassword; field in class:RestSecurity.RestSecurityConfiguration
132 Boolean forgotPassword, Set<String> protectedUserAttributes,
139 this.forgotPassword = forgotPassword;
153 Boolean forgotPassword = ServiceConfigUtils.getBooleanAttribute(serviceConfig, FORGOT_PASSWORD);
166 forgotPassword,
240 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.forgotPassword != null)) {
241 return restSecurityConfiguration.forgotPassword;
130 RestSecurityConfiguration(Long selfRegTokenLifeTime, String selfRegistrationConfirmationUrl, Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration, Boolean forgotPassword, Set<String> protectedUserAttributes, String successfulUserRegistrationDestination, Boolean twoFactorAuthEnabled, Boolean selfService) argument

Completed in 54 milliseconds