Class TokenClaims

    • Constructor Detail

      • TokenClaims

        public TokenClaims()
    • Method Detail

      • getSubscriber

        @JSONProperty(value="sub",
                      ignoreIfNull=true)
        public String getSubscriber()
      • getTopic

        @JSONProperty(ignoreIfNull=true)
        public String getTopic()
      • getJti

        @JSONProperty(ignoreIfNull=true)
        public String getJti()
      • getIat

        @JSONProperty(ignoreIfNull=true)
        public long getIat()
      • getExp

        @JSONProperty(ignoreIfNull=true)
        public long getExp()
      • isShared

        @JSONProperty(value="shared",
                      ignoreIfNull=true)
        public boolean isShared()
      • isNonPersistent

        @JSONProperty(value="volatile",
                      ignoreIfNull=true)
        public boolean isNonPersistent()