Package com.strongdm.api
Class RoleResource
java.lang.Object
com.strongdm.api.RoleResource
RoleResource represents an individual access grant of a Role to a Resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe most recent time at which access was granted.The unique identifier of the Resource to which access is granted.The unique identifier of the Role to which access is granted.void
setGrantedAt
(Date in) The most recent time at which access was granted.void
setResourceId
(String in) The unique identifier of the Resource to which access is granted.void
The unique identifier of the Role to which access is granted.
-
Constructor Details
-
RoleResource
public RoleResource()
-
-
Method Details
-
getGrantedAt
The most recent time at which access was granted. If access was granted, revoked, and granted again, this will reflect the later time. -
setGrantedAt
The most recent time at which access was granted. If access was granted, revoked, and granted again, this will reflect the later time. -
getResourceId
The unique identifier of the Resource to which access is granted. -
setResourceId
The unique identifier of the Resource to which access is granted. -
getRoleId
The unique identifier of the Role to which access is granted. -
setRoleId
The unique identifier of the Role to which access is granted.
-