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

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java121 final Long forgotPasswordTokenLifeTime; field in class:RestSecurity.RestSecurityConfiguration
136 this.forgotPasswordTokenLifeTime = forgotPasswordLifeTime;
281 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.forgotPasswordTokenLifeTime != null)) {
282 return restSecurityConfiguration.forgotPasswordTokenLifeTime;
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java121 final Long forgotPasswordTokenLifeTime; field in class:RestSecurity.RestSecurityConfiguration
136 this.forgotPasswordTokenLifeTime = forgotPasswordLifeTime;
281 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.forgotPasswordTokenLifeTime != null)) {
282 return restSecurityConfiguration.forgotPasswordTokenLifeTime;

Completed in 28 milliseconds