Klasse AnnotationHandler
java.lang.Object
org.eclipse.emf.cdo.server.spi.security.AnnotationHandler
- Alle implementierten Schnittstellen:
InternalSecurityManager.CommitHandler
If the meaning of this type isn't clear, there really should be more of a description here...
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
handleClassPermission
(Realm realm, EClass eClass, String key, Access access) void
handleCommit
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Called before the commit is security checked and passed to the repository.protected void
handlePackage
(Realm realm, EPackage ePackage) protected void
handlePackagePermission
(Realm realm, EPackage ePackage, String key, Access access) protected void
handlePackageUnits
(InternalSecurityManager securityManager, CDOPackageUnit[] packageUnits) protected void
handlePermission
(Realm realm, EModelElement modelElement, String key, Access access, EClass filterClass, EReference filterFeature) void
init
(InternalSecurityManager securityManager, boolean firstTime) toString()
-
Felddetails
-
SOURCE_URI
- Siehe auch:
-
READ_KEY
- Siehe auch:
-
WRITE_KEY
- Siehe auch:
-
DELIMITERS
- Siehe auch:
-
-
Konstruktordetails
-
AnnotationHandler
public AnnotationHandler()
-
-
Methodendetails
-
init
- Angegeben von:
init
in SchnittstelleInternalSecurityManager.CommitHandler
-
handleCommit
public void handleCommit(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Beschreibung aus Schnittstelle kopiert:InternalSecurityManager.CommitHandler
Called before the commit is security checked and passed to the repository.- Angegeben von:
handleCommit
in SchnittstelleInternalSecurityManager.CommitHandler
- Parameter:
user
- the committing user ornull
if this commit istriggered
by the system.- Siehe auch:
-
handlePackageUnits
protected void handlePackageUnits(InternalSecurityManager securityManager, CDOPackageUnit[] packageUnits) -
handlePackage
-
handlePackagePermission
-
handleClassPermission
-
handlePermission
protected void handlePermission(Realm realm, EModelElement modelElement, String key, Access access, EClass filterClass, EReference filterFeature) -
toString
-