Package | Description |
---|---|
com.iijgio.dag.auth.policy |
IIJ GIOストレージ&アナリシスサービスのアクセスコントロールポリシーを生成するための
クラスを含みます。ポリシーの利用によってIIJ GIOストレージ&アナリシスサービスのリソースへの
適切な粒度でのアクセスコントロールを行う事ができます。すなわち
どのResourceへアクセス出来るか
だれがリソースへアクセスできるか(Proncipal)
どのActionをリソースへとることが出来るか
日付などの条件を示すConditions
を用いて、アクセスコントロールを行うことが出来ます
|
Modifier and Type | Method and Description |
---|---|
Statement.Effect |
Statement.getEffect()
ステートメントが評価された際に返される、結果のエフェクトを返します。
ポリシーステートメントは、許可又は拒否のいずれかをとります。
|
static Statement.Effect |
Statement.Effect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statement.Effect[] |
Statement.Effect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Statement.setEffect(Statement.Effect effect)
ステートメントが評価された際に返される、結果のエフェクトをセットします。
ポリシーステートメントは、許可又は拒否のいずれかをとります。
|
Constructor and Description |
---|
Statement(Statement.Effect effect)
新たにエフェクトを指定して、アクセスコントロールポリシーのステートメントを
構築します。
|
Copyright © 2018. All rights reserved.