Searched defs:staticDSEAttributes (Results 1 - 6 of 6) sorted by relevance
/forgerock/opendj2/src/server/org/opends/server/backends/ |
H A D | RootDSEBackend.java | 94 private ArrayList<Attribute> staticDSEAttributes; field in class:RootDSEBackend 252 staticDSEAttributes = new ArrayList<Attribute>(); 254 staticDSEAttributes.add(Attributes.create(ATTR_VENDOR_NAME, 257 staticDSEAttributes.add(Attributes.create(ATTR_VENDOR_VERSION, 614 for (Attribute a : staticDSEAttributes)
|
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/ |
H A D | RootDSEBackend.java | 104 private ArrayList<Attribute> staticDSEAttributes; field in class:RootDSEBackend 272 staticDSEAttributes = new ArrayList<Attribute>(); 274 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_NAME, 278 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_VERSION, 812 for (Attribute a : staticDSEAttributes)
|
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/ |
H A D | RootDSEBackend.java | 104 private ArrayList<Attribute> staticDSEAttributes; field in class:RootDSEBackend 272 staticDSEAttributes = new ArrayList<Attribute>(); 274 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_NAME, 278 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_VERSION, 812 for (Attribute a : staticDSEAttributes)
|
/forgerock/opendj2-hg/src/server/org/opends/server/backends/ |
H A D | RootDSEBackend.java | 94 private ArrayList<Attribute> staticDSEAttributes; field in class:RootDSEBackend 252 staticDSEAttributes = new ArrayList<Attribute>(); 254 staticDSEAttributes.add(Attributes.create(ATTR_VENDOR_NAME, 257 staticDSEAttributes.add(Attributes.create(ATTR_VENDOR_VERSION, 614 for (Attribute a : staticDSEAttributes)
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/ |
H A D | RootDSEBackend.java | 104 private ArrayList<Attribute> staticDSEAttributes; field in class:RootDSEBackend 272 staticDSEAttributes = new ArrayList<Attribute>(); 274 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_NAME, 278 staticDSEAttributes.add(createAttribute(ATTR_VENDOR_VERSION, 812 for (Attribute a : staticDSEAttributes)
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/ |
H A D | RootDSEBackend.java | 97 private List<Attribute> staticDSEAttributes; field in class:RootDSEBackend 214 staticDSEAttributes = new ArrayList<>(); 215 staticDSEAttributes.add(Attributes.create(ATTR_VENDOR_NAME, SERVER_VENDOR_NAME)); 216 staticDSEAttributes.add(Attributes.create(ATTR_VENDOR_VERSION, 218 staticDSEAttributes.add(Attributes.create("fullVendorVersion", 531 addAll(staticDSEAttributes, dseUserAttrs, dseOperationalAttrs);
|
Completed in 144 milliseconds