|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.message.control.InternalAbstractControl
public abstract class InternalAbstractControl
Control implementation.
| Field Summary |
|---|
| Fields inherited from interface javax.naming.ldap.Control |
|---|
CRITICAL, NONCRITICAL |
| Constructor Summary | |
|---|---|
InternalAbstractControl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getID()
Retrieves the object identifier assigned for the LDAP control. |
boolean |
isCritical()
Determines whether or not this control is critical for the correct operation of a request or response message. |
void |
setCritical(boolean isCritical)
Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message. |
void |
setID(java.lang.String oid)
Sets the OID of the Control to identify the control type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.naming.ldap.Control |
|---|
getEncodedValue |
| Constructor Detail |
|---|
public InternalAbstractControl()
| Method Detail |
|---|
public boolean isCritical()
isCritical in interface javax.naming.ldap.Controlpublic void setCritical(boolean isCritical)
setCritical in interface InternalControlisCritical - true if the control is critical false otherwise.public void setID(java.lang.String oid)
setID in interface InternalControloid - the OID of this Control.public java.lang.String getID()
getID in interface javax.naming.ldap.Control
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||