Package org.eclipse.emf.cdo.security.ui
Schnittstelle ISecurityManagementContext
- Alle bekannten Implementierungsklassen:
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.
- Autor:
- Christian W. Damus (CEA LIST)
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic class
A default implementation of asecurity management context
. -
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungconnect
(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.
-
Felddetails
-
DEFAULT
-
-
Methodendetails
-
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.- Siehe auch:
-
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.- Siehe auch:
-
getSecurityResource
Obtains the resource containing the security model for presentation in the Security Management editor.
-