Interface UsernameFindable<V extends OA2ServiceTransaction>
-
- 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 UsernameFindable<V extends OA2ServiceTransaction> extends edu.uiuc.ncsa.security.core.Store<V>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. That means that there must be a pending transaction.Created by Jeff Gaynor
on 11/25/15 at 12:05 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<V>getByUsername(String username)-
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
-
-