Searched defs:selfRegistration (Results 1 - 4 of 4) sorted by relevance
| /forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/server/models/ |
| H A D | ServerInfo.java | 65 @Title(SERVER_INFO_RESOURCE + "serverinfo.selfRegistration.title") 66 @Description(SERVER_INFO_RESOURCE + "serverinfo.selfRegistration.description") 67 public String selfRegistration; field in class:ServerInfo
|
| /forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/ |
| H A D | AbstractScriptedService.java | 90 private ServiceRegistration<RequestHandler> selfRegistration = null; field in class:AbstractScriptedService 160 selfRegistration = context.registerService(RequestHandler.class, embeddedHandler, prop); 192 if (null != selfRegistration) { 193 selfRegistration.unregister(); 194 selfRegistration = null; 198 selfRegistration = null; 211 if (null == selfRegistration) { 212 synchronized (selfRegistration) { 213 if (null == selfRegistration) { 216 selfRegistration [all...] |
| /forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/ |
| H A D | RestSecurity.java | 123 final Boolean selfRegistration; field in class:RestSecurity.RestSecurityConfiguration 131 Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration, 138 this.selfRegistration = selfRegistration; 151 Boolean selfRegistration = ServiceConfigUtils.getBooleanAttribute(serviceConfig, SELF_REGISTRATION); 165 selfRegistration, 226 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.selfRegistration != null)) { 227 return restSecurityConfiguration.selfRegistration; 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 D | RestSecurity.java | 123 final Boolean selfRegistration; field in class:RestSecurity.RestSecurityConfiguration 131 Long forgotPasswordLifeTime, String forgotPasswordConfirmationUrl, Boolean selfRegistration, 138 this.selfRegistration = selfRegistration; 151 Boolean selfRegistration = ServiceConfigUtils.getBooleanAttribute(serviceConfig, SELF_REGISTRATION); 165 selfRegistration, 226 if ((restSecurityConfiguration != null) && (restSecurityConfiguration.selfRegistration != null)) { 227 return restSecurityConfiguration.selfRegistration; 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 41 milliseconds