Searched defs:initialState (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DConfigAuditorFactory.java33 * @param initialState The state before the change has been made
37 objectId, @Assisted Map<String, Object> initialState);
36 create(@ssisted SSOToken runAs, @Assisted(�) String realm, @Assisted(�) String objectId, @Assisted Map<String, Object> initialState) argument
H A DSMSEmbeddedLdapObject.java911 private SMSAuditor newAuditor(SSOToken token, String dn, Map initialState) { argument
918 if (initialState == null) {
919 initialState = new HashMap();
922 return auditorFactory.create(token, realm, objectId, initialState);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DConfigAuditorFactory.java33 * @param initialState The state before the change has been made
37 objectId, @Assisted Map<String, Object> initialState);
36 create(@ssisted SSOToken runAs, @Assisted(�) String realm, @Assisted(�) String objectId, @Assisted Map<String, Object> initialState) argument
H A DSMSEmbeddedLdapObject.java900 private SMSAuditor newAuditor(SSOToken token, String dn, Map initialState) { argument
907 if (initialState == null) {
908 initialState = new HashMap();
911 return auditorFactory.create(token, realm, objectId, initialState);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/auditors/
H A DSMSAuditor.java61 * @param initialState The initialState of the object being configured
67 @Assisted("objectId") String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
68 super(debug, auditEventPublisher, auditEventFactory, runAs, realm, objectId, initialState, filters);
65 SMSAuditor(@amed�) Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, @Assisted SSOToken runAs, @Assisted(�) @Nullable String realm, @Assisted(�) String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
H A DConfigAuditor.java68 * @param initialState The initialState of the object being configured
73 String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
96 this.beforeState = convertObjectToJsonValue(initialState);
71 ConfigAuditor(Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, SSOToken runAs, String realm, String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/auditors/
H A DSMSAuditor.java61 * @param initialState The initialState of the object being configured
67 @Assisted("objectId") String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
68 super(debug, auditEventPublisher, auditEventFactory, runAs, realm, objectId, initialState, filters);
65 SMSAuditor(@amed�) Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, @Assisted SSOToken runAs, @Assisted(�) @Nullable String realm, @Assisted(�) String objectId, @Assisted Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
H A DConfigAuditor.java69 * @param initialState The initialState of the object being configured
74 String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) {
97 this.beforeState = convertObjectToJsonValue(initialState);
72 ConfigAuditor(Debug debug, AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory, SSOToken runAs, String realm, String objectId, Map<String, Object> initialState, Set<SMSAuditFilter> filters) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DChangeNumberIndexerTest.java134 private ChangelogState initialState; field in class:ChangeNumberIndexerTest
160 initialState = new ChangelogState();
424 initialState.addOfflineReplica(BASE_DN1, new CSN(1, 1, serverId1));
460 initialState.addOfflineReplica(BASE_DN1, new CSN(2, 1, serverId1));
503 initialState.addOfflineReplica(BASE_DN1, new CSN(1, 1, serverId1));
569 initialState.addServerIdToDomain(serverId, baseDN);
593 cnIndexer = new ChangeNumberIndexer(changelogDB, initialState, predicate)
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DChangeNumberIndexerTest.java134 private ChangelogState initialState; field in class:ChangeNumberIndexerTest
160 initialState = new ChangelogState();
424 initialState.addOfflineReplica(BASE_DN1, new CSN(1, 1, serverId1));
460 initialState.addOfflineReplica(BASE_DN1, new CSN(2, 1, serverId1));
503 initialState.addOfflineReplica(BASE_DN1, new CSN(1, 1, serverId1));
569 initialState.addServerIdToDomain(serverId, baseDN);
593 cnIndexer = new ChangeNumberIndexer(changelogDB, initialState, predicate)
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DChangeNumberIndexerTest.java142 private ChangelogState initialState; field in class:ChangeNumberIndexerTest
163 initialState = new ChangelogState();
426 initialState.addOfflineReplica(BASE_DN1, new CSN(1, 1, serverId1));
462 initialState.addOfflineReplica(BASE_DN1, new CSN(2, 1, serverId1));
505 initialState.addOfflineReplica(BASE_DN1, new CSN(1, 1, serverId1));
569 initialState.addServerIdToDomain(serverId, baseDN);
594 when(changeLogState.getChangelogState()).thenReturn(initialState);
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...

Completed in 79 milliseconds