| Package | Description |
|---|---|
| org.killbill.billing.security | |
| org.killbill.billing.security.api |
| Modifier and Type | Method and Description |
|---|---|
static Permission |
Permission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Permission> |
SecurityApi.getCurrentUserPermissions(TenantContext context)
Return the set of permissions for the currently logged-in user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityApi.checkCurrentUserPermissions(java.util.List<Permission> permissions,
Logical logical,
TenantContext context)
Check the current user has the set of permissions.
|
Copyright © 2010-2018. All Rights Reserved.