Interface RFC8628Store<V extends edu.uiuc.ncsa.security.core.Identifiable>
-
- All Known Subinterfaces:
OA2TStoreInterface<V>
- All Known Implementing Classes:
OA2FSTStore
,OA2MTStore
,OA2SQLTStore
public interface RFC8628Store<V extends edu.uiuc.ncsa.security.core.Identifiable>
Created by Jeff Gaynor
on 7/23/21 at 7:00 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
getByUserCode(String userCode)
List<RFC8628State>
getPending()
boolean
hasUserCode(String userCode)
-
-
-
Method Detail
-
getPending
List<RFC8628State> getPending()
-
hasUserCode
boolean hasUserCode(String userCode)
-
-