Uses of Interface
org.eclipse.emf.cdo.security.Directory
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.
-
Uses of Directory in org.eclipse.emf.cdo.security
Modifier and TypeMethodDescriptionSecurityFactory.createDirectory()
Returns a new object of class 'Directory'.SecurityFactory.createDirectory
(String name) Realm.getDefaultGroupDirectory()
Returns the value of the 'Default Group Directory' reference.Realm.getDefaultRoleDirectory()
Returns the value of the 'Default Role Directory' reference.Realm.getDefaultUserDirectory()
Returns the value of the 'Default User Directory' reference.Modifier and TypeMethodDescriptionvoid
Realm.setDefaultGroupDirectory
(Directory value) Sets the value of the 'Default Group Directory
' reference.void
Realm.setDefaultRoleDirectory
(Directory value) Sets the value of the 'Default Role Directory
' reference.void
Realm.setDefaultUserDirectory
(Directory value) Sets the value of the 'Default User Directory
' reference. -
Uses of Directory in org.eclipse.emf.cdo.security.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Container'.Modifier and TypeMethodDescriptionSecurityFactoryImpl.createDirectory()
SecurityFactoryImpl.createDirectory
(String name) RealmImpl.getDefaultGroupDirectory()
RealmImpl.getDefaultRoleDirectory()
RealmImpl.getDefaultUserDirectory()
Modifier and TypeMethodDescriptionvoid
RealmImpl.setDefaultGroupDirectory
(Directory newDefaultGroupDirectory) void
RealmImpl.setDefaultRoleDirectory
(Directory newDefaultRoleDirectory) void
RealmImpl.setDefaultUserDirectory
(Directory newDefaultUserDirectory) -
Uses of Directory in org.eclipse.emf.cdo.security.util
Modifier and TypeMethodDescriptionSecuritySwitch.caseDirectory
(Directory object) Returns the result of interpreting the object as an instance of 'Directory'.boolean
SecurityValidator.validateDirectory
(Directory directory, DiagnosticChain diagnostics, Map<Object, Object> context)