/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | AttributeType.java | 90 private final AttributeUsage attributeUsage; field in class:AttributeType 165 * @param attributeUsage 186 AttributeUsage attributeUsage, 193 null, attributeUsage, isCollective, 241 * @param attributeUsage 270 AttributeUsage attributeUsage, 380 if (attributeUsage != null) 382 this.attributeUsage = attributeUsage; 386 this.attributeUsage 181 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument 260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | AttributeType.java | 89 private final AttributeUsage attributeUsage; field in class:AttributeType 164 * @param attributeUsage 185 AttributeUsage attributeUsage, 192 null, attributeUsage, isCollective, 240 * @param attributeUsage 269 AttributeUsage attributeUsage, 379 if (attributeUsage != null) 381 this.attributeUsage = attributeUsage; 385 this.attributeUsage 180 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument 259 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | AttributeType.java | 90 private final AttributeUsage attributeUsage; field in class:AttributeType 165 * @param attributeUsage 186 AttributeUsage attributeUsage, 193 null, attributeUsage, isCollective, 241 * @param attributeUsage 270 AttributeUsage attributeUsage, 380 if (attributeUsage != null) 382 this.attributeUsage = attributeUsage; 386 this.attributeUsage 181 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument 260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | AttributeType.java | 90 private final AttributeUsage attributeUsage; field in class:AttributeType 165 * @param attributeUsage 186 AttributeUsage attributeUsage, 193 null, attributeUsage, isCollective, 241 * @param attributeUsage 270 AttributeUsage attributeUsage, 380 if (attributeUsage != null) 382 this.attributeUsage = attributeUsage; 386 this.attributeUsage 181 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument 260 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | AttributeType.java | 89 private final AttributeUsage attributeUsage; field in class:AttributeType 164 * @param attributeUsage 185 AttributeUsage attributeUsage, 192 null, attributeUsage, isCollective, 240 * @param attributeUsage 269 AttributeUsage attributeUsage, 379 if (attributeUsage != null) 381 this.attributeUsage = attributeUsage; 385 this.attributeUsage 180 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument 259 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, AttributeSyntax<?> syntax, ApproximateMatchingRule approximateMatchingRule, EqualityMatchingRule equalityMatchingRule, OrderingMatchingRule orderingMatchingRule, SubstringMatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | AttributeType.java | 78 private final AttributeUsage attributeUsage; field in class:AttributeType 151 * @param attributeUsage 172 AttributeUsage attributeUsage, 179 null, attributeUsage, isCollective, 227 * @param attributeUsage 255 AttributeUsage attributeUsage, 360 if (attributeUsage != null) 362 this.attributeUsage = attributeUsage; 366 this.attributeUsage 167 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, Syntax syntax, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue) argument 246 AttributeType(String definition, String primaryName, Collection<String> typeNames, String oid, String description, AttributeType superiorType, Syntax syntax, MatchingRule approximateMatchingRule, MatchingRule equalityMatchingRule, MatchingRule orderingMatchingRule, MatchingRule substringMatchingRule, AttributeUsage attributeUsage, boolean isCollective, boolean isNoUserModification, boolean isObsolete, boolean isSingleValue, Map<String,List<String>> extraProperties) argument [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestAttributeType.java | 80 private AttributeUsage attributeUsage; field in class:TestAttributeType.AttributeTypeBuilder 105 this.attributeUsage = AttributeUsage.USER_APPLICATIONS; 244 if (attributeUsage != null) 247 definition.append(attributeUsage.toString()); 291 attributeUsage, isCollective, 312 * Set the attributeUsage. 314 * @param attributeUsage 315 * The attributeUsage. 317 public void setAttributeUsage(AttributeUsage attributeUsage) { argument 318 this.attributeUsage [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestAttributeType.java | 79 private AttributeUsage attributeUsage; field in class:TestAttributeType.AttributeTypeBuilder 104 this.attributeUsage = AttributeUsage.USER_APPLICATIONS; 243 if (attributeUsage != null) 246 definition.append(attributeUsage.toString()); 290 attributeUsage, isCollective, 311 * Set the attributeUsage. 313 * @param attributeUsage 314 * The attributeUsage. 316 public void setAttributeUsage(AttributeUsage attributeUsage) { argument 317 this.attributeUsage [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestAttributeType.java | 80 private AttributeUsage attributeUsage; field in class:TestAttributeType.AttributeTypeBuilder 105 this.attributeUsage = AttributeUsage.USER_APPLICATIONS; 244 if (attributeUsage != null) 247 definition.append(attributeUsage.toString()); 291 attributeUsage, isCollective, 312 * Set the attributeUsage. 314 * @param attributeUsage 315 * The attributeUsage. 317 public void setAttributeUsage(AttributeUsage attributeUsage) { argument 318 this.attributeUsage [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestAttributeType.java | 79 private AttributeUsage attributeUsage; field in class:TestAttributeType.AttributeTypeBuilder 104 this.attributeUsage = AttributeUsage.USER_APPLICATIONS; 243 if (attributeUsage != null) 246 definition.append(attributeUsage.toString()); 290 attributeUsage, isCollective, 311 * Set the attributeUsage. 313 * @param attributeUsage 314 * The attributeUsage. 316 public void setAttributeUsage(AttributeUsage attributeUsage) { argument 317 this.attributeUsage [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/ |
H A D | TestAttributeType.java | 80 private AttributeUsage attributeUsage; field in class:TestAttributeType.AttributeTypeBuilder 105 this.attributeUsage = AttributeUsage.USER_APPLICATIONS; 244 if (attributeUsage != null) 247 definition.append(attributeUsage.toString()); 291 attributeUsage, isCollective, 312 * Set the attributeUsage. 314 * @param attributeUsage 315 * The attributeUsage. 317 public void setAttributeUsage(AttributeUsage attributeUsage) { argument 318 this.attributeUsage [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/ |
H A D | TestAttributeType.java | 69 private AttributeUsage attributeUsage; field in class:TestAttributeType.AttributeTypeBuilder 94 this.attributeUsage = AttributeUsage.USER_APPLICATIONS; 220 if (attributeUsage != null) 223 definition.append(attributeUsage); 267 attributeUsage, isCollective, 287 * Set the attributeUsage. 289 * @param attributeUsage 290 * The attributeUsage. 292 public void setAttributeUsage(AttributeUsage attributeUsage) { argument 293 this.attributeUsage [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/ |
H A D | AttributeTypeSyntax.java | 456 AttributeUsage attributeUsage = AttributeUsage.USER_APPLICATIONS; 680 attributeUsage = superiorType.getUsage(); 916 attributeUsage = AttributeUsage.USER_APPLICATIONS; 920 attributeUsage = AttributeUsage.DIRECTORY_OPERATION; 924 attributeUsage = AttributeUsage.DISTRIBUTED_OPERATION; 928 attributeUsage = AttributeUsage.DSA_OPERATION; 933 attributeUsage = AttributeUsage.USER_APPLICATIONS; 980 if (superiorType.getUsage() != attributeUsage) 983 oid, String.valueOf(attributeUsage), superiorType.getNameOrOID()); 1004 (attributeUsage [all...] |
/forgerock/opendj2/src/server/org/opends/server/schema/ |
H A D | AttributeTypeSyntax.java | 455 AttributeUsage attributeUsage = AttributeUsage.USER_APPLICATIONS; 679 attributeUsage = superiorType.getUsage(); 915 attributeUsage = AttributeUsage.USER_APPLICATIONS; 919 attributeUsage = AttributeUsage.DIRECTORY_OPERATION; 923 attributeUsage = AttributeUsage.DISTRIBUTED_OPERATION; 927 attributeUsage = AttributeUsage.DSA_OPERATION; 932 attributeUsage = AttributeUsage.USER_APPLICATIONS; 979 if (superiorType.getUsage() != attributeUsage) 982 oid, String.valueOf(attributeUsage), superiorType.getNameOrOID()); 1003 (attributeUsage [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/ |
H A D | AttributeTypeSyntax.java | 456 AttributeUsage attributeUsage = AttributeUsage.USER_APPLICATIONS; 680 attributeUsage = superiorType.getUsage(); 916 attributeUsage = AttributeUsage.USER_APPLICATIONS; 920 attributeUsage = AttributeUsage.DIRECTORY_OPERATION; 924 attributeUsage = AttributeUsage.DISTRIBUTED_OPERATION; 928 attributeUsage = AttributeUsage.DSA_OPERATION; 933 attributeUsage = AttributeUsage.USER_APPLICATIONS; 980 if (superiorType.getUsage() != attributeUsage) 983 oid, String.valueOf(attributeUsage), superiorType.getNameOrOID()); 1004 (attributeUsage [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/ |
H A D | AttributeTypeSyntax.java | 456 AttributeUsage attributeUsage = AttributeUsage.USER_APPLICATIONS; 680 attributeUsage = superiorType.getUsage(); 916 attributeUsage = AttributeUsage.USER_APPLICATIONS; 920 attributeUsage = AttributeUsage.DIRECTORY_OPERATION; 924 attributeUsage = AttributeUsage.DISTRIBUTED_OPERATION; 928 attributeUsage = AttributeUsage.DSA_OPERATION; 933 attributeUsage = AttributeUsage.USER_APPLICATIONS; 980 if (superiorType.getUsage() != attributeUsage) 983 oid, String.valueOf(attributeUsage), superiorType.getNameOrOID()); 1004 (attributeUsage [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/schema/ |
H A D | AttributeTypeSyntax.java | 455 AttributeUsage attributeUsage = AttributeUsage.USER_APPLICATIONS; 679 attributeUsage = superiorType.getUsage(); 915 attributeUsage = AttributeUsage.USER_APPLICATIONS; 919 attributeUsage = AttributeUsage.DIRECTORY_OPERATION; 923 attributeUsage = AttributeUsage.DISTRIBUTED_OPERATION; 927 attributeUsage = AttributeUsage.DSA_OPERATION; 932 attributeUsage = AttributeUsage.USER_APPLICATIONS; 979 if (superiorType.getUsage() != attributeUsage) 982 oid, String.valueOf(attributeUsage), superiorType.getNameOrOID()); 1003 (attributeUsage [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/ |
H A D | AttributeTypeSyntax.java | 363 AttributeUsage attributeUsage = AttributeUsage.USER_APPLICATIONS; 561 attributeUsage = superiorType.getUsage(); 785 attributeUsage = AttributeUsage.USER_APPLICATIONS; 789 attributeUsage = AttributeUsage.DIRECTORY_OPERATION; 793 attributeUsage = AttributeUsage.DISTRIBUTED_OPERATION; 797 attributeUsage = AttributeUsage.DSA_OPERATION; 802 attributeUsage = AttributeUsage.USER_APPLICATIONS; 845 if (superiorType.getUsage() != attributeUsage) 848 oid, attributeUsage, superiorType.getNameOrOID()); 864 && attributeUsage [all...] |