|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.admin.ns.ValueListFacade
com.novell.admin.ns.nds.ObjectACLFacade
Facade for NDS Object ACL syntax.
| Field Summary |
| Fields inherited from class com.novell.admin.ns.ValueListFacade |
valueList |
| Constructor Summary | |
ObjectACLFacade(ValueList comp)
Facade constructor. |
|
| Method Summary | |
static ValueList |
createValueList(java.lang.String protectedAttrName,
java.lang.String subjectName,
long privileges)
Creates an NDS Object ACL ValueList. |
static ValueList |
createValueList(java.lang.String protectedAttrName,
java.lang.String subjectName,
long privileges,
Syntax syntax)
Creates an NDS Object ACL ValueList. |
long |
getPrivileges()
Retrieves the access control privileges. |
java.lang.String |
getProtectedAttrName()
Retrieves the protected attribute name. |
java.lang.String |
getSubjectName()
Retrieves the subject name. |
void |
setPrivileges(long privileges)
Sets the access control privileges. |
void |
setProtectedAttrName(java.lang.String name)
Sets the protected attribute name. |
void |
setSubjectName(java.lang.String name)
Sets the subject name. |
| Methods inherited from class com.novell.admin.ns.ValueListFacade |
getValueList, replaceBooleanValue, replaceHexValue, replaceLongValue, replaceStringValue, replaceValueList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ObjectACLFacade(ValueList comp)
throws IncompatibleComponentException
comp - The ValueList that represents the NDS Object ACL data.
IncompatibleComponentException - Not used.| Method Detail |
public static ValueList createValueList(java.lang.String protectedAttrName,
java.lang.String subjectName,
long privileges)
protectedAttrName - Refer to NDS Schema Reference.subjectName - Refer to NDS Schema Reference.privileges - Refer to NDS Schema Reference.
public static ValueList createValueList(java.lang.String protectedAttrName,
java.lang.String subjectName,
long privileges,
Syntax syntax)
protectedAttrName - Refer to NDS Schema Reference.subjectName - Refer to NDS Schema Reference.privileges - Refer to NDS Schema Reference.
public long getPrivileges()
public java.lang.String getProtectedAttrName()
public java.lang.String getSubjectName()
public void setPrivileges(long privileges)
privileges - The privileges.public void setProtectedAttrName(java.lang.String name)
name - The name of the protected attribute.public void setSubjectName(java.lang.String name)
name - The name of the subject.
FacadeParameterException - Can not set to the value requested.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||