Searched defs:handle (Results 76 - 100 of 214) sorted by relevance

123456789

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthHiddenValueCallbackHandler.java59 public HiddenValueCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthHiddenValueCallbackHandler
H A DRestAuthHttpCallbackHandler.java86 public HttpCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthHttpCallbackHandler
H A DRestAuthLanguageCallbackHandler.java55 public LanguageCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthLanguageCallbackHandler
H A DRestAuthNameCallbackHandler.java72 public NameCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthNameCallbackHandler
H A DRestAuthPasswordCallbackHandler.java65 public PasswordCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthPasswordCallbackHandler
H A DRestAuthRedirectCallbackHandler.java29 * Defines methods to handle a RedirectCallback.
49 public RedirectCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthRedirectCallbackHandler
H A DRestAuthTextInputCallbackHandler.java53 public TextInputCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthTextInputCallbackHandler
H A DRestAuthTextOutputCallbackHandler.java49 public TextOutputCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthTextOutputCallbackHandler
H A DRestAuthX509CallbackHandler.java71 public X509CertificateCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthX509CallbackHandler
/forgerock/openam-v13/openam-datastore/src/main/java/org/forgerock/openam/idrepo/ldap/psearch/
H A DDJLDAPv3PersistentSearch.java103 public boolean handle(SearchResultEntry entry, String dn, DN previousDn, PersistentSearchChangeType type) { method in class:DJLDAPv3PersistentSearch.PSearchResultEntryHandler
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DLdapHttpApplication.java112 public final Promise<Response, NeverThrowsException> handle(final Context context, final Request request) method in class:LdapHttpApplication.LdapHttpHandler
114 return delegate.handle(context, request);
/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 DAuthorizationCodeGrantTypeHandler.java83 public AccessToken handle(OAuth2Request request, ClientRegistration clientRegistration, method in class:AuthorizationCodeGrantTypeHandler
H A DDeviceCodeGrantTypeHandler.java73 protected AccessToken handle(OAuth2Request request, ClientRegistration client, method in class:DeviceCodeGrantTypeHandler
/forgerock/openam/openam-oauth2-saml2/src/main/java/org/forgerock/openam/oauth2/saml2/core/
H A DSaml2GrantTypeHandler.java87 public AccessToken handle(OAuth2Request request) throws InvalidGrantException, InvalidClientException, method in class:Saml2GrantTypeHandler
156 protected AccessToken handle(OAuth2Request request, ClientRegistration clientRegistration, method in class:Saml2GrantTypeHandler
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/sns/
H A DSnsMessageResource.java134 return handle(context, actionRequest, RequestType.AUTHENTICATE);
153 return handle(context, actionRequest, RequestType.REGISTER);
156 private Promise<ActionResponse, ResourceException> handle(Context context, ActionRequest actionRequest, method in class:SnsMessageResource
177 messageDispatcher.handle(messageId, actionContent);
200 * For the in-memory equivalent, {@link MessageDispatcher#handle(String, JsonValue)}.
/forgerock/openam/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DResourceApiVersionRestlet.java49 public void handle(Request request, Response response) { method in class:ResourceApiVersionRestlet
50 versionFilter.handle(request, response, router);
H A DRestletRealmRouter.java168 public void handle(Request request, Response response) { method in class:RestletRealmRouter.Delegate
169 router.handle(request, response);
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/security/keystore/
H A DAMCallbackHandler.java98 public void handle(Callback[] callbacks) method in class:AMCallbackHandler
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DDSAMECallbackHandler.java102 public void handle(Callback[] callbacks) method in class:DSAMECallbackHandler
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthChoiceCallbackHandler.java53 public ChoiceCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthChoiceCallbackHandler
H A DRestAuthConfirmationCallbackHandler.java53 public ConfirmationCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthConfirmationCallbackHandler
H A DRestAuthHiddenValueCallbackHandler.java59 public HiddenValueCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthHiddenValueCallbackHandler
H A DRestAuthHttpCallbackHandler.java85 public HttpCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthHttpCallbackHandler
H A DRestAuthLanguageCallbackHandler.java55 public LanguageCallback handle(HttpServletRequest request, HttpServletResponse response, method in class:RestAuthLanguageCallbackHandler

Completed in 162 milliseconds

123456789