Package | Description |
---|---|
com.iijgio.dag.services.storage.model |
IIJ GIOストレージ&アナリシスサービスの様々な操作・情報・結果をモデル化するクラスを含みます
|
Modifier and Type | Method and Description |
---|---|
Permission |
Grant.getPermission()
このgrantでgranteeに許諾するパーミッションを返します。
|
static Permission |
Permission.parsePermission(String str)
列挙型の値を、指定したpermission文字列から返します。
指定された文字列から を特定できなかった場合は
null が返ります |
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 |
---|---|
void |
AccessControlList.grantPermission(Grantee grantee,
Permission permission)
このaccess control list(ACL)に権限と共にgranteeを追加します。
もし、ACLが既にgranteeを含んでいた場合、そのgranteeへの権限は更新されます
|
Constructor and Description |
---|
Grant(Grantee grantee,
Permission permission)
新規の オブジェクトを、granteeとパーミッションを指定して
構築します。
|
Copyright © 2018. All rights reserved.