|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.EntryOptionsImpl
public class EntryOptionsImpl
This class is used to set the options for an entry
| Constructor Summary | |
|---|---|
protected |
EntryOptionsImpl()
|
| Method Summary | |
|---|---|
boolean |
getIgnoreAttributeIDCase()
retrieves the value set for ignoring attribute ID case. |
boolean |
getOrderAttributeValues()
retrieves the value set for ordering attribute values. |
void |
reset()
Method to reset the values |
void |
setIgnoreAttributeIDCase(boolean ignoreCase)
sets the value for ignoreAttributeIDCase. |
void |
setOrderAttributeValues(boolean orderValues)
sets the value for orderAttributeValues. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EntryOptionsImpl()
| Method Detail |
|---|
public boolean getIgnoreAttributeIDCase()
getIgnoreAttributeIDCase in interface EntryOptionspublic void setIgnoreAttributeIDCase(boolean ignoreCase)
setIgnoreAttributeIDCase in interface EntryOptionsignoreCase - setting to true will ignore casepublic boolean getOrderAttributeValues()
getOrderAttributeValues in interface EntryOptionspublic void setOrderAttributeValues(boolean orderValues)
setOrderAttributeValues in interface EntryOptionsorderValues - setting to true will order the attribute valuespublic void reset()
reset in interface EntryOptions
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||