Searched refs:SERVICE_NAME (Results 51 - 75 of 299) sorted by relevance

1234567891011>>

/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java50 public static final String SERVICE_NAME = field in class:SMDiscoveryServiceModelImpl
64 super(req, SERVICE_NAME, map);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredAuthServices.java99 ServiceConfigManager scm = new ServiceConfigManager(SERVICE_NAME, adminToken);
138 protected static final String SERVICE_NAME = "iPlanetAMAuthConfiguration"; field in class:ConfiguredAuthServices
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java196 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
235 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
274 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
309 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
365 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
412 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
444 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
502 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
538 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
574 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
[all...]
/forgerock/openam/openam-test/src/test/java/com/sun/identity/cli/schema/
H A DSchemaTest.java196 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
235 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
274 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
309 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
365 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
412 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
444 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
502 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
538 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
574 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptEngineConfigurator.java80 String listenerId = new ServiceConfigManager(SERVICE_NAME, getAdminToken()).addListener(this);
118 if (!SERVICE_NAME.equals(serviceName) || StringUtils.isEmpty(serviceComponent)) {
177 new ServiceConfigManager(SERVICE_NAME, getAdminToken()).getGlobalConfig("default");
194 + context.name() + "' in service '" + SERVICE_NAME + "'. Using default configuration.");
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DScriptEngineConfiguratorTest.java139 mockEngineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
157 mockEngineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
175 mockEngineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
188 engineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DIArgument.java50 String SERVICE_NAME = "servicename"; field in interface:IArgument
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DGetServiceRevisionNumber.java56 String serviceName = getStringOptionValue(IArgument.SERVICE_NAME);
H A DSchemaCommand.java65 String serviceName = getStringOptionValue(IArgument.SERVICE_NAME);
92 String serviceName = getStringOptionValue(IArgument.SERVICE_NAME);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServiceViewBeanBase.java60 public static final String SERVICE_NAME = "serviceName"; field in class:ServiceViewBeanBase
195 SERVICE_NAME);
235 String serviceName = (String)getPageSessionAttribute(SERVICE_NAME);
297 SERVICE_NAME);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DExcludedServicesFactory.java50 EntitlementService.SERVICE_NAME,
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaConstants.java33 public static final String SERVICE_NAME = "UmaProvider"; field in class:UmaConstants
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptEngineConfigurator.java80 String listenerId = new ServiceConfigManager(SERVICE_NAME, getAdminToken()).addListener(this);
118 if (!SERVICE_NAME.equals(serviceName) || StringUtils.isEmpty(serviceComponent)) {
177 new ServiceConfigManager(SERVICE_NAME, getAdminToken()).getGlobalConfig("default");
194 + context.name() + "' in service '" + SERVICE_NAME + "'. Using default configuration.");
/forgerock/openam/openam-scripting/src/test/java/org/forgerock/openam/scripting/
H A DScriptEngineConfiguratorTest.java139 mockEngineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
157 mockEngineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
175 mockEngineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
188 engineConfigurator.globalConfigChanged(ScriptConstants.SERVICE_NAME, "", "", serviceComponent, 0);
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DIArgument.java50 String SERVICE_NAME = "servicename"; field in interface:IArgument
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DGetServiceRevisionNumber.java56 String serviceName = getStringOptionValue(IArgument.SERVICE_NAME);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServiceViewBeanBase.java60 public static final String SERVICE_NAME = "serviceName"; field in class:ServiceViewBeanBase
195 SERVICE_NAME);
235 String serviceName = (String)getPageSessionAttribute(SERVICE_NAME);
297 SERVICE_NAME);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DExcludedServicesFactory.java49 EntitlementService.SERVICE_NAME,
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DUmaConstants.java33 public static final String SERVICE_NAME = "UmaProvider"; field in class:UmaConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java289 SERVICE_NAME, mgr.createSSOToken(new AuthPrincipal(
411 if (serviceName.toLowerCase().equals(SERVICE_NAME)) {
418 if (serviceName.toLowerCase().equals(SERVICE_NAME)) {
426 if (serviceName.toLowerCase().equals(SERVICE_NAME)) {
457 private static final String SERVICE_NAME = "dai"; field in class:AdminInterfaceUtils
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/admin/
H A DAdminInterfaceUtils.java289 SERVICE_NAME, mgr.createSSOToken(new AuthPrincipal(
411 if (serviceName.toLowerCase().equals(SERVICE_NAME)) {
418 if (serviceName.toLowerCase().equals(SERVICE_NAME)) {
426 if (serviceName.toLowerCase().equals(SERVICE_NAME)) {
457 private static final String SERVICE_NAME = "dai"; field in class:AdminInterfaceUtils
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/services/
H A DMailService.java112 MailServerImpl.SERVICE_NAME, MailServerImpl.SERVICE_VERSION);
117 throw new InternalServerErrorException("Cannot create the service " + MailServerImpl.SERVICE_NAME, e);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entity/
H A DEntityObject.java44 private static String SERVICE_NAME = "EntityObjectIF"; field in class:EntityObject
62 client = new SOAPClient(SERVICE_NAME);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/jaxrpc/
H A DLibertyManagerClient.java59 private static final String SERVICE_NAME = "LibertyManagerIF"; field in class:LibertyManagerClient
60 private static SOAPClient client = new SOAPClient(SERVICE_NAME);
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/cli/realm/
H A DRealmTest.java181 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
207 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
228 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
256 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
354 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
379 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
417 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,
452 CLIConstants.PREFIX_ARGUMENT_LONG + IArgument.SERVICE_NAME,

Completed in 178 milliseconds

1234567891011>>