|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EntityAttribute
Interface for an attribute of an entity.
| Method Summary | |
|---|---|
ServerAttributeDefinition |
getAttributeDefinition()Gets the defintion for this attribute. |
java.lang.Object |
getValue()Gets the value of this attribute (can be null and can be a collection). |
boolean |
isReadable()Determines if this attribute is readable by the calling user. |
| Method Detail |
|---|
boolean isReadable()
true if it is readable, otherwise false.java.lang.Object getValue()
Object representing value of this attribute (can be null and can be a collection).java.lang.SecurityException - if the attribue is not readableisReadable()ServerAttributeDefinition getAttributeDefinition()
ServerAttributeDefinition for this attribute.
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||