public interface Grantee
AccessControlList
内でアクセス権限を与える事ができる要素Granteeを定義します
全てのGranteeは何らかのIDを持ち、IDのフォーマットはGranteeの種類に依存します。Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
このGranteeの識別子を取得します。識別子の意味は、各 実装に
寄って異なります。
|
String |
getTypeIdentifier()
リクエストヘッダーでGrantを指定する時に使われる
このGrantの識別子を返します。
|
void |
setIdentifier(String id)
このGranteeの識別子をセットします。識別子の意味は、各 実装に
寄って異なります。
|
String getTypeIdentifier()
String getIdentifier()
setIdentifier(String)
void setIdentifier(String id)
id
- この Granteeの識別子getIdentifier()
Copyright © 2018. All rights reserved.