|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.control.AbstractControl
public abstract class AbstractControl
Base class for ldap controls.
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
logger
Logger for this class. |
| Constructor Summary | |
|---|---|
AbstractControl(String id)
Creates a new abstract control. |
|
AbstractControl(String id,
boolean b)
Creates a new abstract control. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
boolean |
getCriticality()
Returns whether the control is critical. |
String |
getOID()
Returns the OID for this control. |
abstract int |
hashCode()
Returns the hash code for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
| Constructor Detail |
|---|
public AbstractControl(String id)
id - OID of this control
public AbstractControl(String id,
boolean b)
id - OID of this controlb - whether this control is critical| Method Detail |
|---|
public String getOID()
getOID in interface Controlpublic boolean getCriticality()
getCriticality in interface Controlpublic boolean equals(Object o)
equals in class Objectpublic abstract int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||