Uses of Interface
org.eclipse.emf.cdo.security.User
Packages that use User
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 User in org.eclipse.emf.cdo.security
Methods in org.eclipse.emf.cdo.security that return UserModifier and TypeMethodDescriptionSecurityItemContainer.addUser
(org.eclipse.net4j.util.security.IPasswordCredentials credentials) SecurityFactory.createUser()
Returns a new object of class 'User'.SecurityFactory.createUser
(String id) SecurityFactory.createUser
(String id, String password) static User
RealmUtil.findUser
(EList<SecurityItem> items, String userID) static User
RealmUtil.removeUser
(EList<SecurityItem> items, String userID) SecurityItemContainer.removeUser
(String id) SecurityItemContainer.setPassword
(String id, String password) Methods in org.eclipse.emf.cdo.security that return types with arguments of type UserModifier and TypeMethodDescriptionstatic BasicEList<User>
RealmUtil.allUsers
(EList<SecurityItem> items) Realm.getAllUsers()
Returns the value of the 'All Users' reference list.Group.getUsers()
Returns the value of the 'Users' reference list. -
Uses of User in org.eclipse.emf.cdo.security.impl
Classes in org.eclipse.emf.cdo.security.impl that implement UserMethods in org.eclipse.emf.cdo.security.impl that return UserModifier and TypeMethodDescriptionDirectoryImpl.addUser
(org.eclipse.net4j.util.security.IPasswordCredentials credentials) protected User
RealmImpl.addUser
(org.eclipse.net4j.util.security.IPasswordCredentials credentials) SecurityFactoryImpl.createUser()
SecurityFactoryImpl.createUser
(String id) SecurityFactoryImpl.createUser
(String id, String password) DirectoryImpl.removeUser
(String id) RealmImpl.removeUser
(String id) DirectoryImpl.setPassword
(String id, String password) RealmImpl.setPassword
(String id, String password) Methods in org.eclipse.emf.cdo.security.impl that return types with arguments of type UserMethods in org.eclipse.emf.cdo.security.impl with parameters of type User -
Uses of User in org.eclipse.emf.cdo.security.util
Methods in org.eclipse.emf.cdo.security.util with parameters of type UserModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'User'.boolean
SecurityValidator.validateUser
(User user, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of User in org.eclipse.emf.cdo.server.spi.security
Methods in org.eclipse.emf.cdo.server.spi.security with parameters of type UserModifier and TypeMethodDescriptionvoid
AnnotationHandler.handleCommit
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) void
HomeFolderHandler.handleCommit
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) void
InternalSecurityManager.CommitHandler.handleCommit
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) Called before the commit is security checked and passed to the repository.void
InternalSecurityManager.CommitHandler2.WithUser.handleCommit
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) protected abstract void
InternalSecurityManager.CommitHandler2.WithUser.handleCommitted
(InternalSecurityManager securityManager, IStoreAccessor.CommitContext commitContext, User user) protected void
HomeFolderHandler.handleUser
(CDOTransaction transaction, Realm realm, Role role, User user)