Searched refs:handle (Results 276 - 300 of 413) sorted by relevance

<<11121314151617

/forgerock/openam-v13/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilterTest.java198 given(handler.handle(context, request)).willReturn(promise);
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java242 callbackHandler.handle(callbacks);
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthChoiceCallbackHandlerTest.java87 ChoiceCallback choiceCallback = restAuthChoiceCallbackHandler.handle(request, response, jsonPostBody,
H A DRestAuthConfirmationCallbackHandlerTest.java84 ConfirmationCallback confirmationCallback = restAuthConfirmationCallbackHandler.handle(request,
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaSettingsImpl.java81 throw OAuthProblemException.OAuthError.SERVER_ERROR.handle(null, message);
/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/connector/
H A DTestConnector.java430 handler.handle(bld.build());
438 * handle(org.identityconnectors.framework.common.objects.SyncDelta)} handler}
523 * NOTE that this does not specify how to handle duplicate values.
556 * NOTE that this does not specify how to handle unmatched values.
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/rest/
H A DTokenRevocationResource.java237 exceptionHandler.handle(throwable, getResponse());
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/restlet/
H A DIdTokenInfo.java227 exceptionHandler.handle(throwable, getResponse());
/forgerock/openam/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DAbstractHttpAccessAuditFilterTest.java198 given(handler.handle(context, request)).willReturn(promise);
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java242 callbackHandler.handle(callbacks);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/docs/api/
H A DApiDocsService.java109 * URLs, they will handle the returned URL just as if it was a file path. Example resource URL: {@code
158 public Response handle(@Contextual Request request) { method in class:ApiDocsService
174 debug.error("ApiDocsService#handle :: Could not read API docs", e);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthChoiceCallbackHandlerTest.java85 ChoiceCallback choiceCallback = restAuthChoiceCallbackHandler.handle(request, response, jsonPostBody,
H A DRestAuthConfirmationCallbackHandlerTest.java83 ConfirmationCallback confirmationCallback = restAuthConfirmationCallbackHandler.handle(request,
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaSettingsImpl.java81 throw OAuthProblemException.OAuthError.SERVER_ERROR.handle(null, message);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java397 String handle = SAMLUtils.generateAssertionHandle();
398 if (handle == null) {
401 + "ifact: couldn't generate assertion handle.");
411 bytesHandle = handle.getBytes(IFSConstants.SOURCEID_ENCODING);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java935 String handle = SAMLUtils.generateAssertionHandle();
936 if (handle == null) {
940 "handle.");
949 handle.getBytes(IFSConstants.SOURCEID_ENCODING));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java400 String handle = SAMLUtils.generateAssertionHandle();
401 if (handle == null) {
404 + "ifact: couldn't generate assertion handle.");
414 bytesHandle = handle.getBytes(IFSConstants.SOURCEID_ENCODING);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOBrowserArtifactProfileHandler.java935 String handle = SAMLUtils.generateAssertionHandle();
936 if (handle == null) {
940 "handle.");
949 handle.getBytes(IFSConstants.SOURCEID_ENCODING));
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dtrilead.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt com/ com/trilead/ com/ ...
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java986 // and also get the authentication handle ID
1033 // and also get the authentication handle ID
1883 //since there was no error, we should reset the loginException, to handle the case when the first auth
2327 String handle = null;
2331 handle = getAuthenticationHandle(receivedDocument);
2336 if ( handle == null ) {
2337 handle = "0";
2339 return handle;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java986 // and also get the authentication handle ID
1033 // and also get the authentication handle ID
1883 //since there was no error, we should reset the loginException, to handle the case when the first auth
2327 String handle = null;
2331 handle = getAuthenticationHandle(receivedDocument);
2336 if ( handle == null ) {
2337 handle = "0";
2339 return handle;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManager.java391 String handle = SAMLUtils.generateAssertionHandle();
392 if (handle == null) {
395 + "assertion handle.");
401 AssertionArtifact art = new AssertionArtifact(sourceID, handle);
2454 String handle = SAMLUtils.generateAssertionHandle();
2455 if (handle == null) {
2458 + "ifact: couldn't generate assertion handle.");
2466 AssertionArtifact art = new AssertionArtifact(sourceID, handle);

Completed in 291 milliseconds

<<11121314151617