Package org.oa4mp.server.qdl.storage
Class TransactionStemMC<V extends org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction>
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.MapConverter<V>
-
- org.oa4mp.server.qdl.storage.StemConverter<V>
-
- org.oa4mp.server.qdl.storage.TransactionStemMC<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.XMLConverter<V>
public class TransactionStemMC<V extends org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction> extends StemConverter<V>
Created by Jeff Gaynor
on 12/21/20 at 7:17 AM
-
-
Constructor Summary
Constructors Constructor Description TransactionStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter, org.oa4mp.delegation.server.storage.ClientStore clientStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VfromMap(org.qdl_lang.variables.QDLStem stem, V v)protected org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeyskk()org.qdl_lang.variables.QDLStemtoMap(V v, org.qdl_lang.variables.QDLStem stem)-
Methods inherited from class org.oa4mp.server.qdl.storage.StemConverter
convertToStem, fromList, fromMap, fromMap, getParentMC, hasParentMapConverter, isStringKeyOK, isTimeOk, setNonNullStemValue, toDate, toList, toMap
-
-
-
-
Constructor Detail
-
TransactionStemMC
public TransactionStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter, org.oa4mp.delegation.server.storage.ClientStore clientStore)
-
-
Method Detail
-
kk
protected org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys kk()
-
fromMap
public V fromMap(org.qdl_lang.variables.QDLStem stem, V v)
- Overrides:
fromMapin classStemConverter<V extends org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction>
-
toMap
public org.qdl_lang.variables.QDLStem toMap(V v, org.qdl_lang.variables.QDLStem stem)
- Overrides:
toMapin classStemConverter<V extends org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction>
-
-