クラスの使用
org.springframework.vault.support.Policy
Policy を使用するパッケージ
パッケージ
説明
Vault コアのサポート。
値オブジェクトなど、Vault パッケージをサポートするクラス。
org.springframework.vault.core 内の Policy 使用
Policy を返す org.springframework.vault.core のメソッド型 Policy のパラメーターを持つ org.springframework.vault.core のメソッド修飾子と型メソッド説明voidVaultSysOperations.createOrUpdatePolicy(StringSE name, Policy policy) Policyを作成または更新します。voidVaultSysTemplate.createOrUpdatePolicy(StringSE name, Policy policy) org.springframework.vault.support 内の Policy 使用
Policy を返す org.springframework.vault.support のメソッド修飾子と型メソッド説明static PolicyPolicy.empty()ルールなしで空のPolicyを作成します。static PolicyPolicy.of(SetSE<Policy.Rule> rules) 1 つ以上のrulesからPolicyを作成します。static PolicyPolicy.of(Policy.Rule... rules) 1 つ以上のrulesからPolicyを作成します。Policy.with(Policy.Rule rule) 構成されたすべてのルールを含む新しいPolicyオブジェクトを作成し、指定されたPolicy.Ruleを新しいポリシーオブジェクトに追加します。