Searched refs:entries (Results 1 - 25 of 725) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileBasedKeyManagerProviderTestCase.java93 List<Entry> entries = TestCaseUtils.makeEntries(
152 Object[][] configEntries = new Object[entries.size()][1];
155 configEntries[i] = new Object[] { entries.get(i) };
196 List<Entry> entries = TestCaseUtils.makeEntries(
285 Object[][] configEntries = new Object[entries.size()][1];
288 configEntries[i] = new Object[] { entries.get(i) };
H A DFileBasedTrustManagerProviderTestCase.java93 List<Entry> entries = TestCaseUtils.makeEntries(
150 Object[][] configEntries = new Object[entries.size()][1];
153 configEntries[i] = new Object[] { entries.get(i) };
194 List<Entry> entries = TestCaseUtils.makeEntries(
273 Object[][] configEntries = new Object[entries.size()][1];
276 configEntries[i] = new Object[] { entries.get(i) };
/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java41 private int entries = -1; field in class:ReplicaDescriptor
50 * Returns the number of entries contained in the replica.
51 * @return the number of entries contained in the replica.
55 return entries;
79 * Sets the number of entries contained in the replica.
80 * @param entries the number of entries contained in the replica.
82 public void setEntries(int entries) argument
84 this.entries = entries;
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java45 private int entries; field in class:BackendDescriptor
93 * @param entries the number of entries in the Backend.
101 int entries, boolean isEnabled, Type type)
104 this.entries = entries;
150 * Return the number of entries in the backend.
151 * -1 indicates that the number of entries could not be found.
152 * @return the number of entries in the backend.
156 return entries;
97 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
314 setEntries(int entries) argument
[all...]
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java42 private int entries = -1; field in class:ReplicaDescriptor
51 * Returns the number of entries contained in the replica.
52 * @return the number of entries contained in the replica.
56 return entries;
80 * Sets the number of entries contained in the replica.
81 * @param entries the number of entries contained in the replica.
83 public void setEntries(int entries) argument
85 this.entries = entries;
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java46 private int entries; field in class:BackendDescriptor
94 * @param entries the number of entries in the Backend.
102 int entries, boolean isEnabled, Type type)
105 this.entries = entries;
151 * Return the number of entries in the backend.
152 * -1 indicates that the number of entries could not be found.
153 * @return the number of entries in the backend.
157 return entries;
98 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
316 setEntries(int entries) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFileBasedKeyManagerProviderTestCase.java89 List<Entry> entries = TestCaseUtils.makeEntries(
158 Object[][] configEntries = new Object[entries.size()][1];
161 configEntries[i] = new Object[] { entries.get(i) };
202 List<Entry> entries = TestCaseUtils.makeEntries(
281 Object[][] configEntries = new Object[entries.size()][1];
284 configEntries[i] = new Object[] { entries.get(i) };
H A DFileBasedTrustManagerProviderTestCase.java92 List<Entry> entries = TestCaseUtils.makeEntries(
149 Object[][] configEntries = new Object[entries.size()][1];
152 configEntries[i] = new Object[] { entries.get(i) };
193 List<Entry> entries = TestCaseUtils.makeEntries(
272 Object[][] configEntries = new Object[entries.size()][1];
275 configEntries[i] = new Object[] { entries.get(i) };
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java42 private int entries = -1; field in class:ReplicaDescriptor
51 * Returns the number of entries contained in the replica.
52 * @return the number of entries contained in the replica.
56 return entries;
80 * Sets the number of entries contained in the replica.
81 * @param entries the number of entries contained in the replica.
83 public void setEntries(int entries) argument
85 this.entries = entries;
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java46 private int entries; field in class:BackendDescriptor
94 * @param entries the number of entries in the Backend.
102 int entries, boolean isEnabled, Type type)
105 this.entries = entries;
151 * Return the number of entries in the backend.
152 * -1 indicates that the number of entries could not be found.
153 * @return the number of entries in the backend.
157 return entries;
98 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
316 setEntries(int entries) argument
[all...]
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java41 private int entries = -1; field in class:ReplicaDescriptor
50 * Returns the number of entries contained in the replica.
51 * @return the number of entries contained in the replica.
55 return entries;
79 * Sets the number of entries contained in the replica.
80 * @param entries the number of entries contained in the replica.
82 public void setEntries(int entries) argument
84 this.entries = entries;
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java45 private int entries; field in class:BackendDescriptor
93 * @param entries the number of entries in the Backend.
101 int entries, boolean isEnabled, Type type)
104 this.entries = entries;
150 * Return the number of entries in the backend.
151 * -1 indicates that the number of entries could not be found.
152 * @return the number of entries in the backend.
156 return entries;
97 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
314 setEntries(int entries) argument
[all...]
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java42 private int entries = -1; field in class:ReplicaDescriptor
51 * Returns the number of entries contained in the replica.
52 * @return the number of entries contained in the replica.
56 return entries;
80 * Sets the number of entries contained in the replica.
81 * @param entries the number of entries contained in the replica.
83 public void setEntries(int entries) argument
85 this.entries = entries;
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java46 private int entries; field in class:BackendDescriptor
94 * @param entries the number of entries in the Backend.
102 int entries, boolean isEnabled, Type type)
105 this.entries = entries;
151 * Return the number of entries in the backend.
152 * -1 indicates that the number of entries could not be found.
153 * @return the number of entries in the backend.
157 return entries;
98 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
316 setEntries(int entries) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMConfiguration.java118 private AppConfigurationEntry[] cloneConfigurationEntry(AppConfigurationEntry[] entries, String orgDN, argument
122 orgDN + ", entries=" + entries);
134 synchronized (entries) {
135 int len = entries.length;
137 String tmp = entries[i].getLoginModuleName();
148 entries[i].getLoginModuleName(),
149 entries[i].getControlFlag(),
150 entries[i].getOptions()));
188 AppConfigurationEntry[] entries
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapValueParser.java59 * @param entries The set of strings
62 public Map<String, String> parse(Set<String> entries) { argument
66 if (entries != null) {
67 for (String entry : entries) {
111 * @param entries The entries to search in
114 public String getValueForName(String name, Set<String> entries) { argument
115 if (entries != null) {
116 for (String entry : entries) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DReplicaDescriptor.java41 private int entries = -1; field in class:ReplicaDescriptor
51 * Returns the number of entries contained in the replica.
52 * @return the number of entries contained in the replica.
56 return entries;
80 * Sets the number of entries contained in the replica.
81 * @param entries the number of entries contained in the replica.
83 public void setEntries(int entries) argument
85 this.entries = entries;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBackendDescriptor.java43 private int entries; field in class:BackendDescriptor
87 * @param entries the number of entries in the Backend.
95 int entries, boolean isEnabled, Type type)
98 this.entries = entries;
144 * Return the number of entries in the backend.
145 * -1 indicates that the number of entries could not be found.
146 * @return the number of entries in the backend.
150 return entries;
91 BackendDescriptor(String backendID, Set<BaseDNDescriptor> baseDns, Set<IndexDescriptor> indexes, Set<VLVIndexDescriptor> vlvIndexes, int entries, boolean isEnabled, Type type) argument
274 setEntries(int entries) argument
[all...]
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/tools/weblogic/v10/
H A DStartupScriptBase.java59 String[] entries = getAgentClasspathArrayEntries(stateAccess);
60 int count = entries.length;
63 sb.append(entries[i]);
82 String[] entries = null;
84 entries = new String[] {
100 entries = new String[] {
109 for (int i=0; i<entries.length; i++) {
111 "next entry: " + entries[i]);
113 agentClasspathEntries = entries;
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAMAuthenticationAuditEventBuilder.java47 * Provide value for "entries" audit log field.
49 * @param entries Entries that should be stored in the 'entries' audit log field.
52 public AMAuthenticationAuditEventBuilder entryList(List<AuthenticationAuditEntry> entries) { argument
54 for (AuthenticationAuditEntry entry : entries) {
57 super.entries(convertedEntries);
62 * Provide a single value for the "entries" audit log field.
64 * @param authenticationAuditEntry The single entry object representing the fields to be audited in the "entries"
70 super.entries(singletonList(authenticationAuditEntry.toMap()));
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DBulkOperations.java53 List entries = AttributeValues.parseValues(batchfile);
55 if ((entries != null) && !entries.isEmpty()) {
56 removeEmptyEntries(entries);
59 if ((entries == null) || entries.isEmpty()) {
71 for (Iterator i = entries.iterator(); i.hasNext(); ) {
159 private void removeEmptyEntries(List entries) { argument
160 for (Iterator i = entries.iterator(); i.hasNext(); ) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSmallMap.java32 * any normalization of entries is delayed until the second entry is added
46 /** The map of entries if there are more than one. */
47 private LinkedHashMap<K, V> entries; field in class:SmallMap
74 if (entries != null)
75 { // >= 2 entries case
76 return entries.get(key);
91 if (entries != null)
92 { // >= 2 entries case
93 return entries.put(key, value);
96 { // 0 entries cas
[all...]
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAMAuthenticationAuditEventBuilder.java47 * Provide value for "entries" audit log field.
49 * @param entries Entries that should be stored in the 'entries' audit log field.
52 public AMAuthenticationAuditEventBuilder entryList(List<AuthenticationAuditEntry> entries) { argument
54 for (AuthenticationAuditEntry entry : entries) {
57 super.entries(convertedEntries);
62 * Provide a single value for the "entries" audit log field.
64 * @param authenticationAuditEntry The single entry object representing the fields to be audited in the "entries"
70 super.entries(singletonList(authenticationAuditEntry.toMap()));
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DBulkOperations.java53 List entries = AttributeValues.parseValues(batchfile);
55 if ((entries != null) && !entries.isEmpty()) {
56 removeEmptyEntries(entries);
59 if ((entries == null) || entries.isEmpty()) {
71 for (Iterator i = entries.iterator(); i.hasNext(); ) {
159 private void removeEmptyEntries(List entries) { argument
160 for (Iterator i = entries.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapValueParser.java59 * @param entries The set of strings
62 public Map<String, String> parse(Set<String> entries) { argument
66 if (entries != null) {
67 for (String entry : entries) {
111 * @param entries The entries to search in
114 public String getValueForName(String name, Set<String> entries) { argument
115 if (entries != null) {
116 for (String entry : entries) {

Completed in 166 milliseconds

1234567891011>>