/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | RDN.java | 56 public final class RDN class in inherits:Comparable 57 implements Comparable<RDN> 67 // The set of attribute types for the elements in this RDN. 70 // The set of values for the elements in this RDN. 73 // The number of values for this RDN. 76 // The string representation of the normalized form of this RDN. 79 // The string representation of this RDN. 82 // The set of user-provided names for the attributes in this RDN. 88 * Creates a new RDN with the provided information. 90 * @param attributeType The attribute type for this RDN 95 public RDN(AttributeType attributeType, method in class:RDN 119 public RDN(AttributeType attributeType, String attributeName, method in class:RDN 147 public RDN(List<AttributeType> attributeTypes, method in class:RDN 180 public RDN(AttributeType[] attributeTypes, String[] attributeNames, method in class:RDN [all...] |
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | RDN.java | 50 public final class RDN class in inherits:Comparable 51 implements Comparable<RDN> 58 /** The set of attribute types for the elements in this RDN. */ 61 /** The set of values for the elements in this RDN. */ 64 /** The number of values for this RDN. */ 67 /** The string representation of the normalized form of this RDN. */ 70 /** The string representation of this RDN. */ 73 /** The set of user-provided names for the attributes in this RDN. */ 79 * Creates a new RDN with the provided information. 81 * @param attributeType The attribute type for this RDN 86 public RDN(AttributeType attributeType, method in class:RDN 110 public RDN(AttributeType attributeType, String attributeName, method in class:RDN 138 public RDN(List<AttributeType> attributeTypes, method in class:RDN 171 public RDN(AttributeType[] attributeTypes, String[] attributeNames, method in class:RDN [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | RDN.java | 56 public final class RDN class in inherits:Comparable 57 implements Comparable<RDN> 67 // The set of attribute types for the elements in this RDN. 70 // The set of values for the elements in this RDN. 73 // The number of values for this RDN. 76 // The string representation of the normalized form of this RDN. 79 // The string representation of this RDN. 82 // The set of user-provided names for the attributes in this RDN. 88 * Creates a new RDN with the provided information. 90 * @param attributeType The attribute type for this RDN 95 public RDN(AttributeType attributeType, method in class:RDN 119 public RDN(AttributeType attributeType, String attributeName, method in class:RDN 147 public RDN(List<AttributeType> attributeTypes, method in class:RDN 180 public RDN(AttributeType[] attributeTypes, String[] attributeNames, method in class:RDN [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/ |
H A D | RDN.java | 56 public final class RDN class in inherits:Comparable 57 implements Comparable<RDN> 67 // The set of attribute types for the elements in this RDN. 70 // The set of values for the elements in this RDN. 73 // The number of values for this RDN. 76 // The string representation of the normalized form of this RDN. 79 // The string representation of this RDN. 82 // The set of user-provided names for the attributes in this RDN. 88 * Creates a new RDN with the provided information. 90 * @param attributeType The attribute type for this RDN 95 public RDN(AttributeType attributeType, method in class:RDN 119 public RDN(AttributeType attributeType, String attributeName, method in class:RDN 147 public RDN(List<AttributeType> attributeTypes, method in class:RDN 180 public RDN(AttributeType[] attributeTypes, String[] attributeNames, method in class:RDN [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/types/ |
H A D | RDN.java | 50 public final class RDN class in inherits:Comparable 51 implements Comparable<RDN> 58 /** The set of attribute types for the elements in this RDN. */ 61 /** The set of values for the elements in this RDN. */ 64 /** The number of values for this RDN. */ 67 /** The string representation of the normalized form of this RDN. */ 70 /** The string representation of this RDN. */ 73 /** The set of user-provided names for the attributes in this RDN. */ 79 * Creates a new RDN with the provided information. 81 * @param attributeType The attribute type for this RDN 86 public RDN(AttributeType attributeType, method in class:RDN 110 public RDN(AttributeType attributeType, String attributeName, method in class:RDN 138 public RDN(List<AttributeType> attributeTypes, method in class:RDN 171 public RDN(AttributeType[] attributeTypes, String[] attributeNames, method in class:RDN [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/ |
H A D | RDN.java | 60 public final class RDN class in inherits:Comparable 61 implements Comparable<RDN> 65 /** The set of attribute types for the elements in this RDN. */ 68 /** The set of values for the elements in this RDN. */ 71 /** The set of user-provided names for the attributes in this RDN. */ 74 /** Representation of the normalized form of this RDN. */ 79 * Creates a new RDN with the provided information. 81 * @param attributeType The attribute type for this RDN. It must 83 * @param attributeValue The value for this RDN. It must not be 87 public RDN(AttributeTyp method in class:RDN 108 public RDN(AttributeType attributeType, String attributeName, ByteString attributeValue) method in class:RDN 133 public RDN(List<AttributeType> attributeTypes, method in class:RDN 170 public RDN(AttributeType[] attributeTypes, String[] attributeNames, ByteString[] attributeValues) method in class:RDN [all...] |
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/ |
H A D | ldapjdk.jar | META-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ... |
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/ |
H A D | ldapjdk.jar | META-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 D | ldapjdk.jar | META-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 D | ldapjdk.jar | META-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ... |
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/ |
H A D | ldapjdk.jar | META-INF/ META-INF/MANIFEST.MF com/netscape/sasl/mechanisms/SaslExternal.class SaslExternal.java ... |