|
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 ServerEntity
The server representation of an Entity. <p/> This is not normally referred to directly by consuming systems that instead would use the Client API's Entity interface.
Entity| Method Summary | |
|---|---|
SecuredValue |
getAttributeValue(java.lang.String attributeName)Gets the SecuredValue that represents the provided attribute. |
EntityKey |
getEntityKey()Gets the EntityKey that is used to identify this object on the server. |
ObjectType |
getObjectType()Gets the ObjectType of this object. |
java.util.Set |
getReadableAttributeNames()Gets a set of attribute names that are "readable" by the caller. |
EntityKey |
getStructuralObjectEntityKey()Either gets the EntityKey of the object that this object is "attached to" if this object is a mix-in, otherwise returns null. |
long |
getTransactionId()Gets the ID of the transaction that this object is bound to or Server.NO_TRANSACTION if it is not bound to a transaction. |
boolean |
isMixin()Determines whether this ServerEntity is a mixin. |
| Method Detail |
|---|
SecuredValue getAttributeValue(java.lang.String attributeName)
attributeName - name of the attribute to returnjava.util.Set getReadableAttributeNames()
EntityKey getEntityKey()
ObjectType getObjectType()
long getTransactionId()
Server.NO_TRANSACTION if it is not bound to a transaction.NO_TRANSACTION.boolean isMixin()
true if this ServerEntity is a mixin, otherwise false.
EntityKey getStructuralObjectEntityKey()
throws ServerException
ServerException
|
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 | |||||||||