Searched refs:TABLE (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DPasswordPolicyWarningType.java68 private static final Map<Byte, PasswordPolicyWarningType> TABLE; field in class:PasswordPolicyWarningType
71 TABLE = new HashMap<Byte, PasswordPolicyWarningType>();
76 TABLE.put(value.type, value);
77 TABLE.put(value.type, value);
134 return TABLE.get(Byte.valueOf(type));
H A DPasswordPolicyErrorType.java133 private static final Map<Integer, PasswordPolicyErrorType> TABLE; field in class:PasswordPolicyErrorType
136 TABLE = new HashMap<Integer, PasswordPolicyErrorType>();
141 TABLE.put(type.value, type);
142 TABLE.put(type.value, type);
201 return TABLE.get(Integer.valueOf(value));
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DPasswordPolicyWarningType.java67 private static final Map<Byte, PasswordPolicyWarningType> TABLE; field in class:PasswordPolicyWarningType
70 TABLE = new HashMap<Byte, PasswordPolicyWarningType>();
75 TABLE.put(value.type, value);
76 TABLE.put(value.type, value);
133 return TABLE.get(Byte.valueOf(type));
H A DPasswordPolicyErrorType.java132 private static final Map<Integer, PasswordPolicyErrorType> TABLE; field in class:PasswordPolicyErrorType
135 TABLE = new HashMap<Integer, PasswordPolicyErrorType>();
140 TABLE.put(type.value, type);
141 TABLE.put(type.value, type);
200 return TABLE.get(Integer.valueOf(value));
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DPasswordPolicyWarningType.java68 private static final Map<Byte, PasswordPolicyWarningType> TABLE; field in class:PasswordPolicyWarningType
71 TABLE = new HashMap<Byte, PasswordPolicyWarningType>();
76 TABLE.put(value.type, value);
77 TABLE.put(value.type, value);
134 return TABLE.get(Byte.valueOf(type));
H A DPasswordPolicyErrorType.java133 private static final Map<Integer, PasswordPolicyErrorType> TABLE; field in class:PasswordPolicyErrorType
136 TABLE = new HashMap<Integer, PasswordPolicyErrorType>();
141 TABLE.put(type.value, type);
142 TABLE.put(type.value, type);
201 return TABLE.get(Integer.valueOf(value));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DPasswordPolicyWarningType.java68 private static final Map<Byte, PasswordPolicyWarningType> TABLE; field in class:PasswordPolicyWarningType
71 TABLE = new HashMap<Byte, PasswordPolicyWarningType>();
76 TABLE.put(value.type, value);
77 TABLE.put(value.type, value);
134 return TABLE.get(Byte.valueOf(type));
H A DPasswordPolicyErrorType.java133 private static final Map<Integer, PasswordPolicyErrorType> TABLE; field in class:PasswordPolicyErrorType
136 TABLE = new HashMap<Integer, PasswordPolicyErrorType>();
141 TABLE.put(type.value, type);
142 TABLE.put(type.value, type);
201 return TABLE.get(Integer.valueOf(value));
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DPasswordPolicyWarningType.java67 private static final Map<Byte, PasswordPolicyWarningType> TABLE; field in class:PasswordPolicyWarningType
70 TABLE = new HashMap<Byte, PasswordPolicyWarningType>();
75 TABLE.put(value.type, value);
76 TABLE.put(value.type, value);
133 return TABLE.get(Byte.valueOf(type));
H A DPasswordPolicyErrorType.java132 private static final Map<Integer, PasswordPolicyErrorType> TABLE; field in class:PasswordPolicyErrorType
135 TABLE = new HashMap<Integer, PasswordPolicyErrorType>();
140 TABLE.put(type.value, type);
141 TABLE.put(type.value, type);
200 return TABLE.get(Integer.valueOf(value));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DPasswordPolicyWarningType.java60 private static final Map<Byte, PasswordPolicyWarningType> TABLE = new HashMap<>(); field in class:PasswordPolicyWarningType
65 TABLE.put(value.type, value);
112 return TABLE.get(Byte.valueOf(type));
H A DPasswordPolicyErrorType.java129 private static final Map<Integer, PasswordPolicyErrorType> TABLE = new HashMap<>(); field in class:PasswordPolicyErrorType
134 TABLE.put(type.value, type);
135 TABLE.put(type.value, type);
196 return TABLE.get(Integer.valueOf(value));
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dschema.sql1 CREATE TABLE identity (
8 CREATE TABLE mechanism (
19 CREATE TABLE notification (
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/oracle/scripts/
H A Dopenidm.sql59 -- DROP TABLE uinotification CASCADE CONSTRAINTS;
63 CREATE TABLE uinotification (
76 ALTER TABLE uinotification
84 -- DROP TABLE auditaccess CASCADE CONSTRAINTS;
90 CREATE TABLE auditaccess (
123 ALTER TABLE auditaccess
131 -- DROP TABLE auditauthentication CASCADE CONSTRAINTS;
136 PROMPT Creating TABLE auditauthentication ...
137 CREATE TABLE auditauthentication (
153 PROMPT Creating PRIMARY KEY CONSTRAINT PRIMARY ON TABLE auditauthenticatio
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm.sql35 CREATE TABLE SOPENIDM.OBJECTTYPES (
40 COMMENT ON TABLE SOPENIDM.OBJECTTYPES IS 'OPENIDM - Dictionary table for object types';
49 CREATE TABLE SOPENIDM.GENERICOBJECTS (
58 COMMENT ON TABLE SOPENIDM.GENERICOBJECTS IS 'OPENIDM - Generic table For Any Kind Of Objects';
67 CREATE TABLE SOPENIDM.GENERICOBJECTPROPERTIES (
76 COMMENT ON TABLE SOPENIDM.GENERICOBJECTPROPERTIES IS 'OPENIDM - Properties of Generic Objects';
86 CREATE TABLE SOPENIDM.MANAGEDOBJECTS (
97 COMMENT ON TABLE SOPENIDM.MANAGEDOBJECTS IS 'OPENIDM - Generic Table For Managed Objects';
107 CREATE TABLE SOPENIDM.MANAGEDOBJECTPROPERTIES (
117 COMMENT ON TABLE SOPENID
[all...]
H A Dopenidm_zOS_integer.sql31 CREATE TABLE SOPENIDM.OBJECTTYPES
41 COMMENT ON TABLE SOPENIDM.OBJECTTYPES IS
92 CREATE TABLE SOPENIDM.GENERICOBJECTS
110 COMMENT ON TABLE SOPENIDM.GENERICOBJECTS IS
113 CREATE AUXILIARY TABLE SOPENIDM.GENERICOBJECTS_AUX
118 COMMENT ON TABLE SOPENIDM.GENERICOBJECTS_AUX IS
181 CREATE TABLE SOPENIDM.GENERICOBJECTPROPERTIES
194 COMMENT ON TABLE SOPENIDM.GENERICOBJECTPROPERTIES IS
248 CREATE TABLE SOPENIDM.MANAGEDOBJECTS
266 COMMENT ON TABLE SOPENID
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql22 CREATE TABLE am_auditaccess (
57 ALTER TABLE am_auditaccess
74 PROMPT Creating TABLE am_auditauthentication ...
75 CREATE TABLE am_auditauthentication (
93 PROMPT Creating PRIMARY KEY CONSTRAINT PRIMARY_AUTHENTICATION ON TABLE am_auditauthentication ...
94 ALTER TABLE am_auditauthentication
113 CREATE TABLE am_auditactivity (
136 ALTER TABLE am_auditactivity
154 CREATE TABLE am_auditconfig (
177 ALTER TABLE am_auditconfi
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/WEB-INF/template/sql/oracle/
H A Daudit.sql23 CREATE TABLE am_auditaccess (
59 ALTER TABLE am_auditaccess
76 PROMPT Creating TABLE am_auditauthentication ...
77 CREATE TABLE am_auditauthentication (
95 PROMPT Creating PRIMARY KEY CONSTRAINT PRIMARY_AUTHENTICATION ON TABLE am_auditauthentication ...
96 ALTER TABLE am_auditauthentication
115 CREATE TABLE am_auditactivity (
138 ALTER TABLE am_auditactivity
156 CREATE TABLE am_auditconfig (
179 ALTER TABLE am_auditconfi
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql47 CREATE TABLE [openidm].[objecttypes]
61 CREATE TABLE [openidm].[genericobjects]
85 CREATE TABLE [openidm].[genericobjectproperties]
108 CREATE TABLE [openidm].[managedobjects]
132 CREATE TABLE [openidm].[managedobjectproperties]
155 CREATE TABLE [openidm].[configobjects]
179 CREATE TABLE [openidm].[configobjectproperties] (
201 CREATE TABLE [openidm].[relationships]
225 CREATE TABLE [openidm].[relationshipproperties] (
246 CREATE TABLE [openid
[all...]
/forgerock/web-agents-v4/zlib/
H A Dinflate.h37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator in enum:__anon116
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
H A Dinfback.c317 state->mode = TABLE;
358 case TABLE:
H A Dinflate.c856 state->mode = TABLE;
897 case TABLE:
/forgerock/openam-v13/openam-server-only/src/main/webapp/login_images/
H A Dadminstyle.css52 TABLE.header {
/forgerock/openam/openam-server-only/src/main/webapp/login_images/
H A Dadminstyle.css52 TABLE.header {
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...

Completed in 104 milliseconds

12