/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/api/ |
H A D | ReplicaId.java | 29 /** Replica identifier comprised of the domain baseDN and its serverId within this domain. */ 32 private final DN baseDN; field in class:ReplicaId 38 * @param baseDN 39 * domain baseDN, cannot be null 43 private ReplicaId(DN baseDN, int serverId) argument 45 this.baseDN = baseDN; 52 * @param baseDN 53 * domain baseDN 58 public static ReplicaId of(DN baseDN, in argument [all...] |
H A D | ChangeNumberIndexRecord.java | 41 /** The baseDN where the change happened. */ 42 private final DN baseDN; field in class:ChangeNumberIndexRecord 51 * @param baseDN 52 * the baseDN 56 public ChangeNumberIndexRecord(long changeNumber, DN baseDN, CSN csn) argument 59 this.baseDN = baseDN; 65 * @param baseDN 66 * the baseDN 72 public ChangeNumberIndexRecord(DN baseDN, CS argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/service/ |
H A D | DSRSShutdownSync.java | 52 * @param baseDN 55 public void replicaOfflineMsgSent(DN baseDN) argument 58 replicaOfflineMsgs.add(baseDN); 64 * @param baseDN 67 public void replicaOfflineMsgForwarded(DN baseDN) argument 69 replicaOfflineMsgs.remove(baseDN); 76 * @param baseDN 77 * the baseDN of the ServerReader or ServerWriter . 80 public boolean canShutdown(DN baseDN) argument 82 return !replicaOfflineMsgs.contains(baseDN) [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/ |
H A D | DSRSShutdownSync.java | 52 * @param baseDN 55 public void replicaOfflineMsgSent(DN baseDN) argument 58 replicaOfflineMsgs.add(baseDN); 64 * @param baseDN 67 public void replicaOfflineMsgForwarded(DN baseDN) argument 69 replicaOfflineMsgs.remove(baseDN); 76 * @param baseDN 77 * the baseDN of the ServerReader or ServerWriter . 80 public boolean canShutdown(DN baseDN) argument 82 return !replicaOfflineMsgs.contains(baseDN) [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ |
H A D | DSRSShutdownSync.java | 50 * @param baseDN 53 public void replicaOfflineMsgSent(DN baseDN) argument 56 replicaOfflineMsgs.add(baseDN); 62 * @param baseDN 65 public void replicaOfflineMsgForwarded(DN baseDN) argument 67 replicaOfflineMsgs.remove(baseDN); 74 * @param baseDN 75 * the baseDN of the ServerReader or ServerWriter . 78 public boolean canShutdown(DN baseDN) argument 80 return !replicaOfflineMsgs.contains(baseDN) [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/api/ |
H A D | ChangeNumberIndexRecord.java | 41 /** The baseDN where the change happened. */ 42 private final DN baseDN; field in class:ChangeNumberIndexRecord 51 * @param baseDN 52 * the baseDN 56 public ChangeNumberIndexRecord(long changeNumber, DN baseDN, CSN csn) argument 59 this.baseDN = baseDN; 65 * @param baseDN 66 * the baseDN 72 public ChangeNumberIndexRecord(DN baseDN, CS argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/api/ |
H A D | ChangeNumberIndexRecord.java | 41 /** The baseDN where the change happened. */ 42 private final DN baseDN; field in class:ChangeNumberIndexRecord 51 * @param baseDN 52 * the baseDN 56 public ChangeNumberIndexRecord(long changeNumber, DN baseDN, CSN csn) argument 59 this.baseDN = baseDN; 65 * @param baseDN 66 * the baseDN 72 public ChangeNumberIndexRecord(DN baseDN, CS argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/ |
H A D | VerifyConfig.java | 40 private DN baseDN; field in class:VerifyConfig 57 baseDN = null; 68 return baseDN; 73 * @param baseDN The base DN to be verified. 75 public void setBaseDN(DN baseDN) argument 77 this.baseDN = baseDN;
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/ |
H A D | VerifyConfig.java | 41 private DN baseDN; field in class:VerifyConfig 58 baseDN = null; 69 return baseDN; 74 * @param baseDN The base DN to be verified. 76 public void setBaseDN(DN baseDN) argument 78 this.baseDN = baseDN;
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/ |
H A D | VerifyConfig.java | 41 private DN baseDN; field in class:VerifyConfig 58 baseDN = null; 69 return baseDN; 74 * @param baseDN The base DN to be verified. 76 public void setBaseDN(DN baseDN) argument 78 this.baseDN = baseDN;
|
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/ |
H A D | VerifyConfig.java | 40 private DN baseDN; field in class:VerifyConfig 57 baseDN = null; 68 return baseDN; 73 * @param baseDN The base DN to be verified. 75 public void setBaseDN(DN baseDN) argument 77 this.baseDN = baseDN;
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/ |
H A D | VerifyConfig.java | 41 private DN baseDN; field in class:VerifyConfig 58 baseDN = null; 69 return baseDN; 74 * @param baseDN The base DN to be verified. 76 public void setBaseDN(DN baseDN) argument 78 this.baseDN = baseDN;
|
/forgerock/opendj2/src/server/org/opends/server/admin/ |
H A D | DNPropertyDefinition.java | 47 private final DN baseDN; field in class:DNPropertyDefinition 60 private DN baseDN = null; field in class:DNPropertyDefinition.Builder 76 * @param baseDN 82 public void setBaseDN(String baseDN) argument 84 if (baseDN == null) { 88 setBaseDN(DN.decode(baseDN)); 101 * @param baseDN 104 public void setBaseDN(DN baseDN) { argument 105 this.baseDN = baseDN; 144 DNPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<DN> defaultBehavior, DN baseDN) argument [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/ |
H A D | DNPropertyDefinition.java | 48 private final DN baseDN; field in class:DNPropertyDefinition 61 private DN baseDN = null; field in class:DNPropertyDefinition.Builder 77 * @param baseDN 83 public void setBaseDN(String baseDN) argument 85 if (baseDN == null) { 89 setBaseDN(DN.decode(baseDN)); 102 * @param baseDN 105 public void setBaseDN(DN baseDN) { argument 106 this.baseDN = baseDN; 145 DNPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<DN> defaultBehavior, DN baseDN) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/ |
H A D | DNPropertyDefinition.java | 48 private final DN baseDN; field in class:DNPropertyDefinition 61 private DN baseDN = null; field in class:DNPropertyDefinition.Builder 77 * @param baseDN 83 public void setBaseDN(String baseDN) argument 85 if (baseDN == null) { 89 setBaseDN(DN.decode(baseDN)); 102 * @param baseDN 105 public void setBaseDN(DN baseDN) { argument 106 this.baseDN = baseDN; 145 DNPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<DN> defaultBehavior, DN baseDN) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/admin/ |
H A D | DNPropertyDefinition.java | 47 private final DN baseDN; field in class:DNPropertyDefinition 60 private DN baseDN = null; field in class:DNPropertyDefinition.Builder 76 * @param baseDN 82 public void setBaseDN(String baseDN) argument 84 if (baseDN == null) { 88 setBaseDN(DN.decode(baseDN)); 101 * @param baseDN 104 public void setBaseDN(DN baseDN) { argument 105 this.baseDN = baseDN; 144 DNPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<DN> defaultBehavior, DN baseDN) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/ |
H A D | DNPropertyDefinition.java | 48 private final DN baseDN; field in class:DNPropertyDefinition 61 private DN baseDN = null; field in class:DNPropertyDefinition.Builder 77 * @param baseDN 83 public void setBaseDN(String baseDN) argument 85 if (baseDN == null) { 89 setBaseDN(DN.decode(baseDN)); 102 * @param baseDN 105 public void setBaseDN(DN baseDN) { argument 106 this.baseDN = baseDN; 145 DNPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<DN> defaultBehavior, DN baseDN) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/ |
H A D | DNPropertyDefinition.java | 50 private final DN baseDN; field in class:DNPropertyDefinition 65 private DN baseDN; field in class:DNPropertyDefinition.Builder 81 * @param baseDN 87 public void setBaseDN(String baseDN) argument 89 if (baseDN == null) { 93 setBaseDN(DN.valueOf(baseDN)); 106 * @param baseDN 109 public void setBaseDN(DN baseDN) { argument 110 this.baseDN = baseDN; 147 DNPropertyDefinition( AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<DN> defaultBehavior, DN baseDN) argument [all...] |
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/ |
H A D | DNPropertyDefinition.java | 44 private final DN baseDN; field in class:DNPropertyDefinition 53 private DN baseDN; field in class:DNPropertyDefinition.Builder 64 * @param baseDN 70 public void setBaseDN(String baseDN) { argument 71 setBaseDN(baseDN != null ? DN.valueOf(baseDN) : null); 78 * @param baseDN 81 public void setBaseDN(DN baseDN) { argument 82 this.baseDN = baseDN; 109 DNPropertyDefinition(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<DN> defaultBehavior, DN baseDN) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/ |
H A D | InitializeRequestMsg.java | 41 private final DN baseDN; field in class:InitializeRequestMsg 47 * @param baseDN the base DN of the replication domain. 52 public InitializeRequestMsg(DN baseDN, int serverID, int destination, argument 56 this.baseDN = baseDN; 76 baseDN = scanner.nextDN(); 93 return baseDN; 106 builder.appendDN(baseDN); 123 return "InitializeRequestMessage: baseDN=" + baseDN [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/ |
H A D | ECLEnabledDomainPredicate.java | 39 * Returns whether the provided baseDN represents a replication domain enabled 44 * @param baseDN 46 * @return true if the provided baseDN is enabled for the external changelog, 47 * false if the provided baseDN is disabled for the external changelog 51 public boolean isECLEnabledDomain(DN baseDN) argument 53 return MultimasterReplication.isECLEnabledDomain(baseDN);
|
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/ |
H A D | InitializeRequestMsg.java | 41 private final DN baseDN; field in class:InitializeRequestMsg 47 * @param baseDN the base DN of the replication domain. 52 public InitializeRequestMsg(DN baseDN, int serverID, int destination, argument 56 this.baseDN = baseDN; 76 baseDN = scanner.nextDN(); 93 return baseDN; 106 builder.appendDN(baseDN); 123 return "InitializeRequestMessage: baseDN=" + baseDN [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/ |
H A D | ECLEnabledDomainPredicate.java | 39 * Returns whether the provided baseDN represents a replication domain enabled 44 * @param baseDN 46 * @return true if the provided baseDN is enabled for the external changelog, 47 * false if the provided baseDN is disabled for the external changelog 51 public boolean isECLEnabledDomain(DN baseDN) argument 53 return MultimasterReplication.isECLEnabledDomain(baseDN);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | SMSObjectDB.java | 48 static String baseDN; field in class:SMSObjectDB 56 // Use puser id just to get the baseDN from serverconfig.xml 58 // baseDN. 90 // Use puser id just to get the baseDN from serverconfig.xml 99 baseDN = serverInstanceForSM.getBaseDN(); 103 baseDN = getAMSdkBaseDN(); 106 "available. Returning the default baseDN: "+baseDN); 110 debug().message("SMSObjectDB: basedn: "+baseDN); 114 baseDN [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/ |
H A D | TreeName.java | 32 * A tree name is made of the baseDN it is part of, and the identifier of the index it represents. 38 private final String baseDN; field in class:TreeName 45 * @param baseDN 50 public TreeName(String baseDN, String indexId) argument 52 this.baseDN = baseDN; 54 this.s = '/' + baseDN + '/' + indexId; 67 String baseDN = treeName.substring(1, lastSlash); 69 return new TreeName(baseDN, indexId); 79 return baseDN; [all...] |