|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.entitlements.admin.rbac.DataTableElement
com.bea.security.entitlements.admin.rbac.BaseTableElement
com.bea.security.entitlements.admin.rbac.AttributableEntitlementElement
com.bea.security.entitlements.admin.rbac.SubjectElement
The attribute element class represents an attribute. It's likely that this class could be replaced by the rbac api version directly, but it will need to be wrapped with the DataTableElement object to allow for row selection
Constructor Summary | |
SubjectElement()
Default constuctor |
|
SubjectElement(java.lang.String name)
Constructor |
Method Summary | |
java.lang.String |
getDirectory()
Get the currently selected directory |
java.lang.String |
getType()
Get the subject type for this rule |
void |
setDirectory(java.lang.String dir)
Set the directory to use for subject queries |
void |
setType(java.lang.String subjType)
Set the subject type |
Methods inherited from class com.bea.security.entitlements.admin.rbac.AttributableEntitlementElement |
addAttribute, getAttributes, setAttributes |
Methods inherited from class com.bea.security.entitlements.admin.rbac.BaseTableElement |
getName, setName |
Methods inherited from class com.bea.security.entitlements.admin.rbac.DataTableElement |
getcolor, getColorStyle, isSelected, setSelected |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubjectElement()
public SubjectElement(java.lang.String name)
name
- Name of the subjectMethod Detail |
public java.lang.String getDirectory()
public java.lang.String getType()
public void setDirectory(java.lang.String dir)
public void setType(java.lang.String subjType)
subjType
- SubjectType.USER for user, SubjectType.GROUP for Group
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |