Searched defs:handle (Results 26 - 50 of 214) sorted by relevance

123456789

/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResponseTypeHandler.java53 Map.Entry<String, Token> handle(String tokenType, Set<String> scope, ResourceOwner resourceOwner, method in interface:ResponseTypeHandler
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/dispatch/
H A DMessageDispatcher.java36 * Later, the MessageDispatcher may be asked to handle a message with a messageId and its JsonValue contents.
72 public void handle(String messageId, JsonValue content) throws NotFoundException, PredicateNotMetException { method in class:MessageDispatcher
86 debug.warning("Cache was asked to handle {} but never expected it.", messageId);
95 * @param messageId The messageId to inform this cache to prepare to handle. May not be null or empty.
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/spi/
H A DAccessRequestHandler.java66 public void handle(RadiusRequest request, RadiusResponse response, RadiusRequestContext context) method in interface:AccessRequestHandler
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/spi/handlers/
H A DAcceptAllHandler.java42 public void handle(RadiusRequest request, RadiusResponse response, RadiusRequestContext reqCtx) method in class:AcceptAllHandler
H A DRejectAllHandler.java41 public void handle(RadiusRequest request, RadiusResponse response, RadiusRequestContext reqCtx) method in class:RejectAllHandler
/forgerock/openam/openam-radius/openam-radius-server/src/test/java/org/forgerock/openam/radius/server/
H A DCatastrophicHandler.java40 * @see org.forgerock.openam.radius.server.spi.AccessRequestHandler#handle
44 public void handle(RadiusRequest request, RadiusResponse response, RadiusRequestContext context) method in class:CatastrophicHandler
/forgerock/openam/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DResourceApiVersionRoutingFilter.java50 void handle(Request request, Response response, RestletRouter next) { method in class:ResourceApiVersionRoutingFilter
52 next.handle(apiVersionRouterContext, request, response);
H A DRestletRouter.java39 void handle(Context context, Request request, Response response) { method in class:RestletRouter
43 bestMatch.getSecond().handle(request, response);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/internal/
H A DAuthLoginThread.java85 public void handle(Callback[] callback) throws IOException, UnsupportedCallbackException { method in class:AuthLoginThread
86 AuthContext.authDebug.message("AuthLoginThread::handle()");
97 AuthContext.authDebug.message("AuthLoginThread::handle() sent notify to wake up sleeping threads");
103 AuthContext.authDebug.message("AuthLoginThread::handle() "
109 AuthContext.authDebug.message("AuthLoginThread::handle() "
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthCallbackHandler.java64 T handle(HttpServletRequest request, HttpServletResponse response, method in interface:RestAuthCallbackHandler
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/session/action/
H A DActionHandler.java29 Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, ActionRequest request); method in interface:ActionHandler
H A DDeletePropertyActionHandler.java73 public Promise<ActionResponse, ResourceException> handle(final String tokenId, final Context context, method in class:DeletePropertyActionHandler
H A DGetIdleTimeActionHandler.java52 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, method in class:GetIdleTimeActionHandler
H A DGetMaxIdleTimeActionHandler.java52 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, method in class:GetMaxIdleTimeActionHandler
H A DGetMaxSessionTimeActionHandler.java53 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, method in class:GetMaxSessionTimeActionHandler
H A DGetPropertyActionHandler.java74 public Promise<ActionResponse, ResourceException> handle(final String tokenId, final Context context, method in class:GetPropertyActionHandler
H A DGetPropertyNamesActionHandler.java60 public Promise<ActionResponse, ResourceException> handle(final String tokenId, final Context context, method in class:GetPropertyNamesActionHandler
H A DGetSessionInfoActionHandler.java54 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, ActionRequest request) { method in class:GetSessionInfoActionHandler
H A DGetSessionPropertiesActionHandler.java55 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, ActionRequest request) { method in class:GetSessionPropertiesActionHandler
H A DGetTimeLeftActionHandler.java52 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, method in class:GetTimeLeftActionHandler
H A DLogoutByHandleActionHandler.java60 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, ActionRequest request) { method in class:LogoutByHandleActionHandler
79 DEBUG.warning("Unable to invalidate session based on session handle", se);
H A DRefreshActionHandler.java58 public Promise<ActionResponse, ResourceException> handle(String tokenId, Context context, ActionRequest request) { method in class:RefreshActionHandler
H A DSetPropertyActionHandler.java70 public Promise<ActionResponse, ResourceException> handle(final String tokenId, final Context context, method in class:SetPropertyActionHandler
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationCodeResponseTypeHandler.java50 public Map.Entry<String, Token> handle(String tokenType, Set<String> scope, method in class:AuthorizationCodeResponseTypeHandler
H A DTokenResponseTypeHandler.java54 public Map.Entry<String, Token> handle(String tokenType, Set<String> scope, ResourceOwner resourceOwner, method in class:TokenResponseTypeHandler

Completed in 77 milliseconds

123456789