Searched refs:handle (Results 251 - 275 of 413) sorted by relevance

<<11121314151617

/forgerock/openidm-v4/openidm-shell/src/main/java/org/forgerock/openidm/shell/felixgogo/debug/
H A DInteractiveObjectSetService.java86 public JsonValue handle(JsonValue request) throws ResourceException { method in class:InteractiveObjectSetService
154 return null; // getRouter().handle(request);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAccessTokenService.java116 return grantTypeHandler.handle(request);
H A DAuthorizationCodeGrantTypeHandler.java83 public AccessToken handle(OAuth2Request request, ClientRegistration clientRegistration, method in class:AuthorizationCodeGrantTypeHandler
H A DAuthorizationTokenIssuer.java116 final Map.Entry<String, Token> token = responseTypeHandler.handle(tokenType, validatedScope,
H A DDeviceCodeGrantTypeHandler.java73 protected AccessToken handle(OAuth2Request request, ClientRegistration client, method in class:DeviceCodeGrantTypeHandler
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DAuthorizeResource.java213 exceptionHandler.handle(throwable, getContext(), getRequest(), getResponse());
H A DDeviceCodeResource.java149 exceptionHandler.handle(throwable, getResponse());
H A DOAuth2Representation.java169 dispatcher.handle(request, response);
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusRequestHandler.java80 * @param accessRequestHandlerFactory - a factory object that will construct access request handlers used to handle
140 accessRequestHandler.handle(request, response, requestContext);
273 LOG.error("Failed to handle request. This request will be ignored.", rre);
277 final String errStr = "Failed to handle request. This request could be retried, but that is"
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DLocalSSOTokenSessionModule.java218 handler.handle(new Callback[]{new CallerPrincipalCallback(clientSubject, name)});
H A DRestEndpointServlet.java164 public Promise<Response, NeverThrowsException> handle(Context context, Request request) { method in class:RestEndpointServlet.RestletHandler
/forgerock/openam/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilter.java73 return next.handle(context, request).then(new Function<Response, Response, NeverThrowsException>() {
/forgerock/openam/openam-authentication/openam-auth-anonymous/src/main/java/com/sun/identity/authentication/modules/anonymous/
H A DAnonymous.java253 callbackHandler.handle(callbacks);
/forgerock/openam/openam-authentication/openam-auth-application/src/main/java/com/sun/identity/authentication/modules/application/
H A DApplication.java259 callbackHandler.handle(callbacks);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/docs/api/
H A DApiService.java81 public Response handle(@Contextual Request request) throws URISyntaxException, MalformedHeaderException { method in class:ApiService
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DLogoutActionHandler.java72 * specifically to handle when the PersistentCookieAuthModule needs to clear an existing session-jwt cookie,
108 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, method in class:LogoutActionHandler
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DAbstractRestAuthCallbackHandlerTest.java54 public Callback handle(HttpServletRequest request, HttpServletResponse response, JsonValue postBody, Callback originalCallback) {
H A DRestAuthNameCallbackHandlerTest.java125 NameCallback nameCallback = restAuthNameCallbackHandler.handle(request, response, jsonPostBody,
H A DRestAuthPasswordCallbackHandlerTest.java129 PasswordCallback passwordCallback = restAuthPasswordCallbackHandler.handle(request, response, jsonPostBody,
H A DRestAuthRedirectCallbackHandlerTest.java71 RedirectCallback redirectCallback = restAuthRedirectCallbackHandler.handle(request, response, jsonPostBody,
H A DRestAuthTextOutputCallbackHandlerTest.java85 TextOutputCallback textOutputCallback = testOutputRestAuthCallbackHandler.handle(request, response,
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/
H A DRestletHttpClient.java81 client.handle(request, response);
/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js3718 // We have to handle DOM nodes and JS objects differently because IE6-7
3897 // ...but Flash objects (which have this classid) *can* handle expandos
4333 if ( !(eventHandle = elemData.handle) ) {
4334 eventHandle = elemData.handle = function( e ) {
4341 // Add elem as a property of the handle fn to prevent a memory leak with IE non-native events
4475 if ( !special.teardown || special.teardown.call( elem, namespaces, elemData.handle ) === false ) {
4476 jQuery.removeEvent( elem, type, elemData.handle );
4485 delete elemData.handle;
4494 var handle, ontype, cur,
4513 // Namespaced trigger; create a regexp to match event type in handle()
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/resources/css/jqueryUI/themes/forgerock/
H A Djquery-ui-1.10.4.custom.css92 .ui-resizable-handle {
97 .ui-resizable-disabled .ui-resizable-handle,
98 .ui-resizable-autohide .ui-resizable-handle {
616 .ui-slider .ui-slider-handle {
633 .ui-slider.ui-state-disabled .ui-slider-handle,
641 .ui-slider-horizontal .ui-slider-handle {
660 .ui-slider-vertical .ui-slider-handle {
/forgerock/web-agents-v4/source/
H A Dutility.c119 intptr_t handle; member in struct:__anon101
2112 intptr_t handle; local
2141 if ((handle = _findfirst(filespec, &(dp->fileinfo))) < 0) {
2151 dp->handle = handle;
2158 _findclose(dp->handle);
2170 if (_findnext(dp->handle, &(dp->fileinfo)) < 0) {
2194 if (_findnext(dp->handle, &(dp->fileinfo)) < 0) {
2705 /* handle \, /, ", and control codes */

Completed in 96 milliseconds

<<11121314151617