Package | Description |
---|---|
com.iland.core.api.iam | |
com.iland.core.web.rest.response.iam |
Modifier and Type | Method and Description |
---|---|
static Permission |
Permission.getViewPermissionForDomain(IamEntityType domain) |
static Permission |
Permission.valueOf(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 |
---|---|
static Set<Permission> |
Permission.getAvailablePermissionsForDomain(IamEntityType domain) |
static Set<Permission> |
Permission.getAvailablePermissionsForDomain(IamEntityType domain,
AccessType accessType) |
Set<Permission> |
Permission.getImpliedPermissions() |
static Set<Permission> |
Permission.getRequiredPermissionsForDomain(IamEntityType domain) |
Modifier and Type | Method and Description |
---|---|
Set<Permission> |
PolicyResponse.getPermissions()
Get the set of permisssions.
|
Constructor and Description |
---|
PolicyResponse(String entityUuid,
IamEntityType domain,
PolicyType type,
Set<Permission> permissions) |
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.