Class IDTokenImpl

  • All Implemented Interfaces:
    NewToken, Token, Serializable

    public class IDTokenImpl
    extends TokenImpl
    This is used for ID tokens. Note that this is mostly used in the exchange endpoint because of the signature of Java methods. At some point it should probably get used more widely.

    Created by Jeff Gaynor
    on 10/13/23 at 6:24 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • IDTokenImpl

        public IDTokenImpl​(String sciToken,
                           URI jti)
      • IDTokenImpl

        public IDTokenImpl​(URI token)
      • IDTokenImpl

        public IDTokenImpl()