Interface RefreshTokenStore<V extends edu.uiuc.ncsa.security.core.Identifiable>
-
- All Superinterfaces:
Map<edu.uiuc.ncsa.security.core.Identifier,V>
,edu.uiuc.ncsa.security.core.Store<V>
- All Known Subinterfaces:
OA2TStoreInterface<V>
- All Known Implementing Classes:
OA2FSTStore
,OA2MTStore
,OA2SQLTStore
public interface RefreshTokenStore<V extends edu.uiuc.ncsa.security.core.Identifiable> extends edu.uiuc.ncsa.security.core.Store<V>
Created by Jeff Gaynor
on 3/25/14 at 10:23 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
get(RefreshTokenImpl refreshToken, edu.uiuc.ncsa.security.core.Identifier clientID)
OA2ServiceTransaction
get(RefreshToken refreshToken)
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
get
OA2ServiceTransaction get(RefreshToken refreshToken)
-
get
V get(RefreshTokenImpl refreshToken, edu.uiuc.ncsa.security.core.Identifier clientID)
-
-