|
|||||||||
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.AttributeElement
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 | |
AttributeElement(java.lang.String name,
java.lang.String value)
Constructor to create a new Attribute value pair |
|
AttributeElement(java.lang.String name,
java.lang.String value,
com.bea.ales.rbac.AttributeElement rbacElement)
Constructor to create a new Attribute Element |
|
AttributeElement(java.lang.String name,
java.lang.String type,
boolean isList,
java.lang.String value)
Constructor to create a new Attribute Element |
Method Summary | |
java.lang.String |
addValueToList()
Add new value to attribute list value |
java.util.List |
getAvailableTypes()
Get all available attribute types for new attribute |
java.util.List |
getCurrentListValue()
Get attribute list value |
java.lang.String |
getNewValue()
Get new attribute value for attribute modification |
com.bea.ales.rbac.AttributeElement |
getRbacElement()
Return the wrapped RBAC Element if available, null otherwise |
java.util.List |
getSelectedListValue()
Get selected list value for attribute value modification |
java.lang.String |
getType()
Get current attribute type |
java.lang.String |
getValue()
Gets value for the attribute to set |
boolean |
isList()
Get status of isList |
boolean |
isValueNotSet()
determine if attribute value is set |
java.lang.String |
removeSelectedFromList()
Action to remove selected values from attribute list value |
void |
setList(boolean isList)
Reset the status of isList |
void |
setNewValue(java.lang.String newValue)
Set new attribute value for attribute value modification |
void |
setRbacElement(com.bea.ales.rbac.AttributeElement rbacElement)
Set a new RBAC Element attribute - not admin Attribute Element |
void |
setSelectedListValue(java.util.List selectedItems)
Set selected list value for attribute value modification |
void |
setType(java.lang.String type)
Set current attribute type |
void |
setValue(java.lang.String value)
Set Value for attribute |
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 AttributeElement(java.lang.String name, java.lang.String value)
name
- Name to setvalue
- Value to setpublic AttributeElement(java.lang.String name, java.lang.String value, com.bea.ales.rbac.AttributeElement rbacElement)
name
- Name to setvalue
- Value to setrbacElement
- Value of the RBAC Attribute Element to wrappublic AttributeElement(java.lang.String name, java.lang.String type, boolean isList, java.lang.String value)
name
- Name to settype
- Type to setvalue
- Value to setMethod Detail |
public java.lang.String addValueToList()
public java.util.List getAvailableTypes()
public java.util.List getCurrentListValue()
public java.lang.String getNewValue()
public com.bea.ales.rbac.AttributeElement getRbacElement()
public java.util.List getSelectedListValue()
public java.lang.String getType()
public java.lang.String getValue()
public boolean isList()
public boolean isValueNotSet()
public java.lang.String removeSelectedFromList()
public void setList(boolean isList)
isList
- True if set the attribute value to list typepublic void setNewValue(java.lang.String newValue)
newValue
- new attribute valuepublic void setRbacElement(com.bea.ales.rbac.AttributeElement rbacElement)
rbacElement
- The rbacElement to set.public void setSelectedListValue(java.util.List selectedItems)
selectedItems
- list of selected attribute list value to setpublic void setType(java.lang.String type)
type
- attribute typepublic void setValue(java.lang.String value)
value
- new value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |