|
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.ASN1Structured
com.novell.ldap.asn1.ASN1SequenceOf
com.novell.ldap.rfc2251.RfcControls
public class RfcControls
Represents LDAP Contreols. Controls ::= SEQUENCE OF Control
| Field Summary | |
|---|---|
static int |
CONTROLS
Controls context specific tag |
| Fields inherited from class com.novell.ldap.asn1.ASN1SequenceOf |
|---|
ID, TAG |
| Constructor Summary | |
|---|---|
RfcControls()
Constructs a Controls object. |
|
RfcControls(ASN1Decoder dec,
java.io.InputStream in,
int len)
Constructs a Controls object by decoding it from an InputStream. |
|
| Method Summary | |
|---|---|
void |
add(RfcControl control)
Override add() of ASN1SequenceOf to only accept a Control type. |
ASN1Identifier |
getIdentifier()
Override getIdentifier to return a context specific id. |
void |
set(int index,
RfcControl control)
Override set() of ASN1SequenceOf to only accept a Control type. |
| Methods inherited from class com.novell.ldap.asn1.ASN1SequenceOf |
|---|
toString |
| Methods inherited from class com.novell.ldap.asn1.ASN1Structured |
|---|
add, decodeStructured, encode, get, set, size, toArray, toString |
| Methods inherited from class com.novell.ldap.asn1.ASN1Object |
|---|
getEncoding, setIdentifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int CONTROLS
| Constructor Detail |
|---|
public RfcControls()
public RfcControls(ASN1Decoder dec,
java.io.InputStream in,
int len)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public final void add(RfcControl control)
public final void set(int index,
RfcControl control)
public final ASN1Identifier getIdentifier()
getIdentifier in class ASN1Object
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||