Uses of Class
org.wso2.carbon.keystore.persistence.model.KeyStoreModel
Packages that use KeyStoreModel
-
Uses of KeyStoreModel in org.wso2.carbon.keystore.persistence
Methods in org.wso2.carbon.keystore.persistence that return types with arguments of type KeyStoreModelModifier and TypeMethodDescriptionKeyStorePersistenceManager.getKeyStore(String keyStoreName, int tenantId) Get the key store from the data storage.KeyStorePersistenceManager.listKeyStores(int tenantId) Method to retrieve list of keystore metadata of all the keystores in a tenant.Methods in org.wso2.carbon.keystore.persistence with parameters of type KeyStoreModelModifier and TypeMethodDescriptionvoidKeyStorePersistenceManager.addKeystore(KeyStoreModel keyStoreModel, int tenantId) Add the key store to the data storage.voidKeyStorePersistenceManager.updateKeyStore(KeyStoreModel keyStoreModel, int tenantId) Update the key store in the data storage. -
Uses of KeyStoreModel in org.wso2.carbon.keystore.persistence.impl
Methods in org.wso2.carbon.keystore.persistence.impl that return types with arguments of type KeyStoreModelModifier and TypeMethodDescriptionHybridKeyStorePersistenceManager.getKeyStore(String keyStoreName, int tenantId) JDBCKeyStorePersistenceManager.getKeyStore(String keyStoreName, int tenantId) RegistryKeyStorePersistenceManager.getKeyStore(String keyStoreName, int tenantId) HybridKeyStorePersistenceManager.listKeyStores(int tenantId) JDBCKeyStorePersistenceManager.listKeyStores(int tenantId) RegistryKeyStorePersistenceManager.listKeyStores(int tenantId) Methods in org.wso2.carbon.keystore.persistence.impl with parameters of type KeyStoreModelModifier and TypeMethodDescriptionvoidHybridKeyStorePersistenceManager.addKeystore(KeyStoreModel keyStore, int tenantId) voidJDBCKeyStorePersistenceManager.addKeystore(KeyStoreModel keyStore, int tenantId) voidRegistryKeyStorePersistenceManager.addKeystore(KeyStoreModel keyStoreModel, int tenantId) voidHybridKeyStorePersistenceManager.updateKeyStore(KeyStoreModel keyStoreModel, int tenantId) voidJDBCKeyStorePersistenceManager.updateKeyStore(KeyStoreModel keyStoreModel, int tenantId) voidRegistryKeyStorePersistenceManager.updateKeyStore(KeyStoreModel keyStoreModel, int tenantId)