Searched defs:bGroup (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java58 private boolean bGroup; field in class:AgentPropertyXMLBuilder
71 * @param bGroup <code>true</code> if this is for agent group.
81 boolean bGroup,
88 this.bGroup = bGroup;
154 if (!bGroup && !olderAgentType && tabMgr.isFirstTab(agentType, tabName)
169 if (localized && !bGroup) {
180 } else if (bGroup) {
79 AgentPropertyXMLBuilder( String agentType, boolean bGroup, boolean olderAgentType, String tab, AMModel model ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java58 private boolean bGroup; field in class:AgentPropertyXMLBuilder
71 * @param bGroup <code>true</code> if this is for agent group.
81 boolean bGroup,
88 this.bGroup = bGroup;
154 if (!bGroup && !olderAgentType && tabMgr.isFirstTab(agentType, tabName)
169 if (localized && !bGroup) {
180 } else if (bGroup) {
79 AgentPropertyXMLBuilder( String agentType, boolean bGroup, boolean olderAgentType, String tab, AMModel model ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java1348 * @param bGroup <code>true</code> if this is for a group.
1353 public static Map getDefaultValues(String agentType, boolean bGroup) argument
1364 if (bGroup) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java1361 * @param bGroup <code>true</code> if this is for a group.
1366 public static Map getDefaultValues(String agentType, boolean bGroup) argument
1377 if (bGroup) {

Completed in 37 milliseconds