Searched refs:postProcess (Results 1 - 15 of 15) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/oath/
H A DOathAuthMapper.java53 protected Map<String, String> postProcess(Map<String, String> values) throws URIMappingException { method in class:OathAuthMapper
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/
H A DUriParser.java32 * Subclasses on this class must implement postProcess(), which verifies that all required information
66 return postProcess(map(new URI(uriScheme)));
122 protected abstract Map<String, String> postProcess(Map<String, String> values) throws URIMappingException; method in class:UriParser
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushAuthMapper.java58 protected Map<String, String> postProcess(Map<String, String> values) throws URIMappingException { method in class:PushAuthMapper
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java418 postProcess(loginState, authResponse);
450 postProcess(loginState, authResponse);
498 postProcess(loginState, authResponse);
512 postProcess(loginState, authResponse);
533 postProcess(loginState, authResponse);
554 postProcess(loginState, authResponse);
647 AMPostAuthProcessInterface postProcess =
652 postProcess.onLogout(servletRequest,
818 private void postProcess(LoginState loginState, method in class:AuthXMLHandler
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/server/
H A DAuthXMLHandler.java418 postProcess(loginState, authResponse);
450 postProcess(loginState, authResponse);
498 postProcess(loginState, authResponse);
512 postProcess(loginState, authResponse);
533 postProcess(loginState, authResponse);
554 postProcess(loginState, authResponse);
647 AMPostAuthProcessInterface postProcess =
652 postProcess.onLogout(servletRequest,
818 private void postProcess(LoginState loginState, method in class:AuthXMLHandler
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCallBackHelper.java215 public void postProcess(SSOToken token, String entryDN, String orgDN, method in class:CallBackHelper
248 debug.error("CallBackHelper.postProcess(): Preprocessing"
256 public void postProcess(SSOToken token, String entryDN, String orgDN, method in class:CallBackHelper
287 debug.error("CallBackHelper.postProcess(): Preprocessing"
H A DDirectoryServicesImpl.java1061 callBackHelper.postProcess(token, user.getDN(), orgDN, null,
1170 callBackHelper.postProcess(token, role.getDN(), orgDN, null,
1275 callBackHelper.postProcess(token, org.getDN(), orgDN, null, attributes,
1310 callBackHelper.postProcess(token, sgroup.getDN(), orgDN, null,
1343 callBackHelper.postProcess(token, adgroup.getDN(), orgDN, null,
1380 callBackHelper.postProcess(token, dgroup.getDN(), orgDN, null,
1426 callBackHelper.postProcess(token, ou.getDN(), orgDN, null, attributes,
1476 callBackHelper.postProcess(token, frole.getDN(), orgDN, null,
1623 callBackHelper.postProcess(token, entryDN, parentOrgDN, attributes,
2354 callBackHelper.postProcess(toke
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCallBackHelper.java215 public void postProcess(SSOToken token, String entryDN, String orgDN, method in class:CallBackHelper
248 debug.error("CallBackHelper.postProcess(): Preprocessing"
256 public void postProcess(SSOToken token, String entryDN, String orgDN, method in class:CallBackHelper
287 debug.error("CallBackHelper.postProcess(): Preprocessing"
H A DDirectoryServicesImpl.java1061 callBackHelper.postProcess(token, user.getDN(), orgDN, null,
1170 callBackHelper.postProcess(token, role.getDN(), orgDN, null,
1275 callBackHelper.postProcess(token, org.getDN(), orgDN, null, attributes,
1310 callBackHelper.postProcess(token, sgroup.getDN(), orgDN, null,
1343 callBackHelper.postProcess(token, adgroup.getDN(), orgDN, null,
1380 callBackHelper.postProcess(token, dgroup.getDN(), orgDN, null,
1426 callBackHelper.postProcess(token, ou.getDN(), orgDN, null, attributes,
1476 callBackHelper.postProcess(token, frole.getDN(), orgDN, null,
1623 callBackHelper.postProcess(token, entryDN, parentOrgDN, attributes,
2354 callBackHelper.postProcess(toke
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java850 loginState.postProcess(indexType, indexName, LoginState.PostProcessEvent.LOGOUT);
1928 loginState.postProcess(indexType, indexName, LoginState.PostProcessEvent.FAILURE);
1944 loginState.postProcess(indexType, indexName, LoginState.PostProcessEvent.SUCCESS);
H A DAuthUtils.java2050 AMPostAuthProcessInterface postProcess =
2053 postProcess.onLogout(request, response, token);
H A DLoginState.java4904 void postProcess(AuthContext.IndexType indexType, String indexName, PostProcessEvent type) { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java845 authContext.getLoginState().postProcess(indexType, indexName, LoginState.PostProcessEvent.LOGOUT);
1880 authContext.getLoginState().postProcess(indexType, indexName, LoginState.PostProcessEvent.FAILURE);
1896 authContext.getLoginState().postProcess(indexType, indexName, LoginState.PostProcessEvent.SUCCESS);
H A DAuthUtils.java1714 AMPostAuthProcessInterface postProcess =
1717 postProcess.onLogout(request, response, token);
H A DLoginState.java4816 void postProcess(AuthContext.IndexType indexType, String indexName, PostProcessEvent type) { method in class:LoginState

Completed in 126 milliseconds