Package org.eclipse.emf.cdo.security.ui
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)
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
A default implementation of asecurity management context
. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionconnect
(CDOSession session) Obtains a view in which to open the security resource for editing.void
disconnect
(CDOView view) Releases aview
previously obtained from this context.getSecurityResource
(CDOView view) Obtains the resource containing the security model for presentation in the Security Management editor.
-
Field Details
-
DEFAULT
-
-
Method Details
-
connect
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. -
disconnect
Releases aview
previously obtained from this context. The caller must not attempt to use theview
after this point because in all likelihood it will be closed.- See Also:
-
getSecurityResource
Obtains the resource containing the security model for presentation in the Security Management editor.
-