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