Interface ISecurityManagementContext

All Known Implementing Classes:
ISecurityManagementContext.Default

public interface ISecurityManagementContext
An optional security-management context that may be provided as an adapter by the view part to which the "Manage Security" command is contributed.
Author:
Christian W. Damus (CEA LIST)
  • Field Details

  • Method Details

    • connect

      CDOView connect(CDOSession session)
      Obtains a view in which to open the security resource for editing. If at all possible, this should be a writable transaction. If necessary, implementors are welcome to open a new session logged in as the Administrator for this purpose.
      See Also:
    • disconnect

      void disconnect(CDOView view)
      Releases a view previously obtained from this context. The caller must not attempt to use the view after this point because in all likelihood it will be closed.
      See Also:
    • getSecurityResource

      CDOResource getSecurityResource(CDOView view)
      Obtains the resource containing the security model for presentation in the Security Management editor.