Searched defs:syntaxes (Results 1 - 24 of 24) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAttributeSyntaxConfigManager.java65 * syntaxes defined in the Directory Server. It wil initialize the syntaxes
67 * modifications to any syntaxes while the server is running.
76 // attribute syntaxes.
77 private ConcurrentHashMap<DN,AttributeSyntax> syntaxes; field in class:AttributeSyntaxConfigManager
86 syntaxes = new ConcurrentHashMap<DN,AttributeSyntax>();
92 * Initializes all attribute syntaxes currently defined in the Directory
100 * the attribute syntaxes that is not
119 //Initialize the existing attribute syntaxes.
137 syntaxes
[all...]
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAttributeSyntaxConfigManager.java64 * syntaxes defined in the Directory Server. It wil initialize the syntaxes
66 * modifications to any syntaxes while the server is running.
75 // attribute syntaxes.
76 private ConcurrentHashMap<DN,AttributeSyntax> syntaxes; field in class:AttributeSyntaxConfigManager
85 syntaxes = new ConcurrentHashMap<DN,AttributeSyntax>();
91 * Initializes all attribute syntaxes currently defined in the Directory
99 * the attribute syntaxes that is not
118 //Initialize the existing attribute syntaxes.
136 syntaxes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAttributeSyntaxConfigManager.java65 * syntaxes defined in the Directory Server. It wil initialize the syntaxes
67 * modifications to any syntaxes while the server is running.
76 // attribute syntaxes.
77 private ConcurrentHashMap<DN,AttributeSyntax> syntaxes; field in class:AttributeSyntaxConfigManager
86 syntaxes = new ConcurrentHashMap<DN,AttributeSyntax>();
92 * Initializes all attribute syntaxes currently defined in the Directory
100 * the attribute syntaxes that is not
119 //Initialize the existing attribute syntaxes.
137 syntaxes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAttributeSyntaxConfigManager.java65 * syntaxes defined in the Directory Server. It wil initialize the syntaxes
67 * modifications to any syntaxes while the server is running.
76 // attribute syntaxes.
77 private ConcurrentHashMap<DN,AttributeSyntax> syntaxes; field in class:AttributeSyntaxConfigManager
86 syntaxes = new ConcurrentHashMap<DN,AttributeSyntax>();
92 * Initializes all attribute syntaxes currently defined in the Directory
100 * the attribute syntaxes that is not
119 //Initialize the existing attribute syntaxes.
137 syntaxes
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAttributeSyntaxConfigManager.java64 * syntaxes defined in the Directory Server. It wil initialize the syntaxes
66 * modifications to any syntaxes while the server is running.
75 // attribute syntaxes.
76 private ConcurrentHashMap<DN,AttributeSyntax> syntaxes; field in class:AttributeSyntaxConfigManager
85 syntaxes = new ConcurrentHashMap<DN,AttributeSyntax>();
91 * Initializes all attribute syntaxes currently defined in the Directory
99 * the attribute syntaxes that is not
118 //Initialize the existing attribute syntaxes.
136 syntaxes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DAttributeSyntaxConfigManager.java58 * syntaxes defined in the Directory Server. It will initialize the syntaxes
60 * modifications to any syntaxes while the server is running.
73 * attribute syntaxes.
75 private ConcurrentHashMap<DN,AttributeSyntax> syntaxes; field in class:AttributeSyntaxConfigManager
88 syntaxes = new ConcurrentHashMap<>();
94 * Initializes all attribute syntaxes currently defined in the Directory
102 * the attribute syntaxes that is not
121 //Initialize the existing attribute syntaxes.
138 syntaxes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DRemoteSchemaLoader.java69 * In remote mode we cannot load the matching rules and syntaxes from local
119 // Add missing matching rules and attribute syntaxes to base schema to allow read of remote server schema
130 private void addMissingSyntaxesToBaseSchema(final AttributeSyntax<?>... syntaxes) argument
133 for (AttributeSyntax<?> syntax : syntaxes)
223 // Filter error code to ignore exceptions raised on description syntaxes.
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java166 private CategoryTreeNode syntaxes = field in class:BrowseSchemaPanel
172 objectClasses, attributes, matchingRules, syntaxes
178 configurationAttributes, matchingRules, syntaxes
1724 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java165 private CategoryTreeNode syntaxes = field in class:BrowseSchemaPanel
171 objectClasses, attributes, matchingRules, syntaxes
177 configurationAttributes, matchingRules, syntaxes
1723 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java166 private CategoryTreeNode syntaxes = field in class:BrowseSchemaPanel
172 objectClasses, attributes, matchingRules, syntaxes
178 configurationAttributes, matchingRules, syntaxes
1724 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java165 private CategoryTreeNode syntaxes = field in class:BrowseSchemaPanel
171 objectClasses, attributes, matchingRules, syntaxes
177 configurationAttributes, matchingRules, syntaxes
1723 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java166 private CategoryTreeNode syntaxes = field in class:BrowseSchemaPanel
172 objectClasses, attributes, matchingRules, syntaxes
178 configurationAttributes, matchingRules, syntaxes
1724 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSchema.java121 // The set of attribute syntaxes for this schema, mapped between the
123 private ConcurrentHashMap<String,AttributeSyntax<?>> syntaxes; field in class:Schema
249 syntaxes = new ConcurrentHashMap<String,AttributeSyntax<?>>();
796 return syntaxes;
802 * Retrieves the set of defined attribute syntaxes for this schema.
804 * @return The set of defined attribute syntaxes for this schema.
826 return syntaxes.containsKey(lowerName);
842 return syntaxes.get(lowerName);
866 synchronized (syntaxes)
871 if (syntaxes
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSchema.java122 * The set of attribute syntaxes for this schema, mapped between the OID for
125 private ConcurrentHashMap<String,AttributeSyntax<?>> syntaxes; field in class:Schema
265 syntaxes = new ConcurrentHashMap<String,AttributeSyntax<?>>();
812 return syntaxes;
818 * Retrieves the set of defined attribute syntaxes for this schema.
820 * @return The set of defined attribute syntaxes for this schema.
842 return syntaxes.containsKey(lowerName);
858 return syntaxes.get(lowerName);
882 synchronized (syntaxes)
887 if (syntaxes
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSchema.java122 // The set of attribute syntaxes for this schema, mapped between the
124 private ConcurrentHashMap<String,AttributeSyntax<?>> syntaxes; field in class:Schema
250 syntaxes = new ConcurrentHashMap<String,AttributeSyntax<?>>();
797 return syntaxes;
803 * Retrieves the set of defined attribute syntaxes for this schema.
805 * @return The set of defined attribute syntaxes for this schema.
827 return syntaxes.containsKey(lowerName);
843 return syntaxes.get(lowerName);
867 synchronized (syntaxes)
872 if (syntaxes
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSchema.java121 // The set of attribute syntaxes for this schema, mapped between the
123 private ConcurrentHashMap<String,AttributeSyntax<?>> syntaxes; field in class:Schema
249 syntaxes = new ConcurrentHashMap<String,AttributeSyntax<?>>();
796 return syntaxes;
802 * Retrieves the set of defined attribute syntaxes for this schema.
804 * @return The set of defined attribute syntaxes for this schema.
826 return syntaxes.containsKey(lowerName);
842 return syntaxes.get(lowerName);
866 synchronized (syntaxes)
871 if (syntaxes
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSchema.java122 * The set of attribute syntaxes for this schema, mapped between the OID for
125 private ConcurrentHashMap<String,AttributeSyntax<?>> syntaxes; field in class:Schema
265 syntaxes = new ConcurrentHashMap<String,AttributeSyntax<?>>();
812 return syntaxes;
818 * Retrieves the set of defined attribute syntaxes for this schema.
820 * @return The set of defined attribute syntaxes for this schema.
842 return syntaxes.containsKey(lowerName);
858 return syntaxes.get(lowerName);
882 synchronized (syntaxes)
887 if (syntaxes
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBrowseSchemaPanel.java156 private final CategoryTreeNode syntaxes = field in class:BrowseSchemaPanel
158 private final CategoryTreeNode[] underRootNodes = { objectClasses, attributes, matchingRules, syntaxes };
160 customAttributes, configurationObjectClasses, configurationAttributes, matchingRules, syntaxes };
1473 customObjectClasses, customAttributes, matchingRules, syntaxes};
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSchema.java110 * The set of attribute syntaxes for this schema, mapped between the OID for
113 private ConcurrentHashMap<String,Syntax> syntaxes; field in class:Schema
196 syntaxes = new ConcurrentHashMap<>();
613 return syntaxes;
631 return syntaxes.containsKey(lowerName);
668 return syntaxes.get(lowerName);
718 synchronized (syntaxes)
723 if (syntaxes.containsKey(oid))
725 Syntax conflictingSyntax = syntaxes.get(oid);
735 syntaxes
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A Dldapjdk.jarMETA-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ...

Completed in 140 milliseconds