libzypp 17.34.0
zyppng::KeyRingWorkflow::AsyncImportKeyFromRepoExecutor Struct Reference
Inheritance diagram for zyppng::KeyRingWorkflow::AsyncImportKeyFromRepoExecutor:

Public Member Functions

bool askUserToAcceptPackageKey (const zypp::PublicKey &key_r, const zypp::KeyContext &keycontext_r=zypp::KeyContext())
 
 ImportKeyFromRepoLogic (ZyppContextRefType context, std::string &&keyId, zypp::RepoInfo &&info)
 
- Public Member Functions inherited from zyppng::KeyRingWorkflow::ImportKeyFromRepoLogic< AsyncImportKeyFromRepoExecutor, zyppng::AsyncOp< bool > >
 ZYPP_ENABLE_LOGIC_BASE (AsyncImportKeyFromRepoExecutor, zyppng::AsyncOp< bool >)
 
 ImportKeyFromRepoLogic (ZyppContextRefType context, std::string &&keyId, zypp::RepoInfo &&info)
 
MaybeAsyncRef< boolexecute ()
 
- Public Member Functions inherited from zyppng::LogicBase< Executor, OpType >
 LogicBase ()
 
virtual ~LogicBase ()
 
Executorexecutor ()
 
template<typename T >
auto makeReadyResult (T &&res)
 

Additional Inherited Members

- Public Types inherited from zyppng::KeyRingWorkflow::ImportKeyFromRepoLogic< AsyncImportKeyFromRepoExecutor, zyppng::AsyncOp< bool > >
using ZyppContextRefType
 
using ZyppContextType
 
using ProvideType
 
using MediaHandle
 
using ProvideRes
 
- Public Types inherited from zyppng::LogicBase< Executor, OpType >
using ExecutorType = Executor
 
using Result = typename OpType::value_type
 
template<class Type >
using MaybeAsyncRef = std::conditional_t< detail::is_async_op_v<OpType>, AsyncOpRef<Type>, Type>
 
- Static Public Member Functions inherited from zyppng::LogicBase< Executor, OpType >
template<typename ... Args, typename FOpType = OpType>
static std::enable_if_t< detail::is_async_op_v< FOpType >, AsyncOpRef< Result > > run (Args &&...args)
 
template<typename ... Args, typename FOpType = OpType>
static std::enable_if_t< !detail::is_async_op_v< FOpType >, Resultrun (Args &&...args)
 
- Public Attributes inherited from zyppng::KeyRingWorkflow::ImportKeyFromRepoLogic< AsyncImportKeyFromRepoExecutor, zyppng::AsyncOp< bool > >
ZyppContextRefType _context
 
std::string _keyId
 
zypp::RepoInfo _repo
 

Detailed Description

Definition at line 100 of file keyringwf.cc.

Member Function Documentation

◆ askUserToAcceptPackageKey()

bool zyppng::KeyRingWorkflow::AsyncImportKeyFromRepoExecutor::askUserToAcceptPackageKey ( const zypp::PublicKey & key_r,
const zypp::KeyContext & keycontext_r = zypp::KeyContext() )
inline

Definition at line 103 of file keyringwf.cc.

◆ ImportKeyFromRepoLogic()

zyppng::KeyRingWorkflow::ImportKeyFromRepoLogic< Executor, OpType >::ImportKeyFromRepoLogic ( ZyppContextRefType context,
std::string && keyId,
zypp::RepoInfo && info )
inline

Definition at line 40 of file keyringwf.cc.


The documentation for this struct was generated from the following file: