Class PermissionTicketEntity

    • Constructor Detail

      • PermissionTicketEntity

        public PermissionTicketEntity()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getOwner

        public String getOwner()
      • setOwner

        public void setOwner​(String owner)
      • setScope

        public void setScope​(ScopeEntity scope)
      • setRequester

        public void setRequester​(String requester)
      • getRequester

        public String getRequester()
      • getCreatedTimestamp

        public Long getCreatedTimestamp()
      • setCreatedTimestamp

        public void setCreatedTimestamp​(Long createdTimestamp)
      • getGrantedTimestamp

        public Long getGrantedTimestamp()
      • setGrantedTimestamp

        public void setGrantedTimestamp​(long grantedTimestamp)
      • isGranted

        public boolean isGranted()
      • setPolicy

        public void setPolicy​(PolicyEntity policy)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object