Searched defs:appData (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/policy/
H A DUpgradeResourceTypeStepTest.java45 private final Map<String, Set<String>> appData = new HashMap<String, Set<String>>(); field in class:UpgradeResourceTypeStepTest
109 when(appConfig.getAttributes()).thenReturn(appData);
121 appData.clear();
124 appData.put(APPLICATION_TYPE, Collections.singleton("MyApplicationType"));
125 appData.put(CONFIG_RESOURCES, Collections.singleton("http://localhost:80/*"));
126 appData.put(CONFIG_ACTIONS, Collections.singleton("DELETE"));
133 appData.put(CONFIG_RESOURCE_TYPE_UUIDS, null);
159 appData.put(CONFIG_RESOURCE_TYPE_UUIDS, Collections.singleton("123456789"));
172 appData.put(CONFIG_RESOURCE_TYPE_UUIDS, null);
189 appData
[all...]
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/entitlement/service/
H A DApplicationQueryFilterVisitorTest.java48 private Map<String, Set<String>> appData; field in class:ApplicationQueryFilterVisitorTest
57 appData = new HashMap<>();
58 appData.put("meta", metaData);
62 when(serviceConfig.getAttributes()).thenReturn(appData);
/forgerock/openam/openam-upgrade/src/test/java/org/forgerock/openam/upgrade/steps/policy/
H A DUpgradeResourceTypeStepTest.java47 private final Map<String, Set<String>> appData = new HashMap<String, Set<String>>(); field in class:UpgradeResourceTypeStepTest
113 when(appConfig.getAttributes()).thenReturn(appData);
125 appData.clear();
128 appData.put(APPLICATION_TYPE, Collections.singleton("MyApplicationType"));
129 appData.put(CONFIG_RESOURCES, Collections.singleton("http://localhost:80/*"));
130 appData.put(CONFIG_ACTIONS, Collections.singleton("DELETE"));
137 appData.put(CONFIG_RESOURCE_TYPE_UUIDS, null);
163 appData.put(CONFIG_RESOURCE_TYPE_UUIDS, Collections.singleton("123456789"));
176 appData.put(CONFIG_RESOURCE_TYPE_UUIDS, null);
193 appData
[all...]
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/
H A DUpgradeResourceTypeStep.java186 Map<String, Set<String>> appData = getApplicationData(appConfig, appName);
188 if (applicationEligibleForUpgrade(realm, appName, appData)) {
189 populateApplicationUpgradeState(state, appData);
201 Map<String, Set<String>> appData) throws UpgradeException {
203 Set<String> actions = appData.get(CONFIG_ACTIONS);
206 String appTypeName = appData.get(CONFIG_APPLICATION_TYPE).iterator().next();
212 state.patterns = appData.get(CONFIG_RESOURCES);
281 * @param appData The config data for the application that holds the resource type uuid.
284 private boolean applicationEligibleForUpgrade(String realm, String appName, Map<String, Set<String>> appData) { argument
286 return !defaultApplicationNames.contains(appName) && !isNotEmpty(appData
200 populateApplicationUpgradeState(ResourceTypeState state, Map<String, Set<String>> appData) argument
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/steps/policy/
H A DUpgradeResourceTypeStep.java184 Map<String, Set<String>> appData = getApplicationData(appConfig, appName);
186 if (applicationEligibleForUpgrade(realm, appName, appData)) {
187 populateApplicationUpgradeState(state, appData);
199 Map<String, Set<String>> appData) throws UpgradeException {
201 Set<String> actions = appData.get(CONFIG_ACTIONS);
204 String appTypeName = appData.get(CONFIG_APPLICATION_TYPE).iterator().next();
210 state.patterns = appData.get(CONFIG_RESOURCES);
280 * @param appData The config data for the application that holds the resource type uuid.
283 private boolean applicationEligibleForUpgrade(String realm, String appName, Map<String, Set<String>> appData) { argument
285 return !defaultApplicationNames.contains(appName) && !isNotEmpty(appData
198 populateApplicationUpgradeState(ResourceTypeState state, Map<String, Set<String>> appData) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 2632 milliseconds