Interface Policy
-
- All Superinterfaces:
Buildable<PolicyBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
KeystonePolicy
public interface Policy extends ModelEntity, Buildable<PolicyBuilder>
policy model class- See Also:
- API reference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
-
-
Method Detail
-
getId
String getId()
the unique identifier- Returns:
- the id of the policy
-
getProjectId
String getProjectId()
- Returns:
- the uuid for the associated project
-
getUserId
String getUserId()
- Returns:
- the id of the user who owns the policy
-
getType
String getType()
- Returns:
- the type of the policy
-
getBlob
String getBlob()
- Returns:
- the BLOB of the policy
-
-