Skip navigation links

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


oracle.iam.rm.server_api
Interface SecuredValue

All Superinterfaces:
java.io.Serializable

public interface SecuredValue
extends java.io.Serializable

A container for a value that has been secured by way of RBAC (role-based access control).


Method Summary
 java.lang.Object getValue()
          Gets the value from this SecuredValue container.
 boolean isReadable()
          Determines the readability of this value.

 

Method Detail

getValue

java.lang.Object getValue()
Gets the value from this SecuredValue container.
Returns:
Object representing the value from this SecuredValue container.
Throws:
java.lang.SecurityException - if the value is not readable isReadable().

isReadable

boolean isReadable()
Determines the readability of this value.
Returns:
Boolean true if it is readable, otherwise false.

Skip navigation links

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


Copyright © 2007, 2008 Oracle. All Rights Reserved.