Package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.tx
Code relating to the token exchange endpoint (RFC 8693) storage. This stores all
exchanged tokens relating to a transaction.
Created by Jeff Gaynor
on 12/14/20 at 8:53 AM
-
Interface Summary Interface Description TXStore<V extends TXRecord> Created by Jeff Gaynor
on 12/14/20 at 8:54 AM -
Class Summary Class Description SQLTXRecordStore<V extends TXRecord> Note that the identifier is simple the JTI of the token and may be either an access or refresh token.SQLTXRStoreProvider<T extends SQLTXRecordStore> Created by Jeff Gaynor
on 12/14/20 at 11:27 AMTXFileStore<V extends TXRecord> Created by Jeff Gaynor
on 12/14/20 at 9:02 AMTXFSProvider<T extends TXFileStore> Created by Jeff Gaynor
on 12/14/20 at 1:14 PMTXMemoryStore<V extends TXRecord> Created by Jeff Gaynor
on 12/14/20 at 10:37 AMTXMultiStoreProvider<T extends TXStore<? extends TXRecord>> Created by Jeff Gaynor
on 12/17/20 at 10:02 AMTXRecord Created by Jeff Gaynor
on 12/14/20 at 8:54 AMTXRecordConverter<V extends TXRecord> Created by Jeff Gaynor
on 12/14/20 at 9:05 AMTXRecordProvider<V extends TXRecord> Created by Jeff Gaynor
on 12/14/20 at 10:43 AMTXRecordSerializationKeys Created by Jeff Gaynor
on 12/14/20 at 9:04 AMTXRecordTable Created by Jeff Gaynor
on 12/14/20 at 10:22 AM