Searched refs:newState (Results 1 - 25 of 57) sorted by relevance

123

/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/historicalaccountlinking/script/
H A Dcheck_account_state_change.js23 newState, id, rev, account, result, queryResult;
33 newState = disabled ? "disabled" : "enabled";
34 if (newState !== account._refProperties.state) {
36 logger.debug("Setting historical account state to " + newState);
37 account._refProperties.state = newState;
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcesserTest.java61 int newState = processor.process(callbacks, state);
64 assertThat(newState).isEqualTo(ISAuthConstants.LOGIN_SUCCEED);
78 int newState = processor.process(callbacks, state);
81 assertThat(newState).isEqualTo(ISAuthConstants.LOGIN_SUCCEED);
98 int newState = processor.process(callbacks, state);
101 assertThat(newState).isEqualTo(ISAuthConstants.LOGIN_SUCCEED);
118 int newState = processor.process(callbacks, state);
121 assertThat(newState).isEqualTo(SAVE_PROFILE_STATE);
138 int newState = processor.process(callbacks, state);
141 assertThat(newState)
[all...]
/forgerock/openam/openam-authentication/openam-auth-device-id/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcesserTest.java61 int newState = processor.process(callbacks, state);
64 assertThat(newState).isEqualTo(ISAuthConstants.LOGIN_SUCCEED);
78 int newState = processor.process(callbacks, state);
81 assertThat(newState).isEqualTo(ISAuthConstants.LOGIN_SUCCEED);
98 int newState = processor.process(callbacks, state);
101 assertThat(newState).isEqualTo(ISAuthConstants.LOGIN_SUCCEED);
118 int newState = processor.process(callbacks, state);
121 assertThat(newState).isEqualTo(SAVE_PROFILE_STATE);
138 int newState = processor.process(callbacks, state);
141 assertThat(newState)
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/common/
H A DServerState.java358 final ServerState newState = new ServerState();
359 newState.serverIdToCSN.putAll(serverIdToCSN);
360 return newState;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/common/
H A DServerState.java358 final ServerState newState = new ServerState();
359 newState.serverIdToCSN.putAll(serverIdToCSN);
360 return newState;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DServerState.java483 ServerState newState = new ServerState();
490 newState.list.put(id,change);
493 return newState;
563 ServerState newState = new ServerState();
572 newState.list.put(id,change);
576 return newState;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DServerState.java483 ServerState newState = new ServerState();
490 newState.list.put(id,change);
493 return newState;
563 ServerState newState = new ServerState();
572 newState.list.put(id,change);
576 return newState;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DServerState.java483 ServerState newState = new ServerState();
490 newState.list.put(id,change);
493 return newState;
563 ServerState newState = new ServerState();
572 newState.list.put(id,change);
576 return newState;
/forgerock/openam-v13/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java298 ModuleState newState;
336 newState = ldapUtil.getState();
338 newState = ModuleState.SERVER_DOWN;
344 if (newState == ModuleState.SUCCESS) {
363 processLoginScreen(newState);
396 newState = ModuleState.PASSWORD_MIN_CHARACTERS;
398 getLoginState("LDAP").logFailed(newState.name(),
403 newState = ldapUtil.getState();
405 if (newState ==
413 getLoginState("LDAP").logFailed(newState
541 processLoginScreen(ModuleState newState) argument
648 processPasswordScreen(ModuleState newState) argument
[all...]
/forgerock/openam/openam-authentication/openam-auth-ldap/src/main/java/com/sun/identity/authentication/modules/ldap/
H A DLDAP.java304 ModuleState newState;
342 newState = ldapUtil.getState();
344 newState = ModuleState.SERVER_DOWN;
350 if (newState == ModuleState.SUCCESS) {
369 processLoginScreen(newState);
402 newState = ModuleState.PASSWORD_MIN_CHARACTERS;
404 getLoginState("LDAP").logFailed(newState.name(),
409 newState = ldapUtil.getState();
411 if (newState ==
419 getLoginState("LDAP").logFailed(newState
547 processLoginScreen(ModuleState newState) argument
655 processPasswordScreen(ModuleState newState) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DMonitorMsg.java218 ServerState newState = new ServerState();
248 newState.update(csn);
256 data.replServerDbState = newState;
261 setServerState(serverId, newState, outime, isLDAPServer);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DMonitorMsg.java218 ServerState newState = new ServerState();
248 newState.update(csn);
256 data.replServerDbState = newState;
261 setServerState(serverId, newState, outime, isLDAPServer);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DMonitorMsg.java216 ServerState newState = new ServerState();
246 newState.update(csn);
254 data.replServerDbState = newState;
259 setServerState(serverId, newState, outime, isLDAPServer);
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDirectoryThread.java439 * Sets this thread's current state to the passed in newState if the thread is
442 * @param newState
445 private void setThreadStateIfNotShuttingDown(ThreadState newState) argument
450 if (this.threadState.compareAndSet(currentState, newState))
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDirectoryThread.java440 * Sets this thread's current state to the passed in newState if the thread is
443 * @param newState
446 private void setThreadStateIfNotShuttingDown(ThreadState newState) argument
451 if (this.threadState.compareAndSet(currentState, newState))
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDirectoryThread.java439 * Sets this thread's current state to the passed in newState if the thread is
442 * @param newState
445 private void setThreadStateIfNotShuttingDown(ThreadState newState) argument
450 if (this.threadState.compareAndSet(currentState, newState))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDirectoryThread.java415 * Sets this thread's current state to the passed in newState if the thread is
418 * @param newState
421 private void setThreadStateIfNotShuttingDown(ThreadState newState) argument
426 if (this.threadState.compareAndSet(currentState, newState))
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DMonitorMsg.java271 ServerState newState = new ServerState();
301 newState.update(cn);
309 data.replServerDbState = newState;
315 sd.state = newState;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DMonitorMsg.java266 ServerState newState = new ServerState();
296 newState.update(cn);
304 data.replServerDbState = newState;
310 sd.state = newState;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DMonitorMsg.java271 ServerState newState = new ServerState();
301 newState.update(cn);
309 data.replServerDbState = newState;
315 sd.state = newState;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/common/
H A DServerState.java384 final ServerState newState = new ServerState();
385 newState.serverIdToCSN.putAll(serverIdToCSN);
386 return newState;
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/subject/
H A DIdentitySubject.java82 Set<String> newState = new HashSet<String>();
86 newState.add(jo.getString(i));
92 subjectValues = newState;
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/subject/
H A DIdentitySubject.java85 Set<String> newState = new HashSet<>();
89 newState.add(jo.getString(i));
95 subjectValues = newState;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/auditors/
H A DConfigAuditor.java105 * @param newState The state of the entry which is created
107 public void auditCreate(Map<String, Object> newState) { argument
109 JsonValue afterState = convertObjectToJsonValue(newState);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/auditors/
H A DConfigAuditor.java106 * @param newState The state of the entry which is created
108 public void auditCreate(Map<String, Object> newState) { argument
110 JsonValue afterState = convertObjectToJsonValue(newState);

Completed in 202 milliseconds

123