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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroup.java154 * @param groupNames
163 public Set createStaticGroups(Set groupNames) throws AMException, argument
184 * @param groupNames
193 public Set createDynamicGroups(Set groupNames) throws AMException, argument
213 * @param groupNames
223 public Set createAssignableDynamicGroups(Set groupNames) argument
H A DAMGroupContainer.java187 * @param groupNames
200 public Set createStaticGroups(Set groupNames) throws AMException, argument
251 * @param groupNames
261 public Set createDynamicGroups(Set groupNames) throws AMException, argument
308 * @param groupNames
318 public Set createAssignableDynamicGroups(Set groupNames) argument
H A DAMGroupContainerImpl.java243 * @param groupNames
252 public Set createStaticGroups(Set groupNames) throws AMException, argument
254 Iterator iter = groupNames.iterator();
398 * @param groupNames
407 public Set createDynamicGroups(Set groupNames) throws AMException, argument
409 Iterator iter = groupNames.iterator();
482 * @param groupNames
491 public Set createAssignableDynamicGroups(Set groupNames) argument
493 Iterator iter = groupNames.iterator();
H A DAMGroupImpl.java281 * @param groupNames
289 public Set createStaticGroups(Set groupNames) throws AMException, argument
291 Iterator iter = groupNames.iterator();
343 * @param groupNames
351 public Set createDynamicGroups(Set groupNames) throws AMException, argument
353 Iterator iter = groupNames.iterator();
405 * @param groupNames
414 public Set createAssignableDynamicGroups(Set groupNames) argument
416 Iterator iter = groupNames.iterator();
H A DAMOrganizationalUnitImpl.java1454 public Set createStaticGroups(Set groupNames) throws AMException, argument
1456 Iterator iter = groupNames.iterator();
H A DAMOrganizationImpl.java1641 public Set createStaticGroups(Set groupNames) throws AMException, argument
1643 Iterator iter = groupNames.iterator();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMGroup.java154 * @param groupNames
163 public Set createStaticGroups(Set groupNames) throws AMException, argument
184 * @param groupNames
193 public Set createDynamicGroups(Set groupNames) throws AMException, argument
213 * @param groupNames
223 public Set createAssignableDynamicGroups(Set groupNames) argument
H A DAMGroupContainer.java187 * @param groupNames
200 public Set createStaticGroups(Set groupNames) throws AMException, argument
251 * @param groupNames
261 public Set createDynamicGroups(Set groupNames) throws AMException, argument
308 * @param groupNames
318 public Set createAssignableDynamicGroups(Set groupNames) argument
H A DAMGroupContainerImpl.java243 * @param groupNames
252 public Set createStaticGroups(Set groupNames) throws AMException, argument
254 Iterator iter = groupNames.iterator();
398 * @param groupNames
407 public Set createDynamicGroups(Set groupNames) throws AMException, argument
409 Iterator iter = groupNames.iterator();
482 * @param groupNames
491 public Set createAssignableDynamicGroups(Set groupNames) argument
493 Iterator iter = groupNames.iterator();
H A DAMGroupImpl.java281 * @param groupNames
289 public Set createStaticGroups(Set groupNames) throws AMException, argument
291 Iterator iter = groupNames.iterator();
343 * @param groupNames
351 public Set createDynamicGroups(Set groupNames) throws AMException, argument
353 Iterator iter = groupNames.iterator();
405 * @param groupNames
414 public Set createAssignableDynamicGroups(Set groupNames) argument
416 Iterator iter = groupNames.iterator();
H A DAMOrganizationalUnitImpl.java1454 public Set createStaticGroups(Set groupNames) throws AMException, argument
1456 Iterator iter = groupNames.iterator();
H A DAMOrganizationImpl.java1641 public Set createStaticGroups(Set groupNames) throws AMException, argument
1643 Iterator iter = groupNames.iterator();
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/docs/api/
H A DApiService.java103 List<String> groupNames = getGroupNames(operation, preferredLocales);
105 for (String groupName : groupNames) {
126 List<String> groupNames = Lists.newArrayList();
131 groupNames.add(REMOVE_VERSION.matcher(operationTag.toTranslatedString(locales)).replaceAll(EMPTY_STRING));
136 groupNames.add(REMOVE_VERSION.matcher(operationTag).replaceAll(EMPTY_STRING));
139 return groupNames;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentProfileViewBean.java300 Set groupNames = new TreeSet();
303 groupNames.add(amid.getName());
305 OptionList optList = createOptionList(groupNames);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentProfileViewBean.java300 Set groupNames = new TreeSet();
303 groupNames.add(amid.getName());
305 OptionList optList = createOptionList(groupNames);
/forgerock/openidm-v4/openidm-quartz-fragment/src/main/java/org/forgerock/openidm/quartz/impl/
H A DRepoJobStore.java776 String [] groupNames = getJobGroupNames(null);
777 if (groupNames == null || groupNames.length == 0) {
781 for (String groupName : groupNames) {
793 String [] groupNames = getTriggerGroupNames(null);
794 if (groupNames == null || groupNames.length == 0) {
798 for (String groupName : groupNames) {
2197 String[] groupNames = getTriggerGroupNames(null);
2198 for (String groupName : groupNames) {
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java1257 String[] groupNames = new String[groupsFound.length];
1262 groupNames[i] = groupsFound[i].getName();
1265 rv.setGroupList(new ListWrapper(groupNames));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java1258 String[] groupNames = new String[groupsFound.length];
1263 groupNames[i] = groupsFound[i].getName();
1266 rv.setGroupList(new ListWrapper(groupNames));
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2.6.2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-jel-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...

Completed in 129 milliseconds