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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthConfigViewBean.java206 String[] param = { getConfigName() };
307 acModel.store(getRealmName(), getConfigName());
350 acModel.reset(getRealmName(), getConfigName());
396 acModel.getXMLValue(getRealmName(), getConfigName()));
423 String xml = acModel.getXMLValue(getRealmName(), getConfigName());
488 acModel.initialize(getRealmName(), getConfigName());
536 private String getConfigName() { method in class:AuthConfigViewBean
556 entryValue = acModel.getXMLValue(getRealmName(), getConfigName());
602 String[] arg = {getConfigName()};
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DAuthConfigViewBean.java206 String[] param = { getConfigName() };
307 acModel.store(getRealmName(), getConfigName());
350 acModel.reset(getRealmName(), getConfigName());
396 acModel.getXMLValue(getRealmName(), getConfigName()));
423 String xml = acModel.getXMLValue(getRealmName(), getConfigName());
488 acModel.initialize(getRealmName(), getConfigName());
536 private String getConfigName() { method in class:AuthConfigViewBean
556 entryValue = acModel.getXMLValue(getRealmName(), getConfigName());
602 String[] arg = {getConfigName()};
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMSDKEventListener.java62 public String getConfigName() { method in class:AMSDKEventListener
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMSDKEventListener.java62 public String getConfigName() { method in class:AMSDKEventListener
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java362 configName = getConfigName(indexType, indexName, orgDN, clientType);
1261 String getConfigName(IndexType indexType, String indexName, String orgDN, String clientType) { method in class:AMLoginContext
1960 configName = getConfigName(indexType, indexName, orgDN, loginState.getClientType());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java383 configName = getConfigName(indexType, indexName, orgDN, clientType);
1228 private String getConfigName(IndexType indexType, String indexName, String orgDN, String clientType) { method in class:AMLoginContext
1912 configName = getConfigName(indexType, indexName, orgDN, authContext.getLoginState().getClientType());

Completed in 41 milliseconds