Searched defs:getServiceNames (Results 1 - 22 of 22) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCConfigModel.java55 List getServiceNames(String sectionName); method in interface:SCConfigModel
H A DSCConfigModelImpl.java90 getServiceNames();
112 public List getServiceNames(String sectionName) { method in class:SCConfigModelImpl
120 private void getServiceNames() { method in class:SCConfigModelImpl
123 Set serviceNames = sm.getServiceNames();
161 debug.error("SCConfigModelImpl.getServiceNames", ssoe);
163 debug.error("SCConfigModelImpl.getServiceNames", smse);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCConfigModel.java55 List getServiceNames(String sectionName); method in interface:SCConfigModel
H A DSCConfigModelImpl.java90 getServiceNames();
112 public List getServiceNames(String sectionName) { method in class:SCConfigModelImpl
120 private void getServiceNames() { method in class:SCConfigModelImpl
123 Set serviceNames = sm.getServiceNames();
161 debug.error("SCConfigModelImpl.getServiceNames", ssoe);
163 debug.error("SCConfigModelImpl.getServiceNames", smse);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DRestUtils.java105 for (Iterator i = getServiceNames().iterator(); i.hasNext() && !isAdmin; ) {
118 private static Set<String> getServiceNames() throws SMSException, SSOException { method in class:RestUtils
121 return sm.getServiceNames();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAccessControlModelImpl.java146 Set services = getServiceNames();
161 private Set getServiceNames() { method in class:AccessControlModelImpl
167 serviceNames = sm.getServiceNames();
170 "AccessControlModelImpl.getServiceNames", e);
173 "AccessControlModelImpl.getServiceNames", e);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAccessControlModelImpl.java146 Set services = getServiceNames();
161 private Set getServiceNames() { method in class:AccessControlModelImpl
167 serviceNames = sm.getServiceNames();
170 "AccessControlModelImpl.getServiceNames", e);
173 "AccessControlModelImpl.getServiceNames", e);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DUpdateService.java98 List serviceNames = getServiceNames(
115 List serviceNames = getServiceNames(
236 private List getServiceNames(Document doc) { method in class:UpdateService
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DUpdateService.java98 List serviceNames = getServiceNames(
115 List serviceNames = getServiceNames(
236 private List getServiceNames(Document doc) { method in class:UpdateService
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityServicesViewBean.java114 getServiceNames();
146 private void getServiceNames() { method in class:EntityServicesViewBean
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/realm/
H A DServicesViewBean.java134 getServiceNames();
182 private void getServiceNames() { method in class:ServicesViewBean
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DEntityServicesViewBean.java114 getServiceNames();
146 private void getServiceNames() { method in class:EntityServicesViewBean
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/realm/
H A DServicesViewBean.java143 getServiceNames();
192 private void getServiceNames() { method in class:ServicesViewBean
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMTabEntry.java279 public Set getServiceNames() { method in class:AMTabEntry
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/rest/
H A DRestUtils.java146 for (Iterator i = getServiceNames(role).iterator(); i.hasNext(); ) {
173 private static Set<String> getServiceNames(String role) throws SMSException, SSOException { method in class:RestUtils
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMTabEntry.java279 public Set getServiceNames() { method in class:AMTabEntry
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceManager.java242 public Set getServiceNames() throws SMSException { method in class:ServiceManager
272 Set sNames = getServiceNames();
1342 Set serviceNames = getServiceNames();
H A DOrganizationConfigManager.java226 Set serviceNames = getServiceNames(token);
1294 static Set getServiceNames(SSOToken token) throws SMSException, method in class:OrganizationConfigManager
1317 for (Iterator names = getServiceNames(token).iterator(); names
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceManager.java242 public Set<String> getServiceNames() throws SMSException { method in class:ServiceManager
272 Set sNames = getServiceNames();
1346 Set serviceNames = getServiceNames();
H A DOrganizationConfigManager.java233 Set serviceNames = getServiceNames(token);
1357 static Set getServiceNames(SSOToken token) throws SMSException, method in class:OrganizationConfigManager
1380 for (Iterator names = getServiceNames(token).iterator(); names
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java546 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);
820 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);
937 Set serviceNames = sm.getServiceNames();
952 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", so);
955 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);
969 public Set getServiceNames() throws AMException { method in class:AMStoreConnection
973 return sm.getServiceNames();
975 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", so);
978 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMStoreConnection.java548 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);
822 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);
939 Set serviceNames = sm.getServiceNames();
954 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", so);
957 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);
971 public Set getServiceNames() throws AMException { method in class:AMStoreConnection
975 return sm.getServiceNames();
977 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", so);
980 AMCommonUtils.debug.error("AMStoreConnection.getServiceNames(): ", se);

Completed in 137 milliseconds