public class PolicyResponse extends Object implements Serializable
Constructor and Description |
---|
PolicyResponse(String entityUuid,
IamEntityType domain,
PolicyType type,
Set<Permission> permissions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IamEntityType |
getDomain()
Get the entity domain.
|
String |
getEntityUuid()
Get the entity uuid.
|
Set<Permission> |
getPermissions()
Get the set of permisssions.
|
PolicyType |
getType()
Get the policy type.
|
int |
hashCode() |
String |
toString() |
public PolicyResponse(String entityUuid, IamEntityType domain, PolicyType type, Set<Permission> permissions)
public IamEntityType getDomain()
IamEntityType
entity domainpublic PolicyType getType()
PolicyType
policy typepublic Set<Permission> getPermissions()
Set
of Permission
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.