Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Field and Description |
---|---|
static Permission |
Permission.PERMISSION_FULL_CONTROL
Full control permission
|
static Permission |
Permission.PERMISSION_FULL_CONTROL_OBJECT
Deprecated.
|
static Permission |
Permission.PERMISSION_READ
Read permission
|
static Permission |
Permission.PERMISSION_READ_ACP
ACL read permission
|
static Permission |
Permission.PERMISSION_READ_OBJECT
Deprecated.
|
static Permission |
Permission.PERMISSION_WRITE
Write permission
|
static Permission |
Permission.PERMISSION_WRITE_ACP
ACL write permission
|
Modifier and Type | Method and Description |
---|---|
Permission |
GrantAndPermission.getPermission()
Obtain the permission information.
|
static Permission |
Permission.parsePermission(String str)
Obtain a permission object based on the string.
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
AccessControlList.getPermissionsForGrantee(GranteeInterface grantee)
Obtain the permission specified in the ACL
GranteeInterface . |
Modifier and Type | Method and Description |
---|---|
GrantAndPermission |
AccessControlList.grantPermission(GranteeInterface grantee,
Permission permission)
Specify permissions
Permission in the ACL GranteeInterface . |
Constructor and Description |
---|
GrantAndPermission(GranteeInterface grantee,
Permission permission)
Constructor
|
Copyright © 2019. All rights reserved.