com.ibm.portal.ac
Interface ManagedProtectedResourceProvider


public interface ManagedProtectedResourceProvider

An object implementing this interface indicates that it provides Access Control related information using the ManagedProtectedResource interface.

Since:
6.1.0.3

Method Summary
 ManagedProtectedResource getManagedProtectedResource()
          Returns the ManagedProtectedResource associated with this object
 ManagedProtectedResourceController getManagedProtectedResourceController()
          Returns the ManagedProtectedResourceController associated with this object
 

Method Detail

getManagedProtectedResource

ManagedProtectedResource getManagedProtectedResource()
                                                     throws AccessControlException,
                                                            SystemException
Returns the ManagedProtectedResource associated with this object

Returns:
ManagedProtectedResource object associated with the object implementing this 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

getManagedProtectedResourceController

ManagedProtectedResourceController getManagedProtectedResourceController()
                                                                         throws AccessControlException,
                                                                                SystemException
Returns the ManagedProtectedResourceController associated with this object

Returns:
ManagedProtectedResourceController object associated with the object implementing this 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