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

/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/
H A DRestSecurity.java127 final Boolean twoFactorAuthEnabled; field in class:RestSecurity.RestSecurityConfiguration
133 String successfulUserRegistrationDestination, Boolean twoFactorAuthEnabled, Boolean selfService) {
142 this.twoFactorAuthEnabled = twoFactorAuthEnabled;
159 Boolean twoFactorAuthEnabled = ServiceConfigUtils.getBooleanAttribute(serviceConfig, TWO_FACTOR_AUTH_ENABLED);
169 twoFactorAuthEnabled,
206 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.twoFactorAuthEnabled != null)) {
207 return restSecurityConfiguration.twoFactorAuthEnabled;
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.java127 final Boolean twoFactorAuthEnabled; field in class:RestSecurity.RestSecurityConfiguration
133 String successfulUserRegistrationDestination, Boolean twoFactorAuthEnabled, Boolean selfService) {
142 this.twoFactorAuthEnabled = twoFactorAuthEnabled;
159 Boolean twoFactorAuthEnabled = ServiceConfigUtils.getBooleanAttribute(serviceConfig, TWO_FACTOR_AUTH_ENABLED);
169 twoFactorAuthEnabled,
206 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.twoFactorAuthEnabled != null)) {
207 return restSecurityConfiguration.twoFactorAuthEnabled;
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 29 milliseconds