Searched refs:getAuthConfigName (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java219 public static String getAuthConfigName( method in class:AMAuthConfigUtils
253 public static String getAuthConfigName( method in class:AMAuthConfigUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java221 public static String getAuthConfigName( method in class:AMAuthConfigUtils
255 public static String getAuthConfigName( method in class:AMAuthConfigUtils
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1267 configName = AMAuthConfigUtils.getAuthConfigName(orgDN, "html");
1280 configName = AMAuthConfigUtils.getAuthConfigName(indexType, universalID, orgDN, clientType);
H A DLoginState.java1140 setSuccessLoginURL(AuthContext.IndexType.SERVICE, getAuthConfigName(indexType, indexName));
1497 String finalAuthConfig = getAuthConfigName(indexType, indexName);
4682 newServiceName = getAuthConfigName(indexType, indexName);
6006 String getAuthConfigName(AuthContext.IndexType indexType, method in class:LoginState
6038 DEBUG.message("getAuthConfigName:finalAuthConfigName = "
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1234 configName = AMAuthConfigUtils.getAuthConfigName(orgDN, "html");
1247 configName = AMAuthConfigUtils.getAuthConfigName(indexType, universalID, orgDN, clientType);
H A DLoginState.java1094 setSuccessLoginURL(AuthContext.IndexType.SERVICE, getAuthConfigName(indexType, indexName));
1458 String finalAuthConfig = getAuthConfigName(indexType, indexName);
4583 newServiceName = getAuthConfigName(indexType, indexName);
5880 private String getAuthConfigName(AuthContext.IndexType indexType, method in class:LoginState
5907 DEBUG.message("getAuthConfigName:finalAuthConfigName = "

Completed in 440 milliseconds