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

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfiguration.java340 return _applicationUser;
1001 _applicationUser = getProperty(SDKPROP_APP_USERNAME);
1002 if (_applicationUser == null || _applicationUser.trim().length()==0)
1009 + _applicationUser);
1561 private static String _applicationUser; field in class:AgentConfiguration

Completed in 41 milliseconds