Searched refs:agentType (Results 1 - 25 of 60) sorted by relevance

123

/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/applications/agents/
H A DNewAgentView.jsm35 render ([realmPath, agentType]) {
37 getInitialState(realmPath, agentType).then((response) => {
45 this.type = agentType;
47 this.data.title = $.t("console.applications.agents.new.title", { agentType });
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentTabManager.java74 * @param agentType Type of agent.
78 public Map getAttributeNames(String agentType, int tabId) { argument
80 List list = getTabs(agentType);
84 (String)list.iterator().next() : getTabName(agentType, tabId);
85 Map map = (Map)tabs.get(agentType);
97 * @param agentType Type of agent.
100 public List getTabs(String agentType) { argument
101 return (List)tabOrder.get(agentType);
107 * @param agentType Type of agent.
110 public String getDefaultTab(String agentType) { argument
122 getSectionOrder(String agentType, String tab) argument
138 isFirstTab(String agentType, String tab) argument
262 getTabName(String agentType, int tabIdx) argument
276 getTabId(String agentType, String tabName) argument
[all...]
H A DAgentAddViewBean.java81 String agentType = getAgentType();
83 if (agentType != null) {
127 String agentType = getAgentType();
130 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
132 } else if (agentType.equals(AgentConfiguration.AGENT_TYPE_WEB)) {
156 String agentType = getAgentType();
157 Object[] param = {model.getLocalizedString("agenttype." + agentType)};
168 String agentType = getAgentType();
185 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
186 agentType
[all...]
H A DGenericAgentProfileViewBean.java105 String agentType = getAgentType();
113 if (isLocalConfig(agentType)) {
115 agentType, isGroup, true, tabName, model);
118 agentType, isGroup,
177 String agentType = getAgentType();
183 if (isLocalConfig(agentType)) {
190 String agentType = getAgentType();
191 if (isLocalConfig(agentType)) {
192 agentType = AgentsViewBean.AGENT_2_2;
195 if (agentType !
296 isLocalConfig(String agentType) argument
[all...]
H A DAgentGroupAddViewBean.java77 String agentType = getAgentType();
78 if (agentType != null) {
122 String agentType = getAgentType();
125 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
127 } else if (agentType.equals(AgentConfiguration.AGENT_TYPE_WEB)) {
151 String agentType = getAgentType();
158 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
159 agentType.equals(AgentConfiguration.AGENT_TYPE_WEB)
164 model.createAgentGroup(curRealm, agentGroupName, agentType,
167 model.createAgentGroup(curRealm, agentGroupName, agentType);
[all...]
H A DAgentsViewBean.java186 String agentType = (String) getPageSessionAttribute(
188 if (agentType != null) {
294 String agentType = getDisplayIDType();
296 Object[] param = {agentType};
298 agentType));
300 "agenttype."+agentType+".help"));
425 String agentType = getDisplayIDType();
427 combinedType = viewCfg.isCombineAgentType(agentType);
429 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
430 agentType
962 getAgentCustomizedViewBean(String agentType) argument
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentTabManager.java74 * @param agentType Type of agent.
78 public Map getAttributeNames(String agentType, int tabId) { argument
80 List list = getTabs(agentType);
84 (String)list.iterator().next() : getTabName(agentType, tabId);
85 Map map = (Map)tabs.get(agentType);
97 * @param agentType Type of agent.
100 public List getTabs(String agentType) { argument
101 return (List)tabOrder.get(agentType);
107 * @param agentType Type of agent.
110 public String getDefaultTab(String agentType) { argument
122 getSectionOrder(String agentType, String tab) argument
138 isFirstTab(String agentType, String tab) argument
262 getTabName(String agentType, int tabIdx) argument
276 getTabId(String agentType, String tabName) argument
[all...]
H A DAgentAddViewBean.java81 String agentType = getAgentType();
83 if (agentType != null) {
127 String agentType = getAgentType();
130 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
132 } else if (agentType.equals(AgentConfiguration.AGENT_TYPE_WEB)) {
156 String agentType = getAgentType();
157 Object[] param = {model.getLocalizedString("agenttype." + agentType)};
168 String agentType = getAgentType();
185 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
186 agentType
[all...]
H A DGenericAgentProfileViewBean.java105 String agentType = getAgentType();
113 if (isLocalConfig(agentType)) {
115 agentType, isGroup, true, tabName, model);
118 agentType, isGroup,
177 String agentType = getAgentType();
183 if (isLocalConfig(agentType)) {
190 String agentType = getAgentType();
191 if (isLocalConfig(agentType)) {
192 agentType = AgentsViewBean.AGENT_2_2;
195 if (agentType !
296 isLocalConfig(String agentType) argument
[all...]
H A DAgentGroupAddViewBean.java77 String agentType = getAgentType();
78 if (agentType != null) {
122 String agentType = getAgentType();
125 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
127 } else if (agentType.equals(AgentConfiguration.AGENT_TYPE_WEB)) {
151 String agentType = getAgentType();
158 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
159 agentType.equals(AgentConfiguration.AGENT_TYPE_WEB)
164 model.createAgentGroup(curRealm, agentGroupName, agentType,
167 model.createAgentGroup(curRealm, agentGroupName, agentType);
[all...]
H A DAgentsViewBean.java186 String agentType = (String) getPageSessionAttribute(
188 if (agentType != null) {
294 String agentType = getDisplayIDType();
296 Object[] param = {agentType};
298 agentType));
300 "agenttype."+agentType+".help"));
425 String agentType = getDisplayIDType();
427 combinedType = viewCfg.isCombineAgentType(agentType);
429 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
430 agentType
962 getAgentCustomizedViewBean(String agentType) argument
[all...]
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgent.java83 String agentType = getStringOptionValue(IArgument.AGENT_TYPE);
101 boolean webJ2EEAgent = agentType.equals("WebAgent") ||
102 agentType.equals("J2EEAgent");
149 String[] params = {realm, agentType, agentName};
185 agentType, false);
187 AgentConfiguration.tagswapAttributeValues(map, agentType,
196 agentName, agentType, map);
199 agentName, agentType, attributeValues);
203 agentType, attributeValues);
212 String[] args = {realm, agentType, agentNam
[all...]
H A DCreateAgentGroup.java75 String agentType = getStringOptionValue(IArgument.AGENT_TYPE);
86 boolean webJ2EEAgent = agentType.equals("WebAgent") ||
87 agentType.equals("J2EEAgent");
95 String[] params = {realm, agentType, groupName};
124 agentType, true);
126 AgentConfiguration.tagswapAttributeValues(map, agentType,
129 groupName, agentType, map);
132 groupName, agentType, attributeValues);
136 groupName, agentType, attributeValues);
144 String[] args = {realm, agentType, groupNam
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java57 private String agentType; field in class:AgentPropertyXMLBuilder
70 * @param agentType Type of agent
80 String agentType,
87 this.agentType = agentType;
94 tabName = mgr.getDefaultTab(agentType);
124 List order = tabMgr.getSectionOrder(agentType, tabName);
146 agentType + "." + tabName + "." + sectionName);
154 if (!bGroup && !olderAgentType && tabMgr.isFirstTab(agentType, tabName)
170 localProperty= AgentConfiguration.getLocalPropertyNames(agentType);
79 AgentPropertyXMLBuilder( String agentType, boolean bGroup, boolean olderAgentType, String tab, AMModel model ) argument
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgent.java83 String agentType = getStringOptionValue(IArgument.AGENT_TYPE);
101 boolean webJ2EEAgent = agentType.equals("WebAgent") ||
102 agentType.equals("J2EEAgent");
149 String[] params = {realm, agentType, agentName};
185 agentType, false);
187 AgentConfiguration.tagswapAttributeValues(map, agentType,
196 agentName, agentType, map);
199 agentName, agentType, attributeValues);
203 agentType, attributeValues);
212 String[] args = {realm, agentType, agentNam
[all...]
H A DCreateAgentGroup.java75 String agentType = getStringOptionValue(IArgument.AGENT_TYPE);
86 boolean webJ2EEAgent = agentType.equals("WebAgent") ||
87 agentType.equals("J2EEAgent");
95 String[] params = {realm, agentType, groupName};
124 agentType, true);
126 AgentConfiguration.tagswapAttributeValues(map, agentType,
129 groupName, agentType, map);
132 groupName, agentType, attributeValues);
136 groupName, agentType, attributeValues);
144 String[] args = {realm, agentType, groupNam
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DAgentPropertyXMLBuilder.java57 private String agentType; field in class:AgentPropertyXMLBuilder
70 * @param agentType Type of agent
80 String agentType,
87 this.agentType = agentType;
94 tabName = mgr.getDefaultTab(agentType);
124 List order = tabMgr.getSectionOrder(agentType, tabName);
146 agentType + "." + tabName + "." + sectionName);
154 if (!bGroup && !olderAgentType && tabMgr.isFirstTab(agentType, tabName)
170 localProperty= AgentConfiguration.getLocalPropertyNames(agentType);
79 AgentPropertyXMLBuilder( String agentType, boolean bGroup, boolean olderAgentType, String tab, AMModel model ) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/identity/idm/
H A DIdentityUtils.java90 String agentType = AgentConfiguration.getAgentType(identity);
91 return AgentConfiguration.AGENT_TYPE_J2EE.equalsIgnoreCase(agentType)
92 || AgentConfiguration.AGENT_TYPE_WEB.equalsIgnoreCase(agentType);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java167 * @param agentType Type of agent group.
180 String agentType,
184 createAgentGroupEx(ssoToken, realm, agentGroupName, agentType,
194 * @param agentType Type of agent group.
210 String agentType,
226 createAgentGroupEx(ssoToken, realm, agentGroupName, agentType,
236 * @param agentType Type of agent group.
249 String agentType,
261 validateAgentType(agentType, true);
264 Map attributeValues = parseAttributeMap(agentType, attrValue
176 createAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues ) argument
206 createAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
245 createAgentGroupEx( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
302 createAgent( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
358 createAgentLocal( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String agentURL ) argument
391 createAgent( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues ) argument
420 createAgentEx( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
475 addAgentRootURLKey(String agentType, Map map) argument
576 tagswapAttributeValues( Map attributeValues, String agentType, FQDNUrl serverURL, FQDNUrl agentURL ) argument
740 updateAttrValues( String agentType, String attrName, Set origValues, Set newValues ) argument
1038 parseAttributeMap(String agentType, Map attrValues) argument
1124 correctAttributeNames(String agentType, Map attrValues) argument
1144 unparseAttributeMap(String agentType, Map attrValues) argument
1308 getAttributesSchemaNames( String agentType, AttributeSchema.Type type ) argument
1366 getDefaultValues(String agentType, boolean bGroup) argument
1393 getChoiceValues(String name, String agentType) argument
1514 getAttributeSchemas( String agentType, Collection names ) argument
1592 supportLocalProperties(String agentType) argument
1603 getLocalPropertyNames(String agentType) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java162 * @param agentType Type of agent group.
175 String agentType,
179 createAgentGroupEx(ssoToken, realm, agentGroupName, agentType,
189 * @param agentType Type of agent group.
205 String agentType,
221 createAgentGroupEx(ssoToken, realm, agentGroupName, agentType,
231 * @param agentType Type of agent group.
244 String agentType,
256 validateAgentType(agentType, true);
259 Map attributeValues = parseAttributeMap(agentType, attrValue
171 createAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues ) argument
201 createAgentGroup( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
240 createAgentGroupEx( SSOToken ssoToken, String realm, String agentGroupName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
297 createAgent( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String serverURL, String agentURL ) argument
353 createAgentLocal( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, String agentURL ) argument
386 createAgent( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues ) argument
415 createAgentEx( SSOToken ssoToken, String realm, String agentName, String agentType, Map attrValues, FQDNUrl serverURL, FQDNUrl agentURL ) argument
466 addAgentRootURLKey(String agentType, Map map) argument
567 tagswapAttributeValues( Map attributeValues, String agentType, FQDNUrl serverURL, FQDNUrl agentURL ) argument
731 updateAttrValues( String agentType, String attrName, Set origValues, Set newValues ) argument
1025 parseAttributeMap(String agentType, Map attrValues) argument
1111 correctAttributeNames(String agentType, Map attrValues) argument
1131 unparseAttributeMap(String agentType, Map attrValues) argument
1295 getAttributesSchemaNames( String agentType, AttributeSchema.Type type ) argument
1353 getDefaultValues(String agentType, boolean bGroup) argument
1380 getChoiceValues(String name, String agentType) argument
1501 getAttributeSchemas( String agentType, Collection names ) argument
1579 supportLocalProperties(String agentType) argument
1590 getLocalPropertyNames(String agentType) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DIdRepoUtils.java113 String agentType = "J2EEAgent";
123 Map map = AgentConfiguration.getDefaultValues(agentType, false);
124 AgentConfiguration.tagswapAttributeValues(map, agentType,
130 id, agentType, map);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/util/
H A DIdRepoUtils.java113 String agentType = "J2EEAgent";
123 Map map = AgentConfiguration.getDefaultValues(agentType, false);
124 AgentConfiguration.tagswapAttributeValues(map, agentType,
130 id, agentType, map);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModel.java70 * @param agentType mainly for agent type.
79 String agentType,
88 * @param agentType mainly for agent type.
94 String agentType,
400 * @param agentType Agent Type.
403 String getServiceNameForIdType(String idType, String agentType); argument
76 getPropertyXMLString( String realmName, String idType, String agentType, boolean bCreate, String viewbeanClassName ) argument
92 getDefaultAttributeValues( String idType, String agentType, boolean bCreate) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModel.java70 * @param agentType mainly for agent type.
79 String agentType,
88 * @param agentType mainly for agent type.
94 String agentType,
400 * @param agentType Agent Type.
403 String getServiceNameForIdType(String idType, String agentType); argument
76 getPropertyXMLString( String realmName, String idType, String agentType, boolean bCreate, String viewbeanClassName ) argument
92 getDefaultAttributeValues( String idType, String agentType, boolean bCreate) argument
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/idm/
H A DRemoveAgentProperty.java46 private static String agentType = AgentConfiguration.AGENT_TYPE_J2EE; field in class:RemoveAgentProperty
58 agentType, attrValues, serverURL, agentURL);

Completed in 56 milliseconds

123