Class RevokedJWTConsumerKeyDTO


  • public class RevokedJWTConsumerKeyDTO
    extends Object
    RevokedJWTConsumerKeyDTO
    • Constructor Detail

      • RevokedJWTConsumerKeyDTO

        public RevokedJWTConsumerKeyDTO()
    • Method Detail

      • getConsumerKey

        public String getConsumerKey()
        consumer key of the JWT.
        Returns:
        consumerKey
      • setConsumerKey

        public void setConsumerKey​(String consumerKey)
      • getRevocationTime

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

        public void setRevocationTime​(Long revocationTime)
      • getType

        public String getType()
        revoked consumer key type.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getOrganization

        public String getOrganization()
        organization of the revoked consumer key
        Returns:
        organization
      • setOrganization

        public void setOrganization​(String organization)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object