Class TwoFactorMS
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<edu.uiuc.ncsa.security.core.Identifier,V>
-
- edu.uiuc.ncsa.security.storage.MemoryStore<TwoFactorInfo>
-
- org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorMS
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Store<TwoFactorInfo>
,Serializable
,Cloneable
,Map<edu.uiuc.ncsa.security.core.Identifier,TwoFactorInfo>
,TwoFactorStore
public class TwoFactorMS extends edu.uiuc.ncsa.security.storage.MemoryStore<TwoFactorInfo> implements TwoFactorStore
Created by Jeff Gaynor
on 10/18/12 at 10:15 AM- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.uiuc.ncsa.security.storage.MemoryStore
edu.uiuc.ncsa.security.storage.MemoryStore.MSInitializer
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description TwoFactorMS(edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo> identifiableProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.storage.data.MapConverter
getMApConverter()
List<TwoFactorInfo>
getMostRecent(int n, List<String> attributes)
edu.uiuc.ncsa.security.core.XMLConverter<TwoFactorInfo>
getXMLConverter()
-
Methods inherited from class edu.uiuc.ncsa.security.storage.MemoryStore
create, getAll, getInitializer, getMapConverter, realSave, register, remove, save, search, search, search, size, update
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
Methods inherited from interface edu.uiuc.ncsa.security.core.Store
create, getAll, register, remove, save, search, search, search, size, update
-
Methods inherited from interface org.cilogon.oauth2.servlet.storage.twofactor.TwoFactorStore
getMapConverter
-
-
-
-
Constructor Detail
-
TwoFactorMS
public TwoFactorMS(edu.uiuc.ncsa.security.core.IdentifiableProvider<TwoFactorInfo> identifiableProvider)
-
-
Method Detail
-
getMApConverter
public edu.uiuc.ncsa.security.storage.data.MapConverter getMApConverter()
-
getXMLConverter
public edu.uiuc.ncsa.security.core.XMLConverter<TwoFactorInfo> getXMLConverter()
- Specified by:
getXMLConverter
in interfaceedu.uiuc.ncsa.security.core.Store<TwoFactorInfo>
-
getMostRecent
public List<TwoFactorInfo> getMostRecent(int n, List<String> attributes)
- Specified by:
getMostRecent
in interfaceedu.uiuc.ncsa.security.core.Store<TwoFactorInfo>
-
-