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)
    • Method Detail

      • 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:
        connect(CDOSession)
      • getSecurityResource

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