com.bea.security.entitlements.admin.rbac
Class RoleElement

java.lang.Object
  extended bycom.bea.security.entitlements.admin.rbac.DataTableElement
      extended bycom.bea.security.entitlements.admin.rbac.BaseTableElement
          extended bycom.bea.security.entitlements.admin.rbac.AttributableEntitlementElement
              extended bycom.bea.security.entitlements.admin.rbac.RoleElement
All Implemented Interfaces:
java.io.Serializable

public class RoleElement
extends AttributableEntitlementElement

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

See Also:
Serialized Form

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

RoleElement

public RoleElement()
Default constuctor


RoleElement

public RoleElement(java.lang.String name)
Constructor

Parameters:
name - name of the role element


Copyright © 2007 BEA Systems Inc. All Rights Reserved.