Package edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
-
Interface Summary Interface Description RefreshTokenStore<V extends edu.uiuc.ncsa.security.core.Identifiable> Created by Jeff Gaynor
on 3/25/14 at 10:23 AMRFC8628Store<V extends edu.uiuc.ncsa.security.core.Identifiable> Created by Jeff Gaynor
on 7/23/21 at 7:00 AMUsernameFindable<V extends OA2ServiceTransaction> Certain cases in the OIDC spec (such as getting the id token back as a hint) requiring checking that the user so named has an active logon. -
Class Summary Class Description RefreshTokenRetentionPolicy Created by Jeff Gaynor
on 3/26/14 at 3:39 PMSafeGCRetentionPolicy For retention policies that are "safe".TokenInfoRecord Created by Jeff Gaynor
on 3/16/22 at 10:38 AMTokenInfoRecordMap This tracksTokenInfoRecord
by their client and transaction id, since we need to manage them both ways.