Class AbstractJwtProfile

    • Constructor Detail

      • AbstractJwtProfile

        public AbstractJwtProfile()
    • Method Detail

      • getSubject

        public String getSubject()
      • getIssuer

        public String getIssuer()
      • getExpirationDate

        public Date getExpirationDate()
      • getNotBefore

        public Date getNotBefore()
      • getIssuedAt

        public Date getIssuedAt()