Package org.cilogon.qdl.module
Class CILStoreFacade
- java.lang.Object
-
- org.oa4mp.server.qdl.storage.StoreFacade
-
- org.cilogon.qdl.module.CILStoreFacade
-
public class CILStoreFacade extends org.oa4mp.server.qdl.storage.StoreFacade
Created by Jeff Gaynor
on 12/22/20 at 1:36 PM
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.oa4mp.server.qdl.storage.StoreFacade
org.oa4mp.server.qdl.storage.StoreFacade.Count, org.oa4mp.server.qdl.storage.StoreFacade.Create, org.oa4mp.server.qdl.storage.StoreFacade.CreateVersion, org.oa4mp.server.qdl.storage.StoreFacade.FromXML, org.oa4mp.server.qdl.storage.StoreFacade.InitMethod, org.oa4mp.server.qdl.storage.StoreFacade.Keys, org.oa4mp.server.qdl.storage.StoreFacade.ReadObject, org.oa4mp.server.qdl.storage.StoreFacade.Remove, org.oa4mp.server.qdl.storage.StoreFacade.SaveObject, org.oa4mp.server.qdl.storage.StoreFacade.Search, org.oa4mp.server.qdl.storage.StoreFacade.StoreType, org.oa4mp.server.qdl.storage.StoreFacade.ToXML, org.oa4mp.server.qdl.storage.StoreFacade.UpdateObject, org.oa4mp.server.qdl.storage.StoreFacade.VGetVersions, org.oa4mp.server.qdl.storage.StoreFacade.VID, org.oa4mp.server.qdl.storage.StoreFacade.VRestore
-
-
Field Summary
Fields Modifier and Type Field Description static String
STORE_TYPE_2FACTOR_STORE
static String
STORE_TYPE_USER_STORE
-
Fields inherited from class org.oa4mp.server.qdl.storage.StoreFacade
checkInitMessage, COUNT_NAME, CREATE_NAME, DIFFERENCE_NAME, environment, FROM_XML_NAME, INIT_NAME, KEYS_NAME, READ_NAME, REMOVE_NAME, SAVE_NAME, SEARCH_NAME, STORE_TYPE_ADMIN_CLIENT_STORE, STORE_TYPE_APPROVALS, STORE_TYPE_CLIENT, STORE_TYPE_PERMISSION_STORE, STORE_TYPE_TRANSACTION, STORE_TYPE_TX_STORE, STORE_TYPES_STEM_NAME, storeAccessor, TO_XML_NAME, UPDATE_NAME, VERSION_CREATE_NAME, VERSION_GET_VERSIONS_NAME, VERSION_RESTORE_NAME
-
-
Constructor Summary
Constructors Constructor Description CILStoreFacade()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.oa4mp.server.qdl.storage.QDLStoreAccessor
createAccessor(String storeType)
protected org.oa4mp.server.qdl.storage.TransactionStemMC
createTransactionStemMC(org.oa4mp.delegation.common.storage.TransactionStore transactionStore, org.oa4mp.delegation.server.storage.ClientStore clientStore)
CILogonOA2ServiceEnvironment
getEnvironment()
edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment>
getLoader()
org.qdl_lang.variables.QDLStem
getStoreTypes()
-
-
-
Field Detail
-
STORE_TYPE_USER_STORE
public static final String STORE_TYPE_USER_STORE
- See Also:
- Constant Field Values
-
STORE_TYPE_2FACTOR_STORE
public static final String STORE_TYPE_2FACTOR_STORE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStoreTypes
public org.qdl_lang.variables.QDLStem getStoreTypes()
- Overrides:
getStoreTypes
in classorg.oa4mp.server.qdl.storage.StoreFacade
-
createAccessor
protected org.oa4mp.server.qdl.storage.QDLStoreAccessor createAccessor(String storeType) throws Exception
- Overrides:
createAccessor
in classorg.oa4mp.server.qdl.storage.StoreFacade
- Throws:
Exception
-
createTransactionStemMC
protected org.oa4mp.server.qdl.storage.TransactionStemMC createTransactionStemMC(org.oa4mp.delegation.common.storage.TransactionStore transactionStore, org.oa4mp.delegation.server.storage.ClientStore clientStore)
- Overrides:
createTransactionStemMC
in classorg.oa4mp.server.qdl.storage.StoreFacade
-
getEnvironment
public CILogonOA2ServiceEnvironment getEnvironment() throws Exception
- Overrides:
getEnvironment
in classorg.oa4mp.server.qdl.storage.StoreFacade
- Throws:
Exception
-
getLoader
public edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> getLoader()
- Overrides:
getLoader
in classorg.oa4mp.server.qdl.storage.StoreFacade
-
-