Searched defs:application (Results 1 - 25 of 202) sorted by relevance

123456789

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/
H A DAuthGuiceModule.java36 * @param application The application that the Guice module is used for.
38 public AuthGuiceModule(Application application) { argument
39 this.context = application.getApplicationContext();
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DFinishedPanel.java33 * This panel is used to show the application is finished.
42 * @param application Application this panel represents
44 public FinishedPanel(GuiApplication application) argument
46 super(application);
H A DReviewPanel.java34 * that the user can use to confirm an application's operation.
42 * @param application GuiApplication this panel represents
44 public ReviewPanel(GuiApplication application) { argument
45 super(application);
H A DQuickSetupPanel.java45 private GuiApplication application; field in class:QuickSetupPanel
51 * @param application Application this panel represents
53 protected QuickSetupPanel(GuiApplication application) argument
56 this.application = application;
104 * Gets the application this panel represents.
108 return this.application;
112 * Gets the user data associated with the current application.
116 return application.getUserData();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DFinishedPanel.java34 * This panel is used to show the application is finished.
43 * @param application Application this panel represents
45 public FinishedPanel(GuiApplication application) argument
47 super(application);
H A DReviewPanel.java35 * that the user can use to confirm an application's operation.
43 * @param application GuiApplication this panel represents
45 public ReviewPanel(GuiApplication application) { argument
46 super(application);
H A DQuickSetupPanel.java46 private GuiApplication application; field in class:QuickSetupPanel
52 * @param application Application this panel represents
54 protected QuickSetupPanel(GuiApplication application) argument
57 this.application = application;
105 * Gets the application this panel represents.
109 return this.application;
113 * Gets the user data associated with the current application.
117 return application.getUserData();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DFinishedPanel.java34 * This panel is used to show the application is finished.
43 * @param application Application this panel represents
45 public FinishedPanel(GuiApplication application) argument
47 super(application);
H A DReviewPanel.java35 * that the user can use to confirm an application's operation.
43 * @param application GuiApplication this panel represents
45 public ReviewPanel(GuiApplication application) { argument
46 super(application);
H A DQuickSetupPanel.java46 private GuiApplication application; field in class:QuickSetupPanel
52 * @param application Application this panel represents
54 protected QuickSetupPanel(GuiApplication application) argument
57 this.application = application;
105 * Gets the application this panel represents.
109 return this.application;
113 * Gets the user data associated with the current application.
117 return application.getUserData();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFinishedPanel.java33 * This panel is used to show the application is finished.
42 * @param application Application this panel represents
44 public FinishedPanel(GuiApplication application) argument
46 super(application);
H A DReviewPanel.java34 * that the user can use to confirm an application's operation.
42 * @param application GuiApplication this panel represents
44 public ReviewPanel(GuiApplication application) { argument
45 super(application);
H A DQuickSetupPanel.java45 private GuiApplication application; field in class:QuickSetupPanel
51 * @param application Application this panel represents
53 protected QuickSetupPanel(GuiApplication application) argument
56 this.application = application;
104 * Gets the application this panel represents.
108 return this.application;
112 * Gets the user data associated with the current application.
116 return application.getUserData();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DFinishedPanel.java34 * This panel is used to show the application is finished.
43 * @param application Application this panel represents
45 public FinishedPanel(GuiApplication application) argument
47 super(application);
H A DReviewPanel.java35 * that the user can use to confirm an application's operation.
43 * @param application GuiApplication this panel represents
45 public ReviewPanel(GuiApplication application) { argument
46 super(application);
H A DQuickSetupPanel.java46 private GuiApplication application; field in class:QuickSetupPanel
52 * @param application Application this panel represents
54 protected QuickSetupPanel(GuiApplication application) argument
57 this.application = application;
105 * Gets the application this panel represents.
109 return this.application;
113 * Gets the user data associated with the current application.
117 return application.getUserData();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DFinishedPanel.java33 * This panel is used to show the application is finished.
41 * @param application Application this panel represents
43 public FinishedPanel(GuiApplication application) argument
45 super(application);
H A DReviewPanel.java34 * that the user can use to confirm an application's operation.
42 * @param application GuiApplication this panel represents
44 public ReviewPanel(GuiApplication application) { argument
45 super(application);
H A DQuickSetupPanel.java45 private GuiApplication application; field in class:QuickSetupPanel
51 * @param application Application this panel represents
53 protected QuickSetupPanel(GuiApplication application) argument
56 this.application = application;
104 * Gets the application this panel represents.
108 return this.application;
112 * Gets the user data associated with the current application.
116 return application.getUserData();
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyEvaluatorFactory.java32 * application context, retrieve the relevant policy evaluator.
36 * @param application
37 * the application context
44 public PolicyEvaluator getEvaluator(final Subject subject, final String application) throws EntitlementException; argument
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyEvaluatorFactory.java33 * application context, retrieve the relevant policy evaluator.
36 * @param application The application context.
42 Evaluator getEvaluator(final Subject subject, final String application) throws EntitlementException; argument
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/
H A DPolicyEvaluatorFactory.java32 * application context, retrieve the relevant policy evaluator.
36 * @param application
37 * the application context
44 public PolicyEvaluator getEvaluator(final Subject subject, final String application) throws EntitlementException; argument
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyEvaluatorFactory.java33 * application context, retrieve the relevant policy evaluator.
36 * @param application The application context.
42 Evaluator getEvaluator(final Subject subject, final String application) throws EntitlementException; argument
/forgerock/openam-v13/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplicationPrincipal.java32 package com.sun.identity.authentication.modules.application;
/forgerock/openam/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplicationPrincipal.java32 package com.sun.identity.authentication.modules.application;

Completed in 116 milliseconds

123456789