Package org.eclipse.emf.cdo.security
Interface SecurityItemContainer
- All Superinterfaces:
SecurityItemProvider
- All Known Subinterfaces:
Directory
,InternalSecurityManager
,ISecurityManager
,Realm
- All Known Implementing Classes:
DirectoryImpl
,RealmImpl
- Since:
- 4.2
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionaddUser
(org.eclipse.net4j.util.security.IPasswordCredentials credentials) removeGroup
(String id) removeRole
(String id) removeUser
(String id) setPassword
(String id, String password) Methods inherited from interface org.eclipse.emf.cdo.security.SecurityItemProvider
getGroup, getRole, getUser
-
Method Details
-
addRole
-
addGroup
-
addUser
-
addUser
-
addUser
- Since:
- 4.3
-
setPassword
- Since:
- 4.3
-
removeRole
-
removeGroup
-
removeUser
-