Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


oracle.iam.rm.client
Interface EntityAttribute


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

isReadable

boolean isReadable()
Determines if this attribute is readable by the calling user.
Returns:
Boolean true if it is readable, otherwise false.

getValue

java.lang.Object getValue()
Gets the value of this attribute (can be null and can be a collection).
Returns:
Object representing value of this attribute (can be null and can be a collection).
Throws:
java.lang.SecurityException - if the attribue is not readable
See Also:
isReadable()

getAttributeDefinition

ServerAttributeDefinition getAttributeDefinition()
Gets the defintion for this attribute.
Returns:
ServerAttributeDefinition for this attribute.

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E12031-02


Copyright © 2007, 2008 Oracle. All Rights Reserved.