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

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DMenuCallback.java51 MenuResult<T> invoke(ConsoleApplication app) throws CLIException; method in interface:MenuCallback
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DMenuCallback.java50 MenuResult<T> invoke(ConsoleApplication app) throws CLIException; method in interface:MenuCallback
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DMenuCallback.java51 MenuResult<T> invoke(ConsoleApplication app) throws CLIException; method in interface:MenuCallback
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DMenuCallback.java51 MenuResult<T> invoke(ConsoleApplication app) throws CLIException; method in interface:MenuCallback
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DMenuCallback.java50 MenuResult<T> invoke(ConsoleApplication app) throws CLIException; method in interface:MenuCallback
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/syncfailure/
H A DNullSyncFailureHandler.java44 public void invoke(Context context, Map<String, Object> syncFailure, Exception failureCause) method in class:NullSyncFailureHandler
H A DSyncFailureHandler.java36 void invoke(Context context, Map<String, Object> syncFailure, Exception failureCause) method in interface:SyncFailureHandler
H A DInfiniteRetrySyncFailureHandler.java43 public void invoke(Context context, Map<String, Object> syncFailure, Exception failureCause) method in class:InfiniteRetrySyncFailureHandler
H A DLoggedIgnoreHandler.java40 public void invoke(Context context, Map<String, Object> syncFailure, Exception failureCause) method in class:LoggedIgnoreHandler
H A DSimpleRetrySyncFailureHandler.java65 public void invoke(Context context, Map<String, Object> syncFailure, Exception failureCause) method in class:SimpleRetrySyncFailureHandler
82 postRetryHandler.invoke(context, syncFailure, failureCause);
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecoratorTest.java67 interfaceMethod.invoke(decorator, args);
70 interfaceMethod.invoke(verify(mockDelegate), args);
H A DIdServicesDecoratorTest.java67 interfaceMethod.invoke(decorator, args);
70 interfaceMethod.invoke(verify(mockDelegate), args);
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrDayView.js43 _.invoke(self.days, function () {
/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/impl/
H A DCommandProxy.java61 return Reflective.invoke(session, tgt, function, arguments);
66 session.getConsole().println(Reflective.invoke(session, tgt, "getUsage", method));
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/idm/
H A DIdCachedServicesDecoratorTest.java67 interfaceMethod.invoke(decorator, args);
70 interfaceMethod.invoke(verify(mockDelegate), args);
H A DIdServicesDecoratorTest.java67 interfaceMethod.invoke(decorator, args);
70 interfaceMethod.invoke(verify(mockDelegate), args);
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/
H A DConditionAttrDayView.js43 _.invoke(self.days, function () {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/jaas/
H A DLoginContext.java54 * Removed <code>doPrivileged()</code> on <code>invoke()</code> method so that
125 invoke(LOGIN_METHOD);
126 invoke(COMMIT_METHOD);
130 invoke(ABORT_METHOD);
145 invoke(LOGOUT_METHOD);
159 * Attempts to invoke the method described by methodName against each module within the stack.
166 private void invoke(String methodName) throws LoginException { method in class:LoginContext
204 methods[mIndex].invoke(info.module, initArgs);
216 // invoke the LoginModule method
217 boolean status = (Boolean)methods[mIndex].invoke(inf
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/jaas/
H A DLoginContext.java56 * Removed <code>doPrivileged()</code> on <code>invoke()</code> method so that
127 invoke(LOGIN_METHOD);
128 invoke(COMMIT_METHOD);
132 invoke(ABORT_METHOD);
147 invoke(LOGOUT_METHOD);
161 * Attempts to invoke the method described by methodName against each module within the stack.
168 private void invoke(String methodName) throws LoginException { method in class:LoginContext
206 methods[mIndex].invoke(info.module, initArgs);
218 // invoke the LoginModule method
219 boolean status = (Boolean)methods[mIndex].invoke(inf
[all...]
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/weblogic/v10/
H A DAmWLPortalLocalLogoutHandler.java73 method.invoke(null, parameters );
H A DAmWLPortalVerificationHandler.java69 // get and invoke AtnSecurityMgmtHelper.getDefaultProvider();
78 Object providerDescription = method.invoke(null, parameters );
80 // get and invoke new AtnManagerProxy(AtnProviderDescription).
93 // get and invoke AtnManagerProxy.userExists().
103 (Boolean) method.invoke(managerProxy, parameters);
/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DConfigurationMock.java92 (ManagedObjectDefinition<?, ?>) definitionClass.getMethod("getInstance").invoke(null);
166 PropertyDefinition<T> propertyDefinition = (PropertyDefinition<T>) getPropertyDefMethod.invoke(definition);
168 .getClass().getMethod("getDefaultBehaviorProvider").invoke(propertyDefinition);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java212 { String[].class }).invoke(quickSetup, new Object[]
217 new InternalError("Failed to invoke initialize method");
240 quickSetupClass.getMethod("display").invoke(quickSetup);
244 new InternalError("Failed to invoke display method");
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java213 { String[].class }).invoke(quickSetup, new Object[]
218 new InternalError("Failed to invoke initialize method");
241 quickSetupClass.getMethod("display").invoke(quickSetup);
245 new InternalError("Failed to invoke display method");
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DSplashScreen.java213 { String[].class }).invoke(quickSetup, new Object[]
218 new InternalError("Failed to invoke initialize method");
241 quickSetupClass.getMethod("display").invoke(quickSetup);
245 new InternalError("Failed to invoke display method");

Completed in 161 milliseconds

1234567891011>>