Uses of Class
org.killbill.billing.security.SecurityApiException
-
Packages that use SecurityApiException Package Description org.killbill.billing.security.api -
-
Uses of SecurityApiException in org.killbill.billing.security.api
Methods in org.killbill.billing.security.api that throw SecurityApiException Modifier and Type Method Description voidSecurityApi. addRoleDefinition(String role, List<String> permissions, CallContext context)Add a role definition in the Shiro store (JDBCRealm)voidSecurityApi. addUserRoles(String username, String clearPassword, List<String> roles, CallContext context)Add a user with roles in the Shiro store (JDBCRealm)voidSecurityApi. checkCurrentUserPermissions(List<Permission> permissions, Logical logical, TenantContext context)Check the current user has the set of permissions.List<String>SecurityApi. getUserRoles(String username, TenantContext tenantContext)Retrieves the roles associated to a user in the Shiro store (JDBCRealm)voidSecurityApi. invalidateUser(String username, CallContext context)Invalidate a uservoidSecurityApi. updateRoleDefinition(String role, List<String> permissions, CallContext context)voidSecurityApi. updateUserPassword(String username, String clearPassword, CallContext context)Update password for the uservoidSecurityApi. updateUserRoles(String username, List<String> roles, CallContext context)Update the roles associated with the user (only the specified roles will be in effect)
-