+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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

Method Summary
 AccessControlRuntimeModel getAccessControlRuntimeModel()
          Return the AccessControlRuntimeModel associated with this object
 

Method Detail

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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD