Uses of Interface
org.openstack4j.model.identity.v3.Policy
-
Packages that use Policy Package Description org.openstack4j.api.identity.v3 org.openstack4j.openstack.identity.v3.domain org.openstack4j.openstack.identity.v3.internal -
-
Uses of Policy in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return Policy Modifier and Type Method Description PolicyPolicyService. create(String blob, String type, String projectId, String userId)Create a policyPolicyPolicyService. create(Policy policy)Create a policyPolicyPolicyService. get(String policyId)Get detailed information on a policy by idPolicyPolicyService. update(Policy policy)Update a policyMethods in org.openstack4j.api.identity.v3 that return types with arguments of type Policy Modifier and Type Method Description List<? extends Policy>PolicyService. list()Methods in org.openstack4j.api.identity.v3 with parameters of type Policy Modifier and Type Method Description PolicyPolicyService. create(Policy policy)Create a policyPolicyPolicyService. update(Policy policy)Update a policy -
Uses of Policy in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement Policy Modifier and Type Class Description classKeystonePolicyMethods in org.openstack4j.openstack.identity.v3.domain that return Policy Modifier and Type Method Description PolicyKeystonePolicy.PolicyConcreteBuilder. build()Methods in org.openstack4j.openstack.identity.v3.domain with parameters of type Policy Modifier and Type Method Description PolicyBuilderKeystonePolicy.PolicyConcreteBuilder. from(Policy in) -
Uses of Policy in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return Policy Modifier and Type Method Description PolicyPolicyServiceImpl. create(String blob, String type, String projectId, String userId)PolicyPolicyServiceImpl. create(Policy policy)PolicyPolicyServiceImpl. get(String policyId)PolicyPolicyServiceImpl. update(Policy policy)Methods in org.openstack4j.openstack.identity.v3.internal that return types with arguments of type Policy Modifier and Type Method Description List<? extends Policy>PolicyServiceImpl. list()Methods in org.openstack4j.openstack.identity.v3.internal with parameters of type Policy Modifier and Type Method Description PolicyPolicyServiceImpl. create(Policy policy)PolicyPolicyServiceImpl. update(Policy policy)
-