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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentsViewBean.java153 public static final String PROP_LOCAL="local"; field in class:AgentsViewBean
796 setPageSessionAttribute(LOCAL_OR_NOT, PROP_LOCAL);
1017 isLocal = (repo.equalsIgnoreCase(PROP_LOCAL));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentsViewBean.java153 public static final String PROP_LOCAL="local"; field in class:AgentsViewBean
796 setPageSessionAttribute(LOCAL_OR_NOT, PROP_LOCAL);
1017 isLocal = (repo.equalsIgnoreCase(PROP_LOCAL));

Completed in 33 milliseconds