Searched refs:applications (Results 1 - 17 of 17) sorted by relevance

/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DPrivilegeSet.java42 private final List<Application> applications; field in class:PrivilegeSet
51 this.applications = new ArrayList<>();
83 applications.add(application);
120 return Collections.unmodifiableList(applications);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/services/
H A DOAuthTokensService.js29 encodeURIComponent(Configuration.loggedUser.get("username"))}/oauth2/applications?_queryFilter=true`),
37 `/users/${encodeURIComponent(Configuration.loggedUser.get("username"))}/oauth2/applications/${id}`),
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/service/
H A DApplicationServiceImpl.java57 private static final Map<String, Set<Application>> applications = new ConcurrentHashMap<>(); field in class:ApplicationServiceImpl
81 Set<Application> applications = adminConfiguration.searchApplications(subject, queryFilter);
84 return applications;
87 return getAccessibleApplications(realm, applications);
145 for (String name : applications.keySet()) {
147 applications.remove(name);
157 // Delegation to applications is currently not configurable, passing super admin (see AME-4959)
168 private Set<Application> getAccessibleApplications(String realm, Set<Application> applications) { argument
169 // Delegation to applications is currently not configurable, passing super admin (see AME-4959)
173 for (Application app : applications) {
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationTypeManager.java63 Set<ApplicationType> applications = ec.getApplicationTypes();
64 for (ApplicationType a : applications) {
84 Set<ApplicationType> applications = ec.getApplicationTypes();
86 for (ApplicationType a : applications) {
H A DApplicationManager.java54 * Application Manager handles addition, deletion and listing of applications for each realm.
59 private static Map<String, Set<Application>> applications = new ConcurrentHashMap<String, Set<Application>>(); field in class:ApplicationManager
85 // Delegation to applications is currently not configurable, passing super admin (see AME-4959)
191 Set<Application> appls = applications.get(realm);
199 applications.put(realm, appls);
215 // Delegation to applications is currently not configurable, passing super admin (see AME-4959)
476 * Clears the cached applications. Must be called when notifications are
477 * received for changes to applications.
480 for (String name : applications.keySet()) {
482 applications
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationTypeManager.java66 Set<ApplicationType> applications = ec.getApplicationTypes();
67 for (ApplicationType a : applications) {
86 Set<ApplicationType> applications = ec.getApplicationTypes();
88 for (ApplicationType a : applications) {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/applications/agents/
H A DSelectAgentView.jsx43 href={ `#realms/${encodeURIComponent(this.props.router.params[0])}/applications-agents/new/${
58 href={ `#realms/${encodeURIComponent(this.props.router.params[0])}/applications-agents` }
69 { t("console.applications.agents.select.title") }
72 { t("console.applications.agents.select.description") }
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/dashboard/views/
H A DOAuthTokensView.js36 self.data.applications = _.map(data.result, function (application) {
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/dashboard/views/
H A DOAuthTokensView.js36 self.data.applications = _.map(data.result, function (application) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/xacml/v3/
H A DImportStepGenerator.java225 List<Application> applications = uuidResTypeVsApplicationFromFile.get(uuid);
226 if (applications == null) {
227 applications = new ArrayList<>();
228 uuidResTypeVsApplicationFromFile.put(uuid, applications);
230 applications.add(application);
265 List<Application> applications = uuidResTypeVsApplicationFromFile.get(resourceType.getUUID());
266 if (applications != null && applications.get(0) != null) {
267 Application application = applications.get(0);
288 " is not associated with any applications an
[all...]
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/xacml/v3/
H A DImportStepGeneratorTest.java233 private void givenExistingApplicationNames(String... applications) throws EntitlementException { argument
234 given(applicationService.getApplicationNames()).willReturn(new HashSet<>(Arrays.asList(applications)));
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/fullStack/
H A DREADME.md123 #### Workflows to request access to applications
124 The hybrid OpenAM/OpenIDM UI can be extended in a number of powerful ways. For example, you could use a workflow to allow users to request access to new applications. Upon approval, OpenIDM could update the user's account to include whatever permissions OpenAM uses to control access to that application. If necessary, OpenIDM could also update the data store for the application itself to include whatever user information is needed there.
127 Extending that idea further, another simple enhancement to this UI would be a list of links to all of those applications a user has access to by virtue of their SSO token. This would essentially provide the user with a "Single Sign On" dashboard, which could be used to easily access all of their applications.
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DApplicationsResource.java384 Set<Application> applications = appService(subject, realm).search(stringQueryFilter);
386 for (Application application : applications) {
/forgerock/openam-v13/openam-core/src/main/resources/fr_FR/
H A DEntitlementException_fr.properties155 450=Impossible de rechercher des applications.
156 451=Impossible de rechercher des applications car le jeton de connexion unique de l\u2019administrateur est absent.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DEntitlementService.java99 private static final String SCHEMA_APPLICATIONS = "applications";
276 Set<Application> applications = new LinkedHashSet<>();
279 return applications;
290 applications.add(EntitlementUtils.createApplication(appType, appName, appData));
300 return applications;
340 * Returns a set of registered applications.
342 * @return a set of registered applications.
373 * Get the service config for registered applications.
382 // TODO. Since applications for the hidden realms have to be
/forgerock/openam/openam-core/src/main/resources/fr_FR/
H A DEntitlementException_fr.properties155 450=Impossible de rechercher des applications.
156 451=Impossible de rechercher des applications car le jeton de connexion unique de l\u2019administrateur est absent.
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/rest/
H A DApplicationsResourceTest.java976 Set<String> applications = asSet("one", "two", "three");
977 given(applicationManagerWrapper.search(eq(subject), eq("/abc"), any(Set.class))).willReturn(applications);
983 assertThat(result).isEqualTo(applications);

Completed in 112 milliseconds