144         List<UmaScopeDescription> result = 
new ArrayList<UmaScopeDescription>();
   145         if (scopeIds != null && !scopeIds.isEmpty()) {
   146             List<String> notInLdap = 
new ArrayList<String>(scopeIds);
   149             if (entries != null) {
   150                 result.addAll(entries);
   151                 for (UmaScopeDescription scope : entries) {
   152                     notInLdap.remove(scope.getId());
   156             if (!notInLdap.isEmpty()) {
   157                 for (String scopeId : notInLdap) {
 String baseDn()
Definition: UmaScopeService.java:205
 
Filter createAnyFilterByIds(List< String > scopeIds)
Definition: UmaScopeService.java:190
 
PersistenceEntryManager ldapEntryManager
Definition: UmaScopeService.java:45
 
UmaScopeDescription addScope(String scopeId)
Definition: UmaScopeService.java:165