/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/ |
H A D | MapValueParser.java | 59 * @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/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/ |
H A D | LdapSearchHandler.java | 53 * @param entries Non null, modifiable collection to populate with search results. 59 public Result performSearch(Connection connection, SearchRequest request, Collection<Entry> entries) throws QueryFailedException { argument 61 return connection.search(request, entries); 63 if (!entries.isEmpty()) {
|
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/ |
H A D | BulkOperations.java | 53 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-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/ |
H A D | BulkOperations.java | 53 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 D | MapValueParser.java | 59 * @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/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/ |
H A D | LdapSearchHandler.java | 54 * @param entries Non null, modifiable collection to populate with search results. 60 public Result performSearch(Connection connection, SearchRequest request, Collection<Entry> entries) throws QueryFailedException { argument 62 return connection.search(request, entries); 64 if (!entries.isEmpty()) {
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/ |
H A D | AttributeCleanupPluginTestCase.java | 69 List<Entry> entries = TestCaseUtils.makeEntries( 103 return toArrayArray(entries); 130 List<Entry> entries = TestCaseUtils.makeEntries( 173 return toArrayArray(entries); 176 private Object[][] toArrayArray(List<Entry> entries) argument 178 Object[][] array = new Object[entries.size()][1]; 181 array[i] = new Object[] { entries.get(i) };
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/plugins/ |
H A D | AttributeCleanupPluginTestCase.java | 69 List<Entry> entries = TestCaseUtils.makeEntries( 103 return toArrayArray(entries); 130 List<Entry> entries = TestCaseUtils.makeEntries( 173 return toArrayArray(entries); 176 private Object[][] toArrayArray(List<Entry> entries) argument 178 Object[][] array = new Object[entries.size()][1]; 181 array[i] = new Object[] { entries.get(i) };
|
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/ |
H A D | AMAuthenticationAuditEventBuilder.java | 47 * 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/authentication/ |
H A D | UpdateAuthConfigurationEntries.java | 84 "authentication-set-auth-config-entries-missing-data"), 93 List entries = parse(datafile, listEntries); 94 validateEntries(realm, adminSSOToken, entries, params); 98 entries); 105 "authentication-set-auth-config-entries-succeeded")); 129 List entries, 132 if ((entries != null) && !entries.isEmpty()) { 135 for (Iterator i = entries.iterator(); i.hasNext();) { 142 "authentication-set-auth-config-entries 126 validateEntries( String realm, SSOToken adminSSOToken, List entries, String[] params ) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/plugins/ |
H A D | AttributeCleanupPluginTestCase.java | 72 List<Entry> entries = TestCaseUtils.makeEntries( 106 return toArrayArray(entries); 133 List<Entry> entries = TestCaseUtils.makeEntries( 176 return toArrayArray(entries); 179 private Object[][] toArrayArray(List<Entry> entries) argument 181 Object[][] array = new Object[entries.size()][1]; 184 array[i] = new Object[] { entries.get(i) };
|
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/ |
H A D | AMAuthenticationAuditEventBuilder.java | 47 * 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/authentication/ |
H A D | UpdateAuthConfigurationEntries.java | 84 "authentication-set-auth-config-entries-missing-data"), 93 List entries = parse(datafile, listEntries); 94 validateEntries(realm, adminSSOToken, entries, params); 98 entries); 105 "authentication-set-auth-config-entries-succeeded")); 129 List entries, 132 if ((entries != null) && !entries.isEmpty()) { 135 for (Iterator i = entries.iterator(); i.hasNext();) { 142 "authentication-set-auth-config-entries 126 validateEntries( String realm, SSOToken adminSSOToken, List entries, String[] params ) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciList.java | 133 * Add all the ACI from a set of entries to the ACI list. There is no need 136 * @param entries The set of entries containing the "aci" attribute values. 141 public int addAci(List<? extends Entry> entries, argument 149 for (Entry entry : entries) {
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | AddToGroupPanel.java | 68 * The dialog that is displayed when we want to add entries to a set of groups. 76 private JTextArea entries; field in class:AddToGroupPanel 96 * Sets the entries we want to add to groups. 97 * @param dns the DN of the entries we want to add to groups. 108 entries.setText(Utilities.getStringFromCollection(sDns, "\n")); 208 entries = Utilities.createNonEditableTextArea(Message.EMPTY, 6, 40); 209 scrollEntries = Utilities.createScrollPane(entries);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciList.java | 137 * Add all the ACI from a set of entries to the ACI list. There is no need 140 * @param entries The set of entries containing the "aci" attribute values. 145 public int addAci(List<? extends Entry> entries, argument 153 for (Entry entry : entries) {
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | HasSubordinatesVirtualAttributeProviderTestCase.java | 56 private List<Entry> entries; field in class:HasSubordinatesVirtualAttributeProviderTestCase 73 entries = TestCaseUtils.makeEntries( 168 TestCaseUtils.addEntries(entries); 379 * no entries are returned when the hasSubordinates attribute is used in the search
|
H A D | NumSubordinatesVirtualAttributeProviderTestCase.java | 53 private List<Entry> entries; field in class:NumSubordinatesVirtualAttributeProviderTestCase 70 entries = TestCaseUtils.makeEntries( 165 TestCaseUtils.addEntries(entries); 381 * no entries are returned when the numSubordinates attribute is used in the search
|
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | AddToGroupPanel.java | 69 * The dialog that is displayed when we want to add entries to a set of groups. 77 private JTextArea entries; field in class:AddToGroupPanel 97 * Sets the entries we want to add to groups. 98 * @param dns the DN of the entries we want to add to groups. 109 entries.setText(Utilities.getStringFromCollection(sDns, "\n")); 209 entries = Utilities.createNonEditableTextArea(Message.EMPTY, 6, 40); 210 scrollEntries = Utilities.createScrollPane(entries);
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | HasSubordinatesVirtualAttributeProviderTestCase.java | 55 private List<Entry> entries; field in class:HasSubordinatesVirtualAttributeProviderTestCase 72 entries = TestCaseUtils.makeEntries( 167 TestCaseUtils.addEntries(entries); 378 * no entries are returned when the hasSubordinates attribute is used in the search
|
H A D | NumSubordinatesVirtualAttributeProviderTestCase.java | 56 private List<Entry> entries; field in class:NumSubordinatesVirtualAttributeProviderTestCase 73 entries = TestCaseUtils.makeEntries( 168 TestCaseUtils.addEntries(entries); 382 * no entries are returned when the numSubordinates attribute is used in the search
|
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciList.java | 138 * Add all the ACI from a set of entries to the ACI list. There is no need 141 * @param entries The set of entries containing the "aci" attribute values. 146 public int addAci(List<? extends Entry> entries, argument 154 for (Entry entry : entries) {
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | HasSubordinatesVirtualAttributeProviderTestCase.java | 56 private List<Entry> entries; field in class:HasSubordinatesVirtualAttributeProviderTestCase 73 entries = TestCaseUtils.makeEntries( 168 TestCaseUtils.addEntries(entries); 379 * no entries are returned when the hasSubordinates attribute is used in the search
|
H A D | NumSubordinatesVirtualAttributeProviderTestCase.java | 53 private List<Entry> entries; field in class:NumSubordinatesVirtualAttributeProviderTestCase 70 entries = TestCaseUtils.makeEntries( 165 TestCaseUtils.addEntries(entries); 381 * no entries are returned when the numSubordinates attribute is used in the search
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/ |
H A D | AddToGroupPanel.java | 68 * The dialog that is displayed when we want to add entries to a set of groups. 76 private JTextArea entries; field in class:AddToGroupPanel 96 * Sets the entries we want to add to groups. 97 * @param dns the DN of the entries we want to add to groups. 108 entries.setText(Utilities.getStringFromCollection(sDns, "\n")); 208 entries = Utilities.createNonEditableTextArea(Message.EMPTY, 6, 40); 209 scrollEntries = Utilities.createScrollPane(entries);
|