Searched refs:GLOBAL (Results 1 - 25 of 94) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSchema.java46 * The <code>GLOBAL</code> schema type defines the service
54 public static final Type GLOBAL = new Type(SchemaType.GLOBAL); field in class:AMSchema.Type
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSchema.java46 * The <code>GLOBAL</code> schema type defines the service
54 public static final Type GLOBAL = new Type(SchemaType.GLOBAL); field in class:AMSchema.Type
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java91 Object sectionTitle = mapSchemaTypeToName.get(SchemaType.GLOBAL);
95 map.put(SchemaType.GLOBAL, set);
142 SchemaType.GLOBAL);
145 (String)mapSchemaTypeToName.get(SchemaType.GLOBAL));
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/property/
H A DSubConfigPropertyXMLBuilder.java91 Object sectionTitle = mapSchemaTypeToName.get(SchemaType.GLOBAL);
95 map.put(SchemaType.GLOBAL, set);
142 SchemaType.GLOBAL);
145 (String)mapSchemaTypeToName.get(SchemaType.GLOBAL));
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java110 SchemaType.GLOBAL);
130 ServiceSchema schema = mgr.getSchema(SchemaType.GLOBAL);
171 ServiceSchema global = mgr.getSchema(SchemaType.GLOBAL);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSMDiscoveryServiceModelImpl.java110 SchemaType.GLOBAL);
130 ServiceSchema schema = mgr.getSchema(SchemaType.GLOBAL);
171 ServiceSchema global = mgr.getSchema(SchemaType.GLOBAL);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSchemaType.java34 * objects are <code>SchemaType.GLOBAL</code>, <code>
51 * The <code>GLOBAL</code> schema type defines the service configuration
58 public static final SchemaType GLOBAL = new SchemaType("Global"); field in class:SchemaType
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DDebugLogPublisher.java53 private static final String GLOBAL= "_global"; field in class:DebugLogPublisher
154 settings = classTraceSettings.get(GLOBAL);
177 setClassSettings(GLOBAL, settings);
246 removedSettings = classTraceSettings.remove(GLOBAL);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSchemaType.java34 * objects are <code>SchemaType.GLOBAL</code>, <code>
51 * The <code>GLOBAL</code> schema type defines the service configuration
58 public static final SchemaType GLOBAL = new SchemaType("Global"); field in class:SchemaType
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDebugLogPublisher.java61 private static final String GLOBAL= "_global"; field in class:DebugLogPublisher
157 if (value == null) value= classTraceSettings.get(GLOBAL);
184 setClassSettings(GLOBAL, settings);
219 return classTraceSettings.get(GLOBAL);
270 removedSettings = classTraceSettings.remove(GLOBAL);
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDebugLogPublisher.java62 private static final String GLOBAL= "_global"; field in class:DebugLogPublisher
158 if (value == null) value= classTraceSettings.get(GLOBAL);
185 setClassSettings(GLOBAL, settings);
220 return classTraceSettings.get(GLOBAL);
271 removedSettings = classTraceSettings.remove(GLOBAL);
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDebugLogPublisher.java62 private static final String GLOBAL= "_global"; field in class:DebugLogPublisher
158 if (value == null) value= classTraceSettings.get(GLOBAL);
185 setClassSettings(GLOBAL, settings);
220 return classTraceSettings.get(GLOBAL);
271 removedSettings = classTraceSettings.remove(GLOBAL);
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDebugLogPublisher.java61 private static final String GLOBAL= "_global"; field in class:DebugLogPublisher
157 if (value == null) value= classTraceSettings.get(GLOBAL);
184 setClassSettings(GLOBAL, settings);
219 return classTraceSettings.get(GLOBAL);
270 removedSettings = classTraceSettings.remove(GLOBAL);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DDebugLogPublisher.java62 private static final String GLOBAL= "_global"; field in class:DebugLogPublisher
158 if (value == null) value= classTraceSettings.get(GLOBAL);
185 setClassSettings(GLOBAL, settings);
220 return classTraceSettings.get(GLOBAL);
271 removedSettings = classTraceSettings.remove(GLOBAL);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DServiceListeners.java78 GLOBAL, enum constant in enum:ServiceListeners.ConfigType
110 add(ConfigType.GLOBAL, action);
139 for (Action a : actions.get(ConfigType.GLOBAL)) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DServiceListeners.java78 GLOBAL, enum constant in enum:ServiceListeners.ConfigType
110 add(ConfigType.GLOBAL, action);
139 for (Action a : actions.get(ConfigType.GLOBAL)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DGlobalAuditConfigModel.java66 return singleton(SchemaType.GLOBAL);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DExcludedServicesFactory.java62 if (type == SchemaType.GLOBAL) {
H A DSmsSingletonProvider.java80 Reject.ifTrue(type != SchemaType.GLOBAL && type != SchemaType.ORGANIZATION, "Unsupported type: " + type);
134 if (SchemaType.GLOBAL.equals(type)) {
192 if (type == SchemaType.GLOBAL) {
224 if (type == SchemaType.GLOBAL) {
285 if (type == SchemaType.GLOBAL) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/audit/model/
H A DGlobalAuditConfigModel.java66 return singleton(SchemaType.GLOBAL);
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DExcludedServicesFactory.java61 if (type == SchemaType.GLOBAL) {
H A DSmsSingletonProvider.java111 Reject.ifTrue(type != SchemaType.GLOBAL && type != SchemaType.ORGANIZATION, "Unsupported type: " + type);
166 return (type != SchemaType.GLOBAL)
191 if (SchemaType.GLOBAL.equals(type)) {
235 if (type == SchemaType.GLOBAL) {
288 if (type == SchemaType.GLOBAL) {
389 if (type == SchemaType.GLOBAL) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java83 Node globalNode = XMLUtils.getChildNode(schemaNode, GLOBAL);
204 private static final String GLOBAL = "Global"; field in class:AllowedModulesChoiceValues
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAllowedModulesChoiceValues.java83 Node globalNode = XMLUtils.getChildNode(schemaNode, GLOBAL);
204 private static final String GLOBAL = "Global"; field in class:AllowedModulesChoiceValues
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/
H A DSmsRestRouteProvider.java59 .toRequestHandler(STARTS_WITH, smsRequestHandlerFactory.create(SchemaType.GLOBAL));

Completed in 90 milliseconds

1234