Searched refs:SERVICE_NAME (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMServiceProfile.java35 String SERVICE_NAME = "serviceName"; field in interface:AMServiceProfile
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMServiceProfile.java35 String SERVICE_NAME = "serviceName"; field in interface:AMServiceProfile
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java61 static final String SERVICE_NAME = "serviceName"; field in class:RemoveListenerRequest
123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
127 SERVICE_NAME);
128 String objs[] = { SERVICE_NAME };
155 SERVICE_NAME + "=\"" + serviceName + "\" " +
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/remote/
H A DRemoveListenerRequest.java61 static final String SERVICE_NAME = "serviceName"; field in class:RemoveListenerRequest
123 String attr = XMLUtils.getNodeAttributeValue(pNode, SERVICE_NAME);
127 SERVICE_NAME);
128 String objs[] = { SERVICE_NAME };
155 SERVICE_NAME + "=\"" + serviceName + "\" " +
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DEntitlementTest.java47 private static String SERVICE_NAME = "iPlanetAMWebAgentService"; field in class:EntitlementTest
54 Entitlement ent = new Entitlement(SERVICE_NAME, resourceName, actionValues);
57 Entitlement ent1 = new Entitlement(SERVICE_NAME, resourceName, actionValues);
76 Entitlement ent = new Entitlement(SERVICE_NAME, resourceName, actionValues);
79 Entitlement ent1 = new Entitlement(SERVICE_NAME, resourceName, actionValues);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DEntitlementTest.java47 private static String SERVICE_NAME = "iPlanetAMWebAgentService"; field in class:EntitlementTest
54 Entitlement ent = new Entitlement(SERVICE_NAME, resourceName, actionValues);
57 Entitlement ent1 = new Entitlement(SERVICE_NAME, resourceName, actionValues);
76 Entitlement ent = new Entitlement(SERVICE_NAME, resourceName, actionValues);
79 Entitlement ent1 = new Entitlement(SERVICE_NAME, resourceName, actionValues);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCPlatformModelImpl.java45 public static final String SERVICE_NAME = field in class:SCPlatformModelImpl
56 super(req, SERVICE_NAME, map);
H A DSCSAML2SOAPBindingModelImpl.java48 public static final String SERVICE_NAME = field in class:SCSAML2SOAPBindingModelImpl
64 super(req, SERVICE_NAME, map);
H A DSCSOAPBindingModelImpl.java44 public static final String SERVICE_NAME = field in class:SCSOAPBindingModelImpl
60 super(req, SERVICE_NAME, map);
H A DSMG11NModelImpl.java48 public static final String SERVICE_NAME = field in class:SMG11NModelImpl
67 super(req, SERVICE_NAME, map);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSCPlatformModelImpl.java45 public static final String SERVICE_NAME = field in class:SCPlatformModelImpl
56 super(req, SERVICE_NAME, map);
H A DSCSAML2SOAPBindingModelImpl.java48 public static final String SERVICE_NAME = field in class:SCSAML2SOAPBindingModelImpl
64 super(req, SERVICE_NAME, map);
H A DSCSOAPBindingModelImpl.java44 public static final String SERVICE_NAME = field in class:SCSOAPBindingModelImpl
60 super(req, SERVICE_NAME, map);
H A DSMG11NModelImpl.java48 public static final String SERVICE_NAME = field in class:SMG11NModelImpl
67 super(req, SERVICE_NAME, map);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServicesNoAttributeViewBean.java52 String lserviceName = (String)getPageSessionAttribute(SERVICE_NAME);
60 String serviceName = (String)getPageSessionAttribute(SERVICE_NAME);
98 (String)getPageSessionAttribute(SERVICE_NAME));
111 (String)getPageSessionAttribute(SERVICE_NAME));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/
H A DServicesNoAttributeViewBean.java52 String lserviceName = (String)getPageSessionAttribute(SERVICE_NAME);
60 String serviceName = (String)getPageSessionAttribute(SERVICE_NAME);
98 (String)getPageSessionAttribute(SERVICE_NAME));
111 (String)getPageSessionAttribute(SERVICE_NAME));
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DCoreRestDevicesGuiceModule.java84 @Named(AuthenticatorPushService.SERVICE_NAME)
87 AuthenticatorPushService.SERVICE_NAME, AuthenticatorPushService.SERVICE_VERSION);
91 @Named(AuthenticatorOathService.SERVICE_NAME)
94 AuthenticatorOathService.SERVICE_NAME, AuthenticatorOathService.SERVICE_VERSION);
103 @Named(AuthenticatorOathService.SERVICE_NAME) ServiceConfigManager serviceConfigManager) {
114 @Named(AuthenticatorPushService.SERVICE_NAME) ServiceConfigManager serviceConfigManager) {
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeServiceConfig.java54 ServiceConfig orgConfig = new ServiceConfigManager(SERVICE_NAME, token).getOrganizationConfig(realm, null);
56 throw new SMSException("Configuration '" + SERVICE_NAME + "' in realm '" + realm +
76 throw new SMSException("Configuration '" + configName + "' in organization '" + SERVICE_NAME +
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/configuration/
H A DResourceTypeServiceConfig.java55 ServiceConfig orgConfig = new ServiceConfigManager(SERVICE_NAME, token).getOrganizationConfig(realm, null);
57 throw new SMSException("Configuration '" + SERVICE_NAME + "' in realm '" + realm +
77 throw new SMSException("Configuration '" + configName + "' in organization '" + SERVICE_NAME +
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdConstants.java76 public static final String SERVICE_NAME = "servicename"; field in interface:IdConstants
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdConstants.java76 public static final String SERVICE_NAME = "servicename"; field in interface:IdConstants
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/webservices/model/
H A DWSAuthNServicesModelImpl.java44 public static final String SERVICE_NAME = field in class:WSAuthNServicesModelImpl
61 super(req, SERVICE_NAME, map);
H A DWSPersonalProfileServiceModelImpl.java45 public static final String SERVICE_NAME = field in class:WSPersonalProfileServiceModelImpl
66 super(req, SERVICE_NAME, map);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/webservices/model/
H A DWSAuthNServicesModelImpl.java44 public static final String SERVICE_NAME = field in class:WSAuthNServicesModelImpl
61 super(req, SERVICE_NAME, map);
H A DWSPersonalProfileServiceModelImpl.java45 public static final String SERVICE_NAME = field in class:WSPersonalProfileServiceModelImpl
66 super(req, SERVICE_NAME, map);

Completed in 135 milliseconds

1234567891011>>