Searched refs:suffix (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dobjects.py28 def __init__(self, rdn, suffix):
30 % (rdn, suffix)
31 self.suffix = suffix
40 return self.suffix
H A Dreplication.py231 suffix = synchronizedSuffixList[i]
232 dn = suffix.getSuffixDn()
233 id = suffix.getId()
234 list = suffix.getChangelogServerList()
264 # Define the function that writes a ldif file with the root suffix entry to add
265 # for a given suffix.
266 def write_replication_add_root_suffix_ldif_file(path, suffix):
270 equalChar = suffix.find('=')
271 commaChar = suffix.find(',')
273 commaChar = len(suffix)
[all...]
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dobjects.py27 def __init__(self, rdn, suffix):
29 % (rdn, suffix)
30 self.suffix = suffix
39 return self.suffix
H A Dreplication.py235 suffix = synchronizedSuffixList[i]
236 dn = suffix.getSuffixDn()
237 id = suffix.getId()
238 list = suffix.getChangelogServerList()
268 # Define the function that writes a ldif file with the root suffix entry to add
269 # for a given suffix.
270 def write_replication_add_root_suffix_ldif_file(path, suffix):
274 equalChar = suffix.find('=')
275 commaChar = suffix.find(',')
277 commaChar = len(suffix)
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dobjects.py28 def __init__(self, rdn, suffix):
30 % (rdn, suffix)
31 self.suffix = suffix
40 return self.suffix
H A Dreplication.py231 suffix = synchronizedSuffixList[i]
232 dn = suffix.getSuffixDn()
233 id = suffix.getId()
234 list = suffix.getChangelogServerList()
264 # Define the function that writes a ldif file with the root suffix entry to add
265 # for a given suffix.
266 def write_replication_add_root_suffix_ldif_file(path, suffix):
270 equalChar = suffix.find('=')
271 commaChar = suffix.find(',')
273 commaChar = len(suffix)
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dobjects.py28 def __init__(self, rdn, suffix):
30 % (rdn, suffix)
31 self.suffix = suffix
40 return self.suffix
H A Dreplication.py231 suffix = synchronizedSuffixList[i]
232 dn = suffix.getSuffixDn()
233 id = suffix.getId()
234 list = suffix.getChangelogServerList()
264 # Define the function that writes a ldif file with the root suffix entry to add
265 # for a given suffix.
266 def write_replication_add_root_suffix_ldif_file(path, suffix):
270 equalChar = suffix.find('=')
271 commaChar = suffix.find(',')
273 commaChar = len(suffix)
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dobjects.py27 def __init__(self, rdn, suffix):
29 % (rdn, suffix)
30 self.suffix = suffix
39 return self.suffix
H A Dreplication.py235 suffix = synchronizedSuffixList[i]
236 dn = suffix.getSuffixDn()
237 id = suffix.getId()
238 list = suffix.getChangelogServerList()
268 # Define the function that writes a ldif file with the root suffix entry to add
269 # for a given suffix.
270 def write_replication_add_root_suffix_ldif_file(path, suffix):
274 equalChar = suffix.find('=')
275 commaChar = suffix.find(',')
277 commaChar = len(suffix)
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DTestRebuildTask.java41 private static String suffix="dc=rebuild,dc=jeb"; field in class:TestRebuildTask
42 private static String vBranch="ou=rebuild tests," + suffix;
45 "define suffix="+suffix,
49 "branch: [suffix]",
105 "ds-task-rebuild-base-dn: " + suffix,
118 "ds-task-rebuild-base-dn: " + suffix,
133 "ds-task-rebuild-base-dn: ou=bad," + suffix,
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DTestRebuildTask.java40 private static String suffix="dc=rebuild,dc=jeb"; field in class:TestRebuildTask
41 private static String vBranch="ou=rebuild tests," + suffix;
44 "define suffix="+suffix,
48 "branch: [suffix]",
104 "ds-task-rebuild-base-dn: " + suffix,
117 "ds-task-rebuild-base-dn: " + suffix,
132 "ds-task-rebuild-base-dn: ou=bad," + suffix,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DTestRebuildTask.java41 private static String suffix="dc=rebuild,dc=jeb"; field in class:TestRebuildTask
42 private static String vBranch="ou=rebuild tests," + suffix;
45 "define suffix="+suffix,
49 "branch: [suffix]",
105 "ds-task-rebuild-base-dn: " + suffix,
118 "ds-task-rebuild-base-dn: " + suffix,
133 "ds-task-rebuild-base-dn: ou=bad," + suffix,
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DTestRebuildTask.java40 private static String suffix="dc=rebuild,dc=jeb"; field in class:TestRebuildTask
41 private static String vBranch="ou=rebuild tests," + suffix;
44 "define suffix="+suffix,
48 "branch: [suffix]",
104 "ds-task-rebuild-base-dn: " + suffix,
117 "ds-task-rebuild-base-dn: " + suffix,
132 "ds-task-rebuild-base-dn: ou=bad," + suffix,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tasks/
H A DTestRebuildTask.java41 private static String suffix="dc=rebuild,dc=jeb"; field in class:TestRebuildTask
42 private static String vBranch="ou=rebuild tests," + suffix;
45 "define suffix="+suffix,
49 "branch: [suffix]",
105 "ds-task-rebuild-base-dn: " + suffix,
118 "ds-task-rebuild-base-dn: " + suffix,
133 "ds-task-rebuild-base-dn: ou=bad," + suffix,
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tasks/
H A DTestRebuildTask.java40 private static String suffix="dc=rebuild,dc=jeb"; field in class:TestRebuildTask
41 private static String vBranch="ou=rebuild tests," + suffix;
44 "define suffix="+suffix,
48 "branch: [suffix]",
104 "ds-task-rebuild-base-dn: " + suffix,
117 "ds-task-rebuild-base-dn: " + suffix,
132 "ds-task-rebuild-base-dn: ou=bad," + suffix,
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java35 * The object of this class represent a Replica (i.e. a suffix in a given
40 private SuffixDescriptor suffix; field in class:ReplicaDescriptor
109 * Returns the SuffixDescriptor object representing the suffix topology
111 * @return the SuffixDescriptor object representing the suffix topology
116 return suffix;
120 * Sets the SuffixDescriptor object representing the suffix topology
122 * @param suffix the SuffixDescriptor object representing the suffix topology
125 public void setSuffix(SuffixDescriptor suffix) argument
127 this.suffix
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java36 * The object of this class represent a Replica (i.e. a suffix in a given
41 private SuffixDescriptor suffix; field in class:ReplicaDescriptor
110 * Returns the SuffixDescriptor object representing the suffix topology
112 * @return the SuffixDescriptor object representing the suffix topology
117 return suffix;
121 * Sets the SuffixDescriptor object representing the suffix topology
123 * @param suffix the SuffixDescriptor object representing the suffix topology
126 public void setSuffix(SuffixDescriptor suffix) argument
128 this.suffix
[all...]
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java36 * The object of this class represent a Replica (i.e. a suffix in a given
41 private SuffixDescriptor suffix; field in class:ReplicaDescriptor
110 * Returns the SuffixDescriptor object representing the suffix topology
112 * @return the SuffixDescriptor object representing the suffix topology
117 return suffix;
121 * Sets the SuffixDescriptor object representing the suffix topology
123 * @param suffix the SuffixDescriptor object representing the suffix topology
126 public void setSuffix(SuffixDescriptor suffix) argument
128 this.suffix
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java35 * The object of this class represent a Replica (i.e. a suffix in a given
40 private SuffixDescriptor suffix; field in class:ReplicaDescriptor
109 * Returns the SuffixDescriptor object representing the suffix topology
111 * @return the SuffixDescriptor object representing the suffix topology
116 return suffix;
120 * Sets the SuffixDescriptor object representing the suffix topology
122 * @param suffix the SuffixDescriptor object representing the suffix topology
125 public void setSuffix(SuffixDescriptor suffix) argument
127 this.suffix
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java36 * The object of this class represent a Replica (i.e. a suffix in a given
41 private SuffixDescriptor suffix; field in class:ReplicaDescriptor
110 * Returns the SuffixDescriptor object representing the suffix topology
112 * @return the SuffixDescriptor object representing the suffix topology
117 return suffix;
121 * Sets the SuffixDescriptor object representing the suffix topology
123 * @param suffix the SuffixDescriptor object representing the suffix topology
126 public void setSuffix(SuffixDescriptor suffix) argument
128 this.suffix
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DReplicaDescriptor.java35 * The object of this class represent a Replica (i.e. a suffix in a given
40 private SuffixDescriptor suffix; field in class:ReplicaDescriptor
110 * Returns the SuffixDescriptor object representing the suffix topology
112 * @return the SuffixDescriptor object representing the suffix topology
117 return suffix;
121 * Sets the SuffixDescriptor object representing the suffix topology
123 * @param suffix the SuffixDescriptor object representing the suffix topology
126 public void setSuffix(SuffixDescriptor suffix) argument
128 this.suffix
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DUnboundedToken.java51 String suffix = tokenString.substring(prefix.length()
54 setTokenString(prefix + value + suffix);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DUnboundedToken.java51 String suffix = tokenString.substring(prefix.length()
54 setTokenString(prefix + value + suffix);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/config/routes/admin/
H A DGlobalRoutes.js118 _.each(["general", "security", "session", "sdk", "cts", "uma", "advanced", "directoryConfiguration"], (suffix) => {
119 routes[`editServer${_.capitalize(suffix)}`] = {
122 url: new RegExp(`deployment/servers/([^/]+)/(${suffix})`),
123 pattern: `deployment/servers/?/${suffix}`,
131 _.each(["general", "security", "session", "sdk", "cts", "uma", "advanced"], (suffix) => {
132 routes[`editServerDefaults${_.capitalize(suffix)}`] = {
135 url: new RegExp(`configure/(server-defaults)/(${suffix})`),
136 pattern: `configure/server-defaults/${suffix}`,

Completed in 247 milliseconds

1234567891011>>