Searched refs:getOrgConfiguredAuthenticationChain (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/core/
H A DCoreServicesWrapper.java176 public String getOrgConfiguredAuthenticationChain(String orgDN) { method in class:CoreServicesWrapper
177 return AuthUtils.getOrgConfiguredAuthenticationChain(orgDN);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/
H A DCoreServicesWrapper.java177 public String getOrgConfiguredAuthenticationChain(String orgDN) { method in class:CoreServicesWrapper
178 return AuthUtils.getOrgConfiguredAuthenticationChain(orgDN);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginProcess.java159 indexValue = coreServicesWrapper.getOrgConfiguredAuthenticationChain(orgDN);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginProcess.java161 indexValue = coreServicesWrapper.getOrgConfiguredAuthenticationChain(orgDN);
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginProcessTest.java298 given(coreServicesWrapper.getOrgConfiguredAuthenticationChain("ORG_DN")).willReturn("SERVICE_INDEX_VALUE");
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginProcessTest.java298 given(coreServicesWrapper.getOrgConfiguredAuthenticationChain("ORG_DN")).willReturn("SERVICE_INDEX_VALUE");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1766 public static String getOrgConfiguredAuthenticationChain(String orgDN) { method in class:AuthUtils
1768 return ad.getOrgConfiguredAuthenticationChain(orgDN);
H A DAuthD.java1283 public String getOrgConfiguredAuthenticationChain(String orgDN) { method in class:AuthD
1295 debug.error("Error in getOrgConfiguredAuthenticationChain : ", e);
H A DAMLoginContext.java1380 this.indexName = AuthUtils.getOrgConfiguredAuthenticationChain(this.orgDN);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1441 public static String getOrgConfiguredAuthenticationChain(String orgDN) { method in class:AuthUtils
1443 return ad.getOrgConfiguredAuthenticationChain(orgDN);
H A DAuthD.java1233 public String getOrgConfiguredAuthenticationChain(String orgDN) { method in class:AuthD
1245 debug.error("Error in getOrgConfiguredAuthenticationChain : ", e);
H A DAMLoginContext.java1347 this.indexName = AuthUtils.getOrgConfiguredAuthenticationChain(this.orgDN);
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1325 indexName = AuthUtils.getOrgConfiguredAuthenticationChain(orgDN);
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java1347 indexName = AuthUtils.getOrgConfiguredAuthenticationChain(orgDN);

Completed in 98 milliseconds