Class ATServer2.IDTokenEntry
- java.lang.Object
-
- org.oa4mp.delegation.server.client.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 correspondingJSONObject
keyed byAccessToken
.
-
-
Constructor Summary
Constructors Constructor Description IDTokenEntry()
-