| Package | Description |
|---|---|
| org.killbill.billing.security.api |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityApi.addRoleDefinition(String role,
List<String> permissions,
CallContext context)
Add a role definition in the Shiro store (JDBCRealm)
|
void |
SecurityApi.addUserRoles(String username,
String clearPassword,
List<String> roles,
CallContext context)
Add a user with roles in the Shiro store (JDBCRealm)
|
void |
SecurityApi.checkCurrentUserPermissions(List<Permission> permissions,
Logical logical,
TenantContext context)
Check the current user has the set of permissions.
|
void |
SecurityApi.invalidateUser(String username,
CallContext context)
Invalidate a user
|
void |
SecurityApi.updateUserPassword(String username,
String clearPassword,
CallContext context)
Update password for the user
|
void |
SecurityApi.updateUserRoles(String username,
List<String> roles,
CallContext context)
Update the roles associated with the user (only the specified roles will be in effect)
|
Copyright © 2010-2016. All Rights Reserved.