Interface TwoFactorStore
-
- All Superinterfaces:
Map<edu.uiuc.ncsa.security.core.Identifier,TwoFactorInfo>,edu.uiuc.ncsa.security.core.Store<TwoFactorInfo>
- All Known Implementing Classes:
TwoFactorFS,TwoFactorMS,TwoFactorSQLStore
public interface TwoFactorStore extends edu.uiuc.ncsa.security.core.Store<TwoFactorInfo>
Marker interface required by storage API.Created by Jeff Gaynor
on 10/18/12 at 11:05 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description edu.uiuc.ncsa.security.storage.data.MapConvertergetMapConverter()-
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
-
-