Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
GrantAndPermission[] |
AccessControlList.getGrantAndPermissions()
Obtain all permissions in the ACL.
|
GrantAndPermission[] |
BucketLoggingConfiguration.getTargetGrants()
Obtain the log delivery group.
|
GrantAndPermission |
AccessControlList.grantPermission(GranteeInterface grantee,
Permission permission)
Specify permissions
Permission in the ACL GranteeInterface . |
Modifier and Type | Method and Description |
---|---|
Set<GrantAndPermission> |
AccessControlList.getGrants()
Obtain all permissions in the ACL.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketLoggingConfiguration.addTargetGrant(GrantAndPermission targetGrant)
Add permissions for logged objects
|
void |
AccessControlList.grantAllPermissions(GrantAndPermission[] grantAndPermissions)
Add grantee groups to the ACL.
|
void |
BucketLoggingConfiguration.setTargetGrants(GrantAndPermission[] targetGrants)
Set the log delivery group.
|
Copyright © 2019. All rights reserved.