Searched refs:secureResponse (Results 1 - 17 of 17) sorted by relevance

/forgerock/openam/openam-authentication/openam-auth-common/src/test/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthLoginModulePAPTest.java109 verify(jaspiAuthWrapper, never()).secureResponse(Matchers.<MessageInfo>anyObject());
123 given(jaspiAuthWrapper.secureResponse(Matchers.<MessageInfo>anyObject()))
132 verify(jaspiAuthWrapper).secureResponse(Matchers.<MessageInfo>anyObject());
145 given(jaspiAuthWrapper.secureResponse(Matchers.<MessageInfo>anyObject()))
161 verify(jaspiAuthWrapper).secureResponse(Matchers.<MessageInfo>anyObject());
176 given(jaspiAuthWrapper.secureResponse(Matchers.<MessageInfo>anyObject()))
192 verify(jaspiAuthWrapper).secureResponse(Matchers.<MessageInfo>anyObject());
206 given(jaspiAuthWrapper.secureResponse(Matchers.<MessageInfo>anyObject()))
222 verify(jaspiAuthWrapper).secureResponse(Matchers.<MessageInfo>anyObject());
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/test/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthModuleWrapperTest.java256 verify(serverAuthModule, never()).secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull());
271 given(serverAuthModule.secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull()))
281 verify(serverAuthModule).secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull());
294 given(serverAuthModule.secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull()))
311 verify(serverAuthModule).secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull());
326 given(serverAuthModule.secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull()))
343 verify(serverAuthModule).secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull());
357 given(serverAuthModule.secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull()))
374 verify(serverAuthModule).secureResponse(Matchers.<MessageInfo>anyObject(), (Subject) isNull());
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthModuleWrapper.java106 * Calls through to the secureResponse method of the underlying module.
111 public AuthStatus secureResponse(MessageInfo messageInfo) throws AuthException { method in class:JaspiAuthModuleWrapper
112 return serverAuthModule.secureResponse(messageInfo, null);
H A DJaspiAuthLoginModulePostAuthenticationPlugin.java64 * onLoginSuccess method, and then finally calls the JASPI ServerAuthModule's secureResponse method.
84 AuthStatus authStatus = jaspiAuthModule.secureResponse(messageInfo);
109 * Internal call to subtype to perform any required logic before the secureResponse method is called on the
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DWebServiceDefaultResponseProcessor.java89 SOAPMessage encMessage = handler.secureResponse(
/forgerock/openidm-v4/openidm-authnfilter/src/test/java/org/forgerock/openidm/auth/modules/
H A DIDMAuthModuleWrapperTest.java292 given(authModule.secureResponse(Matchers.<MessageInfoContext>anyObject(), Matchers.<Subject>anyObject()))
300 AuthStatus authStatus = wrapper.secureResponse(messageInfo, serviceSubject).getOrThrowUninterruptibly();
319 given(authModule.secureResponse(Matchers.<MessageInfoContext>anyObject(), Matchers.<Subject>anyObject()))
330 AuthStatus authStatus = wrapper.secureResponse(messageInfo, serviceSubject).getOrThrowUninterruptibly();
351 given(authModule.secureResponse(Matchers.<MessageInfoContext>anyObject(), Matchers.<Subject>anyObject()))
362 AuthStatus authStatus = wrapper.secureResponse(messageInfo, serviceSubject).getOrThrowUninterruptibly();
H A DDelegatedAuthModuleTest.java231 AuthStatus authStatus = module.secureResponse(messageInfo, serviceSubject).getOrThrowUninterruptibly();
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DTrustedRequestAttributeAuthModule.java124 public Promise<AuthStatus, AuthenticationException> secureResponse(MessageInfoContext messageInfo, method in class:TrustedRequestAttributeAuthModule
H A DClientCertAuthModule.java232 public Promise<AuthStatus, AuthenticationException> secureResponse(MessageInfoContext messageInfo, method in class:ClientCertAuthModule
H A DDelegatedAuthModule.java215 public Promise<AuthStatus, AuthenticationException> secureResponse(MessageInfoContext messageInfo, method in class:DelegatedAuthModule
H A DIDMAuthModuleWrapper.java415 * and then calls the underlying auth module's secureResponse method.
423 public Promise<AuthStatus, AuthenticationException> secureResponse(MessageInfoContext messageInfo, method in class:IDMAuthModuleWrapper
433 return authModule.secureResponse(messageInfo, serviceSubject);
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DOpenSSOServerAuthModule.java131 public AuthStatus secureResponse(MessageInfo messageInfo, method in class:OpenSSOServerAuthModule
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DLocalSSOTokenSessionModule.java254 public Promise<AuthStatus, AuthenticationException> secureResponse(MessageInfoContext messageInfo, method in class:LocalSSOTokenSessionModule
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthModuleWrapper.java157 * onLoginSuccess method, and then finally calls the JASPI ServerAuthModule's secureResponse method.
177 AuthStatus authStatus = serverAuthModule.secureResponse(messageInfo, null);
215 * Internal call to subtype to perform any required logic before the secureResponse method is called on the
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DLocalSSOTokenSessionModule.java254 public Promise<AuthStatus, AuthenticationException> secureResponse(MessageInfoContext messageInfo, method in class:LocalSSOTokenSessionModule
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java159 public SOAPMessage secureResponse (SOAPMessage soapMessage, Map sharedData) method in class:MessageProcessor
162 Utils.debug.message("MessageProcessor.secureResponse : Init");
174 Utils.debug.message("MessageProcessor.secureResponse: " +
180 Utils.debug.error("MessageProcessor.secureResponse: " +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessageProcessor.java159 public SOAPMessage secureResponse (SOAPMessage soapMessage, Map sharedData) method in class:MessageProcessor
162 Utils.debug.message("MessageProcessor.secureResponse : Init");
174 Utils.debug.message("MessageProcessor.secureResponse: " +
180 Utils.debug.error("MessageProcessor.secureResponse: " +

Completed in 33 milliseconds