Searched defs:AGENT_LOCAL_PROPERTIES (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java87 private static final String AGENT_LOCAL_PROPERTIES = "agentlocaleprop"; field in class:AgentConfiguration
96 ResourceBundle rb = ResourceBundle.getBundle(AGENT_LOCAL_PROPERTIES);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java89 private static final String AGENT_LOCAL_PROPERTIES = "agentlocaleprop"; field in class:AgentConfiguration
98 String agentLocalPropertiesFilePath = String.format("%s.properties", AGENT_LOCAL_PROPERTIES);
100 ResourceBundle rb = ResourceBundle.getBundle(AGENT_LOCAL_PROPERTIES);

Completed in 38 milliseconds