public interface BackingEngine
| Modifier and Type | Method and Description |
|---|---|
void |
addRole(String username,
String role)
Add a role to the user
|
void |
addUser(String username,
String password)
Create a new User.
|
void |
deleteRole(String username,
String role)
Remove a role from a user.
|
void |
deleteUser(String username)
Delete User
|
List<org.apache.karaf.jaas.boot.principal.RolePrincipal> |
listRoles(org.apache.karaf.jaas.boot.principal.UserPrincipal user)
List Roles for .
|
List<org.apache.karaf.jaas.boot.principal.UserPrincipal> |
listUsers()
List Users
|
void addUser(String username, String password)
username - password - void deleteUser(String username)
username - List<org.apache.karaf.jaas.boot.principal.UserPrincipal> listUsers()
List<org.apache.karaf.jaas.boot.principal.RolePrincipal> listRoles(org.apache.karaf.jaas.boot.principal.UserPrincipal user)
user - void addRole(String username, String role)
username - role - Copyright © 2007-2014 FuseSource, Corp.. All Rights Reserved.