Class ATServer2.IDTokenEntry

  • Enclosing class:
    ATServer2

    public static class ATServer2.IDTokenEntry
    extends Object
    Placeholder class for storing ID tokens. ID tokens are consumable in the sense that once we get them back, they are checked for validity and passed along to the client. The problem is that many applications (such as Kubernetes) are using them as a "poor man's SciToken", necessitating that we keep them around for at least a bit. This store holds the raw token (as a string) and the corresponding JSONObject keyed by AccessToken.
    • Field Detail

      • idToken

        public net.sf.json.JSONObject idToken
      • rawToken

        public String rawToken
    • Constructor Detail

      • IDTokenEntry

        public IDTokenEntry()