Searched refs:removes (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandler.java79 * @param removes List of
93 * When successful, all modification (removes and inserts) should
97 List removes, List inserts);
96 modifyDiscoEntries(String userID, List removes, List inserts) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DDiscoEntryHandler.java79 * @param removes List of
93 * When successful, all modification (removes and inserts) should
97 List removes, List inserts);
96 modifyDiscoEntries(String userID, List removes, List inserts) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DModify.java67 private List removes = null; field in class:Modify
81 removes = removeEntry;
96 removes = removeEntry;
171 if (removes == null) {
172 removes = new ArrayList();
174 removes.add(new RemoveEntry(
253 return removes;
259 * @param removes List of <code>RemoveEntry</code> object.
262 public void setRemoveEntry(List removes) { argument
263 this.removes
[all...]
H A DDiscoveryService.java435 List removes, List inserts, DiscoEntryHandler entryHandler,
444 // policy eval for each removes
445 if ((removes != null) && (removes.size() != 0)) {
447 Iterator i = removes.iterator();
434 isUpdateAllowed(String userDN, Message message, List removes, List inserts, DiscoEntryHandler entryHandler, Authorizer authorizer) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/disco/
H A DModify.java67 private List removes = null; field in class:Modify
81 removes = removeEntry;
96 removes = removeEntry;
171 if (removes == null) {
172 removes = new ArrayList();
174 removes.add(new RemoveEntry(
253 return removes;
259 * @param removes List of <code>RemoveEntry</code> object.
262 public void setRemoveEntry(List removes) { argument
263 this.removes
[all...]
H A DDiscoveryService.java435 List removes, List inserts, DiscoEntryHandler entryHandler,
444 // policy eval for each removes
445 if ((removes != null) && (removes.size() != 0)) {
447 Iterator i = removes.iterator();
434 isUpdateAllowed(String userDN, Message message, List removes, List inserts, DiscoEntryHandler entryHandler, Authorizer authorizer) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DUserDiscoEntryHandler.java106 * @param removes List of
119 * request. When successful, all modification (removes and inserts) should
122 public Map modifyDiscoEntries(String userID, List removes, List inserts) { argument
140 if ((removes != null) && !removes.isEmpty()) {
144 + removes.size() + " removes.");
147 discoEntries, removes)
H A DGlobalDiscoEntryHandler.java151 * @param removes List of
164 * When successful, all modification (removes and inserts) should
167 public Map modifyDiscoEntries(String userID, List removes, List inserts) argument
186 if((removes != null) && (removes.size() != 0)) {
188 discoEntries, removes)) {
H A DDiscoEntryHandlerImplUtils.java273 * @param removes List of entries to be removed.
276 public static boolean handleRemoves(Map discoEntriesMap, List removes) { argument
277 Iterator i = removes.iterator();
300 * @param removes List of entries to be added.
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/liberty/ws/disco/plugins/
H A DUserDiscoEntryHandler.java106 * @param removes List of
119 * request. When successful, all modification (removes and inserts) should
122 public Map modifyDiscoEntries(String userID, List removes, List inserts) { argument
140 if ((removes != null) && !removes.isEmpty()) {
144 + removes.size() + " removes.");
147 discoEntries, removes)
H A DGlobalDiscoEntryHandler.java151 * @param removes List of
164 * When successful, all modification (removes and inserts) should
167 public Map modifyDiscoEntries(String userID, List removes, List inserts) argument
186 if((removes != null) && (removes.size() != 0)) {
188 discoEntries, removes)) {
H A DDiscoEntryHandlerImplUtils.java273 * @param removes List of entries to be removed.
276 public static boolean handleRemoves(Map discoEntriesMap, List removes) { argument
277 Iterator i = removes.iterator();
300 * @param removes List of entries to be added.

Completed in 58 milliseconds