Class MapPermissionTicketEntity

    • Constructor Detail

      • MapPermissionTicketEntity

        public MapPermissionTicketEntity​(String id)
      • MapPermissionTicketEntity

        public MapPermissionTicketEntity()
    • Method Detail

      • getOwner

        public String getOwner()
      • setOwner

        public void setOwner​(String owner)
      • getRequester

        public String getRequester()
      • setRequester

        public void setRequester​(String requester)
      • getCreatedTimestamp

        public Long getCreatedTimestamp()
      • setCreatedTimestamp

        public void setCreatedTimestamp​(Long createdTimestamp)
      • getGrantedTimestamp

        public Long getGrantedTimestamp()
      • setGrantedTimestamp

        public void setGrantedTimestamp​(Long grantedTimestamp)
      • getResourceId

        public String getResourceId()
      • setResourceId

        public void setResourceId​(String resourceId)
      • getScopeId

        public String getScopeId()
      • setScopeId

        public void setScopeId​(String scopeId)
      • getResourceServerId

        public String getResourceServerId()
      • setResourceServerId

        public void setResourceServerId​(String resourceServerId)
      • getPolicyId

        public String getPolicyId()
      • setPolicyId

        public void setPolicyId​(String policyId)