Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1)

E10651-03


oracle.adf.controller.security
Interface ActivitySecurity


public interface ActivitySecurity

Security information on a taskflow. Used for EL evaluation.


Method Summary
 boolean isCustomizeAuthorized()
          Determines whether the Subject can customize the specified taskflow.
 boolean isGrantAuthorized()
          Determines whether the Subject can grant access to the specified taskflow.
 boolean isPersonalizeAuthorized()
          Determines whether the Subject can personalize the specified taskflow.
 boolean isViewAuthorized()
          Determines whether the Subject can view the specified taskflow.

 

Method Detail

isViewAuthorized

boolean isViewAuthorized()
Determines whether the Subject can view the specified taskflow. Note if there is any ambiguity over this, then we assume that the subject can view the taskflow. Subsequent operations may fail but this is a better failure than to falsely prohibit access.
Returns:
true if the Subject can view the taskflow; false otherwise.

isCustomizeAuthorized

boolean isCustomizeAuthorized()
Determines whether the Subject can customize the specified taskflow. Note if there is any ambiguity over this, then we assume that the subject can customize the taskflow. Subsequent operations may fail but this is a better failure than to falsely prohibit access.
Returns:
true if the Subject can view the taskflow; false otherwise.

isPersonalizeAuthorized

boolean isPersonalizeAuthorized()
Determines whether the Subject can personalize the specified taskflow. Note if there is any ambiguity over this, then we assume that the subject can personalize the taskflow. Subsequent operations may fail but this is a better failure than to falsely prohibit access.
Returns:
true if the Subject can view the taskflow; false otherwise.

isGrantAuthorized

boolean isGrantAuthorized()
Determines whether the Subject can grant access to the specified taskflow. Note if there is any ambiguity over this, then we assume that the subject can grant access to the taskflow. Subsequent operations may fail but this is a better failure than to falsely prohibit access.
Returns:
true if the Subject can view the taskflow; false otherwise.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Controller
11g Release 1 (11.1.1)

E10651-03


Copyright © 1997, 2009, Oracle. All rights reserved.