
public interface SecurityItemContainer extends SecurityItemProvider
| Modifier and Type | Method and Description |
|---|---|
Group |
addGroup(String id) |
Role |
addRole(String id) |
User |
addUser(IPasswordCredentials credentials) |
User |
addUser(String id) |
User |
addUser(String id,
String password) |
Group |
removeGroup(String id) |
Role |
removeRole(String id) |
User |
removeUser(String id) |
User |
setPassword(String id,
String password) |
getGroup, getRole, getUserUser addUser(IPasswordCredentials credentials)
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.