|
|||||||||
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.RoleElement
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 | |
RoleElement()
Default constuctor |
|
RoleElement(java.lang.String name)
Constructor |
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 RoleElement()
public RoleElement(java.lang.String name)
name
- name of the role element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |