Class RevokedJWTSubjectEntityDTO


  • public class RevokedJWTSubjectEntityDTO
    extends Object
    RevokedJWTSubjectEntityDTO
    • Constructor Detail

      • RevokedJWTSubjectEntityDTO

        public RevokedJWTSubjectEntityDTO()
    • Method Detail

      • getEntityId

        public String getEntityId()
        Subject Id of the revoked JWT(s). Can be user id or client id.
        Returns:
        entityId
      • setEntityId

        public void setEntityId​(String entityId)
      • getEntityType

        public String getEntityType()
        Type of the subject id. User id or client id.
        Returns:
        entityType
      • setEntityType

        public void setEntityType​(String entityType)
      • getRevocationTime

        public Long getRevocationTime()
        revocation timestamp.
        Returns:
        revocationTime
      • setRevocationTime

        public void setRevocationTime​(Long revocationTime)
      • getOrganization

        public String getOrganization()
        Organization of the revoked subject entity.
        Returns:
        organization
      • setOrganization

        public void setOrganization​(String organization)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object