Searched refs:groupName (Results 1 - 25 of 223) sorted by relevance

123456789

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DServerConfigurationNotFound.java26 public ServerConfigurationNotFound(String groupName) { argument
29 "Group Name: {0}", groupName));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/exceptions/
H A DServerConfigurationNotFound.java26 public ServerConfigurationNotFound(String groupName) { argument
29 "Group Name: {0}", groupName));
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerConfigurationFactory.java60 * @param groupName The name of the server group. For example: "default" or "sms".
67 public ServerGroupConfiguration getServerConfiguration(String groupName, LDAPUser.Type authType) argument
69 ServerGroup serverGroup = config.getServerGroup(groupName);
70 ServerInstance instance = config.getServerInstance(groupName, authType);
73 throw new ServerConfigurationNotFound(groupName);
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerConfigurationFactory.java60 * @param groupName The name of the server group. For example: "default" or "sms".
67 public ServerGroupConfiguration getServerConfiguration(String groupName, LDAPUser.Type authType) argument
69 ServerGroup serverGroup = config.getServerGroup(groupName);
70 ServerInstance instance = config.getServerInstance(groupName, authType);
73 throw new ServerConfigurationNotFound(groupName);
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/policy/
H A DFORGEROCK_OPENAM_POLICY_MIBImpl.java49 * @param groupName Name of the group ("SelfEvaluation")
61 protected Object createSelfEvaluationMBean(String groupName, argument
75 * @param groupName Name of the group ("SubtreeEvaluation")
87 protected Object createSubtreeEvaluationMBean(String groupName, argument
110 * @param groupName Name of the group ("SelfTiming")
122 protected Object createSelfTimingMBean(String groupName, argument
137 * @param groupName Name of the group ("SubtreeTiming")
149 protected Object createSubtreeTimingMBean(String groupName, argument
172 * @param groupName Name of the group ("PolicyEvaluation")
184 protected Object createPolicyEvaluationMBean(String groupName, argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/policy/
H A DFORGEROCK_OPENAM_POLICY_MIBImpl.java49 * @param groupName Name of the group ("SelfEvaluation")
61 protected Object createSelfEvaluationMBean(String groupName, argument
75 * @param groupName Name of the group ("SubtreeEvaluation")
87 protected Object createSubtreeEvaluationMBean(String groupName, argument
110 * @param groupName Name of the group ("SelfTiming")
122 protected Object createSelfTimingMBean(String groupName, argument
137 * @param groupName Name of the group ("SubtreeTiming")
149 protected Object createSubtreeTimingMBean(String groupName, argument
172 * @param groupName Name of the group ("PolicyEvaluation")
184 protected Object createPolicyEvaluationMBean(String groupName, argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceListener.java73 * has been changed. The parameter <code>groupName</code> denote the name
82 * @param groupName
90 String groupName, String serviceComponent, int type);
95 * <code>groupName</code> and <code>serviceComponent</code> denotes the
105 * @param groupName
113 String orgName, String groupName, String serviceComponent,
89 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type) argument
112 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int type) argument
H A DServiceConfigManagerImpl.java166 String groupName = SMSUtils.DEFAULT;
168 groupName = ServiceInstanceImpl.getInstance(token,
179 groupName).toString().toLowerCase();
202 String gdn = constructServiceConfigDN(groupName,
205 groupName, "", true);
220 String groupName = SMSUtils.DEFAULT;
222 groupName = ServiceInstanceImpl.getInstance(token,
232 groupName).append(orgdn).toString().toLowerCase();
255 String orgDN = constructServiceConfigDN(groupName,
258 groupName, "", fals
358 containsGroup(SSOToken token, String groupName) argument
475 notifyGlobalConfigChange(String groupName, String comp, int type) argument
495 notifyOrgConfigChange(String orgName, String groupName, String comp, int type) argument
516 constructServiceConfigDN(String groupName, String configName, String orgName) argument
[all...]
H A DServiceConfigImpl.java75 private String groupName; field in class:ServiceConfigImpl
100 String groupName, String compName, boolean globalConfig,
112 this.groupName = groupName;
155 return (groupName);
232 groupName, (serviceComponentName + "/" + SMSSchema
374 hash = 41 * hash + (groupName != null ? groupName.hashCode() : 0);
385 s.groupName.equalsIgnoreCase(groupName)
98 ServiceConfigImpl(ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName, String groupName, String compName, boolean globalConfig, SSOToken token) argument
480 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig) argument
489 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
589 deleteInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
683 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type) argument
697 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int type) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceListener.java73 * has been changed. The parameter <code>groupName</code> denote the name
82 * @param groupName
90 String groupName, String serviceComponent, int type);
95 * <code>groupName</code> and <code>serviceComponent</code> denotes the
105 * @param groupName
113 String orgName, String groupName, String serviceComponent,
89 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type) argument
112 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int type) argument
H A DServiceConfigManagerImpl.java166 String groupName = SMSUtils.DEFAULT;
168 groupName = ServiceInstanceImpl.getInstance(token,
179 groupName).toString().toLowerCase();
202 String gdn = constructServiceConfigDN(groupName,
205 groupName, "", true);
220 String groupName = SMSUtils.DEFAULT;
222 groupName = ServiceInstanceImpl.getInstance(token,
232 groupName).append(orgdn).toString().toLowerCase();
255 String orgDN = constructServiceConfigDN(groupName,
258 groupName, "", fals
358 containsGroup(SSOToken token, String groupName) argument
475 notifyGlobalConfigChange(String groupName, String comp, int type) argument
495 notifyOrgConfigChange(String orgName, String groupName, String comp, int type) argument
516 constructServiceConfigDN(String groupName, String configName, String orgName) argument
[all...]
H A DServiceConfigImpl.java75 private String groupName; field in class:ServiceConfigImpl
100 String groupName, String compName, boolean globalConfig,
112 this.groupName = groupName;
155 return (groupName);
232 groupName, (serviceComponentName + "/" + SMSSchema
374 hash = 41 * hash + (groupName != null ? groupName.hashCode() : 0);
385 s.groupName.equalsIgnoreCase(groupName)
98 ServiceConfigImpl(ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, CachedSMSEntry entry, String orgName, String groupName, String compName, boolean globalConfig, SSOToken token) argument
477 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig) argument
486 getInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
586 deleteInstance(SSOToken token, ServiceConfigManagerImpl scm, ServiceSchemaImpl ss, String dn, String oName, String groupName, String compName, boolean globalConfig, ServiceSchemaImpl parentSS) argument
680 globalConfigChanged(String serviceName, String version, String groupName, String serviceComponent, int type) argument
694 organizationConfigChanged(String serviceName, String version, String orgName, String groupName, String serviceComponent, int type) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSUN_OPENSSO_SERVER_MIBImpl.java80 * @param groupName Name of the group ("SsoServerInstance")
94 String groupName,
124 * @param groupName Name of the group ("SsoServerFedEntities")
138 String groupName,
169 * @param groupName Name of the group ("SsoServerFedCOTs")
183 String groupName,
212 * @param groupName Name of the group ("SsoServerSAML2Svc")
226 String groupName,
256 * @param groupName Name of the group ("SsoServerSAML1Svc")
270 String groupName,
93 createSsoServerInstanceMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
137 createSsoServerFedEntitiesMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
182 createSsoServerFedCOTsMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
225 createSsoServerSAML2SvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
269 createSsoServerSAML1SvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
314 createSsoServerIdRepoSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
359 createSsoServerSvcMgmtSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
403 createSsoServerPolicySvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
447 createSsoServerLoggingSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
491 createSsoServerSessSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
535 createSsoServerAuthSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
579 createSsoServerTopologyMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
623 createSsoServerEntitlementSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
643 createSsoServerConnPoolSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
687 createSsoServerWSSAgentsMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
731 createSsoServerPolicyAgentsMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
776 createSsoServerIDFFSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/monitoring/
H A DSUN_OPENSSO_SERVER_MIBImpl.java80 * @param groupName Name of the group ("SsoServerInstance")
94 String groupName,
124 * @param groupName Name of the group ("SsoServerFedEntities")
138 String groupName,
169 * @param groupName Name of the group ("SsoServerFedCOTs")
183 String groupName,
212 * @param groupName Name of the group ("SsoServerSAML2Svc")
226 String groupName,
256 * @param groupName Name of the group ("SsoServerSAML1Svc")
270 String groupName,
93 createSsoServerInstanceMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
137 createSsoServerFedEntitiesMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
182 createSsoServerFedCOTsMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
225 createSsoServerSAML2SvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
269 createSsoServerSAML1SvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
314 createSsoServerIdRepoSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
359 createSsoServerSvcMgmtSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
403 createSsoServerPolicySvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
447 createSsoServerLoggingSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
491 createSsoServerSessSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
535 createSsoServerAuthSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
579 createSsoServerTopologyMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
623 createSsoServerEntitlementSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
643 createSsoServerConnPoolSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
687 createSsoServerWSSAgentsMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
731 createSsoServerPolicyAgentsMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
776 createSsoServerIDFFSvcMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/session/
H A DFORGEROCK_OPENAM_SESSION_MIBImpl.java49 * @param groupName Name of the group ("CtsSessions")
61 protected Object createCtsSessionsMBean(String groupName, argument
80 * @param groupName Name of the group ("InternalSessions")
92 protected Object createInternalSessionsMBean(String groupName, argument
111 * @param groupName Name of the group ("RemoteSessions")
123 protected Object createRemoteSessionsMBean(String groupName, argument
139 protected StatelessSessions createStatelessSessionsMBean(String groupName, String groupOid, argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/session/
H A DFORGEROCK_OPENAM_SESSION_MIBImpl.java49 * @param groupName Name of the group ("CtsSessions")
61 protected Object createCtsSessionsMBean(String groupName, argument
80 * @param groupName Name of the group ("InternalSessions")
92 protected Object createInternalSessionsMBean(String groupName, argument
111 * @param groupName Name of the group ("RemoteSessions")
123 protected Object createRemoteSessionsMBean(String groupName, argument
139 protected StatelessSessions createStatelessSessionsMBean(String groupName, String groupOid, argument
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DFORGEROCK_OPENAM_CTS_MIBImpl.java55 * @param groupName Name of the group ("SsoServerTopology")
69 String groupName,
97 * @param groupName Name of the group ("CtsConnectionSuccessRate")
109 protected Object createCtsConnectionSuccessRateMBean(String groupName, argument
124 * @param groupName Name of the group ("CtsConnectionFailureRate")
136 protected Object createCtsConnectionFailureRateMBean(String groupName, argument
68 createCtsMonitoringMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/monitoring/cts/
H A DFORGEROCK_OPENAM_CTS_MIBImpl.java55 * @param groupName Name of the group ("SsoServerTopology")
69 String groupName,
97 * @param groupName Name of the group ("CtsConnectionSuccessRate")
109 protected Object createCtsConnectionSuccessRateMBean(String groupName, argument
124 * @param groupName Name of the group ("CtsConnectionFailureRate")
136 protected Object createCtsConnectionFailureRateMBean(String groupName, argument
68 createCtsMonitoringMBean( String groupName, String groupOid, ObjectName groupObjname, MBeanServer server) argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java96 public Set<String> getMembers(String groupName, argument
102 public void deleteGroup(String groupName, argument
105 public void createGroup(String groupName, argument
108 public void deleteMembersFromGroup(Set<String> members, String groupName, argument
111 public void addMembersToGroup(Set<String> members, String groupName, argument
124 public Map<String, Set<String>> getGroupAttributes(String groupName, argument
/forgerock/openidm-v4/openidm-quartz-fragment/src/main/java/org/forgerock/openidm/quartz/impl/
H A DRepoJobStore.java285 private String getTriggerGroupsRepoId(String groupName) { argument
288 .append(groupName).toString();
329 private String getJobGroupsRepoId(String groupName) { argument
331 return sb.append(getIdPrefix()).append("jobGroups/").append(groupName).toString();
544 String groupName = trigger.getKey().getGroup();
545 String triggerId = getTriggersRepoId(groupName, triggerName);
549 tgw = getOrCreateTriggerGroupWrapper(groupName);
568 TriggerWrapper oldTw = getTriggerWrapper(groupName, triggerName);
578 UpdateRequest r = Requests.newUpdateRequest(getTriggerGroupsRepoId(groupName), tgw.getValue());
747 public String[] getJobNames(SchedulingContext context, String groupName) argument
837 getTriggerNames(SchedulingContext context, String groupName) argument
868 getTriggersForJob(SchedulingContext context, String jobName, String groupName) argument
899 pauseJob(SchedulingContext context, String jobName, String groupName) argument
910 pauseJobGroup(SchedulingContext context, String groupName) argument
975 pauseTriggerGroup(SchedulingContext context, String groupName) argument
1046 removeJob(SchedulingContext arg0, String jobName, String groupName) argument
1084 removeTrigger(SchedulingContext context, String triggerName, String groupName) argument
1150 replaceTrigger(SchedulingContext context, String triggerName, String groupName, Trigger newTrigger) argument
1189 resumeJob(SchedulingContext context, String jobName, String groupName) argument
1200 resumeJobGroup(SchedulingContext context, String groupName) argument
1263 resumeTriggerGroup(SchedulingContext context, String groupName) argument
1635 getOrCreateTriggerGroupWrapper(String groupName) argument
1668 getOrCreateJobGroupWrapper(String groupName) argument
1927 addTriggerGroupName(String groupName) argument
1939 addJobGroupName(String groupName) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DDaoInterface.java96 public Set<String> getMembers(String groupName, argument
102 public void deleteGroup(String groupName, argument
105 public void createGroup(String groupName, argument
108 public void deleteMembersFromGroup(Set<String> members, String groupName, argument
111 public void addMembersToGroup(Set<String> members, String groupName, argument
124 public Map<String, Set<String>> getGroupAttributes(String groupName, argument
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/
H A DTabSearch.js70 _.each(properties, (group, groupName) => {
71 selectize.addOptionGroup(groupName, {
78 optgroup: groupName
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgentGroup.java74 String groupName = getStringOptionValue(IArgument.AGENT_GROUP_NAME);
95 String[] params = {realm, agentType, groupName};
129 groupName, agentType, map);
132 groupName, agentType, attributeValues);
136 groupName, agentType, attributeValues);
144 String[] args = {realm, agentType, groupName, e.getMessage()};
150 String[] args = {realm, agentType, groupName, e.getMessage()};
156 String[] args = {realm, agentType, groupName, e.getMessage()};
162 String[] args = {realm, agentType, groupName, e.getMessage()};
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/agentconfig/
H A DCreateAgentGroup.java74 String groupName = getStringOptionValue(IArgument.AGENT_GROUP_NAME);
95 String[] params = {realm, agentType, groupName};
129 groupName, agentType, map);
132 groupName, agentType, attributeValues);
136 groupName, agentType, attributeValues);
144 String[] args = {realm, agentType, groupName, e.getMessage()};
150 String[] args = {realm, agentType, groupName, e.getMessage()};
156 String[] args = {realm, agentType, groupName, e.getMessage()};
162 String[] args = {realm, agentType, groupName, e.getMessage()};
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DCMListener.java64 * data has been changed. The parameter <code>groupName</code> denote
71 * @param groupName name of the configuration grouping.
80 String groupName,
84 organizationConfigChanged(serviceName, version, null, groupName,
77 globalConfigChanged( String serviceName, String version, String groupName, String componentName, int type ) argument

Completed in 98 milliseconds

123456789