Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Class and Description |
---|---|
class |
CanonicalGrantee
Grantee information in the ACL,
AccessControlList |
class |
GroupGrantee
Grantee group information in the ACL,
AccessControlList |
Modifier and Type | Method and Description |
---|---|
GranteeInterface |
GrantAndPermission.getGrantee()
Obtain the grantee (group) information.
|
Modifier and Type | Method and Description |
---|---|
List<Permission> |
AccessControlList.getPermissionsForGrantee(GranteeInterface grantee)
Obtain the permission specified in the ACL
GranteeInterface . |
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.