Searched refs:ON (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebugLevel.java52 ON(4, "on"); enum constant in enum:DebugLevel
94 } else if (ON.level == strLevel) {
95 return ON;
H A DIDebug.java73 public static final int ON = DebugLevel.ON.getLevel(); field in interface:IDebug
103 public static final String STR_ON = DebugLevel.ON.getName();
123 * <li><code>ON</code>
141 * <li><code>ON</code>
H A DDebug.java59 * <code>ON</code>. A given debug level/state is enabled if the debug
64 * <code>MESSAGE</code> and <code>ON</code> are of the same levels; the
66 * whereas <code>ON</code> writes to System.out.
144 public static final int ON = 4; field in class:Debug
384 * <li>Debug.ON
395 * Debug.ON.
419 * Debug.MESSAGE or Debug.ON. If the debug file is not accessible and
676 * <li><code>Debug.ON</code>
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebugLevel.java52 ON(4, "on"); enum constant in enum:DebugLevel
94 } else if (ON.level == strLevel) {
95 return ON;
H A DIDebug.java73 public static final int ON = DebugLevel.ON.getLevel(); field in interface:IDebug
103 public static final String STR_ON = DebugLevel.ON.getName();
123 * <li><code>ON</code>
141 * <li><code>ON</code>
H A DDebug.java59 * <code>ON</code>. A given debug level/state is enabled if the debug
64 * <code>MESSAGE</code> and <code>ON</code> are of the same levels; the
66 * whereas <code>ON</code> writes to System.out.
144 public static final int ON = 4; field in class:Debug
384 * <li>Debug.ON
395 * Debug.ON.
419 * Debug.MESSAGE or Debug.ON. If the debug file is not accessible and
676 * <li><code>Debug.ON</code>
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm.sql40 COMMENT ON TABLE SOPENIDM.OBJECTTYPES IS 'OPENIDM - Dictionary table for object types';
41 CREATE UNIQUE INDEX SOPENIDM.IDX_OBJECTTYPES_OBJECTTYPE ON SOPENIDM.OBJECTTYPES (OBJECTTYPE ASC);
57 FOREIGN KEY (OBJECTTYPES_ID ) REFERENCES SOPENIDM.OBJECTTYPES (ID ) ON DELETE CASCADE) IN DOPENIDM.SOIDM01;
58 COMMENT ON TABLE SOPENIDM.GENERICOBJECTS IS 'OPENIDM - Generic table For Any Kind Of Objects';
59 CREATE INDEX SOPENIDM.FK_GENERICOBJECTS_OBJECTTYPES ON SOPENIDM.GENERICOBJECTS (OBJECTTYPES_ID ASC);
60 CREATE UNIQUE INDEX SOPENIDM.IDX_GENERICOBJECTS_OBJECT ON SOPENIDM.GENERICOBJECTS (OBJECTID ASC, OBJECTTYPES_ID ASC);
74 ON DELETE CASCADE
76 COMMENT ON TABLE SOPENIDM.GENERICOBJECTPROPERTIES IS 'OPENIDM - Properties of Generic Objects';
77 CREATE INDEX SOPENIDM.IDX_GENERICOBJECTPROPERTIES_GENERICOBJECTS ON SOPENIDM.GENERICOBJECTPROPERTIES (GENERICOBJECTS_ID ASC);
78 CREATE INDEX SOPENIDM.IDX_GENERICOBJECTPROPERTIES_PROPKEY ON SOPENID
[all...]
H A Dopenidm_zOS_integer.sql41 COMMENT ON TABLE SOPENIDM.OBJECTTYPES IS
45 ON SOPENIDM.OBJECTTYPES
57 ON SOPENIDM.OBJECTTYPES
106 ON DELETE CASCADE
110 COMMENT ON TABLE SOPENIDM.GENERICOBJECTS IS
118 COMMENT ON TABLE SOPENIDM.GENERICOBJECTS_AUX IS
122 ON SOPENIDM.GENERICOBJECTS
134 ON SOPENIDM.GENERICOBJECTS
145 ON SOPENIDM.GENERICOBJECTS_AUX
154 ON SOPENID
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql3 SET ANSI_PADDING,ANSI_WARNINGS,CONCAT_NULL_YIELDS_NULL,ARITHABORT,QUOTED_IDENTIFIER,ANSI_NULLS ON
12 ALTER DATABASE [openidm] SET READ_COMMITTED_SNAPSHOT ON
53 CREATE UNIQUE INDEX idx_objecttypes_objecttype ON [openidm].[objecttypes] (objecttype ASC);
72 ON DELETE CASCADE
73 ON UPDATE NO ACTION,
76 CREATE UNIQUE INDEX idx_genericobjects_object ON [openidm].[genericobjects] (objecttypes_id ASC, objectid ASC);
77 CREATE INDEX fk_genericobjects_objecttypes ON [openidm].[genericobjects] (objecttypes_id ASC);
94 ON DELETE CASCADE
95 ON UPDATE NO ACTION
97 CREATE INDEX fk_genericobjectproperties_genericobjects ON [openid
[all...]
/forgerock/openam-v13/openam-distribution/src/main/amserver/diagnostics/config/
H A DDTConfig.properties35 odt.log.enabled=ON
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/oracle/scripts/
H A Dopenidm.sql119 COMMENT ON COLUMN auditaccess.activitydate IS 'Date format: 2011-09-09T14:58:17.654+02:00'
150 COMMENT ON COLUMN auditauthentication.activitydate IS 'Date format: 2011-09-09T14:58:17.654+02:00'
153 PROMPT Creating PRIMARY KEY CONSTRAINT PRIMARY ON TABLE auditauthentication ...
186 COMMENT ON COLUMN auditconfig.activitydate IS 'Date format: 2011-09-09T14:58:17.654+02:00'
198 CREATE INDEX idx_auditconfig_transactionid ON auditconfig
232 COMMENT ON COLUMN auditactivity.activitydate IS 'Date format: 2011-09-09T14:58:17.654+02:00'
244 CREATE INDEX idx_auditactivity_transid ON auditactivity
281 COMMENT ON COLUMN auditrecon.activitydate IS 'Date format: 2011-09-09T14:58:17.654+02:00'
319 COMMENT ON COLUMN auditsync.activitydate IS 'Date format: 2011-09-09T14:58:17.654+02:00'
344 CREATE INDEX fk_configobjectproperties_conf ON configobjectpropertie
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql53 COMMENT ON COLUMN am_auditaccess.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
65 CREATE INDEX idx_am_auditaccess_txid ON am_auditaccess
90 COMMENT ON COLUMN am_auditauthentication.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
93 PROMPT Creating PRIMARY KEY CONSTRAINT PRIMARY_AUTHENTICATION ON TABLE am_auditauthentication ...
102 CREATE INDEX idx_am_auditauthn_txid ON am_auditauthentication
132 COMMENT ON COLUMN am_auditactivity.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
144 CREATE INDEX idx_activity_txid ON am_auditactivity
173 COMMENT ON COLUMN am_auditconfig.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
185 CREATE INDEX idx_am_config_txid ON am_auditconfig
/forgerock/openam/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql55 COMMENT ON COLUMN am_auditaccess.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
67 CREATE INDEX idx_am_auditaccess_txid ON am_auditaccess
92 COMMENT ON COLUMN am_auditauthentication.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
95 PROMPT Creating PRIMARY KEY CONSTRAINT PRIMARY_AUTHENTICATION ON TABLE am_auditauthentication ...
104 CREATE INDEX idx_am_auditauthn_txid ON am_auditauthentication
134 COMMENT ON COLUMN am_auditactivity.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
146 CREATE INDEX idx_activity_txid ON am_auditactivity
175 COMMENT ON COLUMN am_auditconfig.timestamp_ IS 'Date format: 2011-09-09T14:58:17.654+02:00'
187 CREATE INDEX idx_am_config_txid ON am_auditconfig
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java61 <code>ON</code>. A given debug level/state is enabled if the debug
66 <code>MESSAGE</code> and <code>ON</code> are of the same levels;
68 whereas <code>ON</code> writes to System.out.</p>
121 public static final int ON = 4; field in class:Debug
197 // ON so that output will go to
213 * <code>ON</code>.
313 * <pli<code>Debug.ON</code>
323 * DEBUG.MESSAGE or Debug.ON.
348 * state is either DEBUG.MESSAGE or Debug.ON. If the debug file is not
492 if (debugLevel == Debug.ON) {
[all...]
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DDebug.java62 <code>ON</code>. A given debug level/state is enabled if the debug
67 <code>MESSAGE</code> and <code>ON</code> are of the same levels;
69 whereas <code>ON</code> writes to System.out.</p>
122 public static final int ON = 4; field in class:Debug
198 // ON so that output will go to
214 * <code>ON</code>.
314 * <pli<code>Debug.ON</code>
324 * DEBUG.MESSAGE or Debug.ON.
349 * state is either DEBUG.MESSAGE or Debug.ON. If the debug file is not
493 if (debugLevel == Debug.ON) {
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java79 private DebugLevel debugLevel = DebugLevel.ON;
99 setDebug(DebugLevel.ON);
293 if (this.debugLevel == DebugLevel.ON) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/impl/
H A DDebugImpl.java72 private DebugLevel debugLevel = DebugLevel.ON;
90 setDebug(DebugLevel.ON);
284 if (this.debugLevel == DebugLevel.ON) {
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 88 milliseconds