com.ibm.portal.ac
Interface AccessControlRuntimeModelProvider
public interface AccessControlRuntimeModelProvider
An object implementing this interface indicates that it provides Access
Control Runtime Information using the AccessControlRuntimeModel
interface.
- Since:
- 6.1.0.3
getAccessControlRuntimeModel
AccessControlRuntimeModel getAccessControlRuntimeModel()
throws AccessControlException,
SystemException
- Returns the
AccessControlRuntimeModel
associated with this
object
- Returns:
- AccessControlRuntimeModel for the object that implements the
interface, never null
- Throws:
AccessControlException
- will be thrown if any access control
related error occurs
SystemException
- will be thrown if a system resource problem, e.g.
a database exception, occurs