Package org.cilogon.qdl.module.storage
Class CILOA2TransactionStemMC
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.MapConverter<V>
-
- org.oa4mp.server.qdl.storage.StemConverter<V>
-
- org.oa4mp.server.qdl.storage.TransactionStemMC
-
- org.cilogon.qdl.module.storage.CILOA2TransactionStemMC
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.XMLConverter
public class CILOA2TransactionStemMC extends org.oa4mp.server.qdl.storage.TransactionStemMC
Created by Jeff Gaynor
on 3/11/22 at 1:10 PM
-
-
Constructor Summary
Constructors Constructor Description CILOA2TransactionStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter mapConverter, org.oa4mp.delegation.server.storage.ClientStore clientStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction
fromMap(org.qdl_lang.variables.QDLStem stem, org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction oa2ServiceTransaction)
protected CILOA2TransactionKeys
getK()
org.qdl_lang.variables.QDLStem
toMap(org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction oa2ServiceTransaction, org.qdl_lang.variables.QDLStem stem)
-
Methods inherited from class org.oa4mp.server.qdl.storage.StemConverter
fromList, fromMap, fromMap, getParentMC, hasParentMapConverter, isStringKeyOK, isTimeOk, setNonNullStemValue, toDate, toList, toMap
-
-
-
-
Method Detail
-
getK
protected CILOA2TransactionKeys getK()
-
fromMap
public org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction fromMap(org.qdl_lang.variables.QDLStem stem, org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction oa2ServiceTransaction)
- Overrides:
fromMap
in classorg.oa4mp.server.qdl.storage.TransactionStemMC
-
toMap
public org.qdl_lang.variables.QDLStem toMap(org.oa4mp.server.loader.oauth2.storage.transactions.OA2ServiceTransaction oa2ServiceTransaction, org.qdl_lang.variables.QDLStem stem)
- Overrides:
toMap
in classorg.oa4mp.server.qdl.storage.TransactionStemMC
-
-