|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Tagged
com.novell.ldap.rfc2251.RfcLDAPSuperDN
public class RfcLDAPSuperDN
Represents an [0] LDAP DN OPTIONAL used as newSuperior attribute of ModifyDNRequest (For more detail on this Syntax refer to rfc2251).
| Field Summary | |
|---|---|
private byte[] |
content
|
protected static ASN1Identifier |
ID
ID is added for Optimization. |
static int |
TAG
ASN.1 [0] LDAP DN OPTIONAL tag definition. |
| Constructor Summary | |
|---|---|
RfcLDAPSuperDN(byte[] ba)
Call this constructor to construct an RfcLDAPSuperDN object from a byte array. |
|
RfcLDAPSuperDN(java.lang.String s)
Call this constructor to construct an RfcLDAPSuperDN object from a String object. |
|
| Method Summary | |
|---|---|
byte[] |
byteValue()
Returns the content of this RfcLDAPSuperDN as a byte array. |
java.lang.String |
stringValue()
Returns the content of this RfcLDAPSuperDN as a String. |
java.lang.String |
toString()
Return a String representation of this ASN1Object. |
| Methods inherited from class com.novell.ldap.asn1.ASN1Tagged |
|---|
encode, isExplicit, setTaggedValue, taggedValue |
| Methods inherited from class com.novell.ldap.asn1.ASN1Object |
|---|
getEncoding, getIdentifier, setIdentifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private byte[] content
public static final int TAG
protected static final ASN1Identifier ID
Id needs only be one Value for every instance, thus we create it only once.
| Constructor Detail |
|---|
public RfcLDAPSuperDN(java.lang.String s)
content - A string value that will be contained
in the this RfcLDAPSuperDN objectpublic RfcLDAPSuperDN(byte[] ba)
content - A byte array representing the string that
will be contained in the this RfcLDAPSuperDN object| Method Detail |
|---|
public final byte[] byteValue()
public final java.lang.String stringValue()
public java.lang.String toString()
toString in class ASN1Tagged
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||