Searched defs:forgotPasswordConfirmationUrl (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java122 final String forgotPasswordConfirmationUrl; field in class:RestSecurity.RestSecurityConfiguration
131 Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration,
137 this.forgotPasswordConfirmationUrl = forgotPasswordConfirmationUrl;
154 String forgotPasswordConfirmationUrl = ServiceConfigUtils.getStringAttribute(serviceConfig, FORGOT_PASSWORD_CONFIRMATION_URL);
164 forgotPasswordConfirmationUrl,
250 return restSecurityConfiguration.forgotPasswordConfirmationUrl;
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.java122 final String forgotPasswordConfirmationUrl; field in class:RestSecurity.RestSecurityConfiguration
131 Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration,
137 this.forgotPasswordConfirmationUrl = forgotPasswordConfirmationUrl;
154 String forgotPasswordConfirmationUrl = ServiceConfigUtils.getStringAttribute(serviceConfig, FORGOT_PASSWORD_CONFIRMATION_URL);
164 forgotPasswordConfirmationUrl,
250 return restSecurityConfiguration.forgotPasswordConfirmationUrl;
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 42 milliseconds