|
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.controls.LDAPEffectivePrivilegesSelection
public class LDAPEffectivePrivilegesSelection
Encapsulates parameters for selction of attribute names or object class names for Effective Privileges Control
Sample Code: EffectivePrivilegesControlSample.java
| Field Summary | |
|---|---|
private java.lang.String |
selectionAttr
|
private java.lang.String |
selectionClass
|
| Constructor Summary | |
|---|---|
LDAPEffectivePrivilegesSelection()
Default Constructor. |
|
LDAPEffectivePrivilegesSelection(java.lang.String selectionAttr,
java.lang.String selectionClass)
Constructs a new LDAPEffectivePrivilegesSelection object using either selectionAttr or selectionClass. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSelectionAttr()
Returns the selectionAttr. |
java.lang.String |
getSelectionClass()
Returns the selectionClass. |
void |
setSelectionAttr(java.lang.String strAttr)
This method set the selectionAttr property of this class to what is passed in argument |
void |
setSelectionClass(java.lang.String strClass)
This method set the selectionClass property of this class to what is passed in argument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String selectionAttr
private java.lang.String selectionClass
| Constructor Detail |
|---|
public LDAPEffectivePrivilegesSelection()
public LDAPEffectivePrivilegesSelection(java.lang.String selectionAttr,
java.lang.String selectionClass)
selectionAttr - Name of the attribute in Effective Privileges
Selections sequenceselectionClass - Name of the object class in Effective Privileges
Selections sequence| Method Detail |
|---|
public java.lang.String getSelectionAttr()
public void setSelectionAttr(java.lang.String strAttr)
strAttr - Name of the attribute in Effective Privileges
Selections sequencepublic java.lang.String getSelectionClass()
public void setSelectionClass(java.lang.String strClass)
strClass - Name of the object class in Effective Privileges
Selections sequence
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||