Uses of Enum Class
org.eclipse.emf.cdo.security.Access
Package
Description
The generated EMF API of the CDO security model.
The generated EMF implementation of the CDO security model.
The generated EMF utilities of the CDO security model.
Server provider interfaces (SPI) for the server integration of the
Security
model.-
Uses of Access in org.eclipse.emf.cdo.security
Modifier and TypeFieldDescriptionAccess.VALUES
A public read-only list of all the 'Access' enumerators.Modifier and TypeMethodDescriptionstatic Access
Access.get
(int value) Returns the 'Access' literal with the specified integer value.static Access
Returns the 'Access' literal with the specified literal value.Permission.getAccess()
Returns the value of the 'Access' attribute.static Access
Returns the 'Access' literal with the specified name.Realm.getDefaultAccess()
Returns the value of the 'Default Access' attribute.User.getDefaultAccess()
Returns the value of the 'Default Access' attribute.User.getDefaultAccessOverride()
Returns the value of the 'Default Access Override' attribute.static Access
Returns the enum constant of this class with the specified name.static Access[]
Access.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSecurityFactory.createClassPermission
(EClass eClass, Access access) Deprecated.SecurityFactory.createFilterPermission
(Access access, PermissionFilter... filters) SecurityFactory.createPackagePermission
(EPackage ePackage, Access access) Deprecated.SecurityFactory.createRealm
(String name, Access defaultAccess) SecurityFactory.createResourcePermission
(String pattern, Access access) Deprecated.void
Sets the value of the 'Access
' attribute.void
Realm.setDefaultAccess
(Access value) Sets the value of the 'Default Access
' attribute.void
User.setDefaultAccessOverride
(Access value) Sets the value of the 'Default Access Override
' attribute. -
Uses of Access in org.eclipse.emf.cdo.security.impl
Modifier and TypeMethodDescriptionSecurityFactoryImpl.createAccessFromString
(EDataType eDataType, String initialValue) SecurityFactoryImpl.createAccessObjectFromString
(EDataType eDataType, String initialValue) PermissionImpl.getAccess()
RealmImpl.getDefaultAccess()
UserImpl.getDefaultAccess()
UserImpl.getDefaultAccessOverride()
Modifier and TypeMethodDescriptionSecurityFactoryImpl.createClassPermission
(EClass eClass, Access access) Deprecated.SecurityFactoryImpl.createFilterPermission
(Access access, PermissionFilter... filters) SecurityFactoryImpl.createPackagePermission
(EPackage ePackage, Access access) Deprecated.SecurityFactoryImpl.createRealm
(String name, Access defaultAccess) SecurityFactoryImpl.createResourcePermission
(String pattern, Access access) Deprecated.void
void
RealmImpl.setDefaultAccess
(Access newDefaultAccess) void
UserImpl.setDefaultAccessOverride
(Access newDefaultAccessOverride) -
Uses of Access in org.eclipse.emf.cdo.security.util
Modifier and TypeMethodDescriptionboolean
SecurityValidator.validateAccess
(Access access, DiagnosticChain diagnostics, Map<Object, Object> context) boolean
SecurityValidator.validateAccessObject
(Access accessObject, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Access in org.eclipse.emf.cdo.server.spi.security
Modifier and TypeMethodDescriptionprotected void
AnnotationHandler.handleClassPermission
(Realm realm, EClass eClass, String key, Access access) protected void
AnnotationHandler.handlePackagePermission
(Realm realm, EPackage ePackage, String key, Access access) protected void
AnnotationHandler.handlePermission
(Realm realm, EModelElement modelElement, String key, Access access, EClass filterClass, EReference filterFeature)
SecurityFactory.createFilterPermission(Access, PermissionFilter...)
andSecurityFactory.createClassFilter(EClass)
.