Class RoleResource

java.lang.Object
com.strongdm.api.RoleResource

public class RoleResource extends Object
RoleResource represents an individual access grant of a Role to a Resource.
  • Constructor Details

    • RoleResource

      public RoleResource()
  • Method Details

    • getGrantedAt

      public Date 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

      public void setGrantedAt(Date in)
      The most recent time at which access was granted. If access was granted, revoked, and granted again, this will reflect the later time.
    • getResourceId

      public String getResourceId()
      The unique identifier of the Resource to which access is granted.
    • setResourceId

      public void setResourceId(String in)
      The unique identifier of the Resource to which access is granted.
    • getRoleId

      public String getRoleId()
      The unique identifier of the Role to which access is granted.
    • setRoleId

      public void setRoleId(String in)
      The unique identifier of the Role to which access is granted.