Class PolicyResponse
java.lang.Object
com.iland.core.web.rest.response.iam.PolicyResponse
- All Implemented Interfaces:
Serializable
Policy Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyResponse(String entityUuid, IamEntityType domain, PolicyType type, Set<Permission> permissions) -
Method Summary
-
Constructor Details
-
PolicyResponse
public PolicyResponse(String entityUuid, IamEntityType domain, PolicyType type, Set<Permission> permissions)
-
-
Method Details
-
getEntityUuid
Get the entity uuid.- Returns:
Stringentity uuid
-
getDomain
Get the entity domain.- Returns:
IamEntityTypeentity domain
-
getType
Get the policy type.- Returns:
PolicyTypepolicy type
-
getPermissions
Get the set of permisssions.- Returns:
SetofPermission
-
equals
-
hashCode
public int hashCode() -
toString
-