AusweisApp2
|
#include <RemoteServiceContext.h>
Öffentliche Slots | |
void | onMessageHandlerAdded (QSharedPointer< ServerMessageHandler > pHandler) |
void | onResetMessageHandler () |
Signale | |
void | fireCardConnectionEstablished (const QSharedPointer< CardConnection > &pConnection) |
void | fireCancelPasswordRequest () |
void | fireEstablishPaceChannelUpdated () |
void | fireIsRunningChanged () |
![]() | |
void | fireStateApprovedChanged (bool pApproved) |
void | fireStateChanged (const QString &pNewState) |
void | fireReaderPlugInTypesChanged () |
void | fireReaderInfoChanged () |
void | fireReaderNameChanged () |
void | fireCardConnectionChanged () |
void | fireCanChanged () |
void | firePinChanged () |
void | firePukChanged () |
void | firePaceResultUpdated () |
void | fireResultChanged () |
void | fireCanAllowedModeChanged () |
void | firePasswordTypeChanged () |
void | fireCancelWorkflow () |
void | fireNextWorkflowPending () |
Öffentliche Methoden | |
RemoteServiceContext () | |
~RemoteServiceContext () override | |
const QSharedPointer< RemoteServer > & | getRemoteServer () const |
bool | isRunning () const |
const QString & | getNewPin () const |
void | setNewPin (const QString &pNewPin) |
bool | isPinChangeWorkflow () const |
bool | isCanAllowedMode () const override |
void | setEstablishPaceChannel (const QSharedPointer< const IfdEstablishPaceChannel > &pMessage) |
const QString & | getSlotHandle () const |
const EstablishPaceChannel & | getEstablishPaceChannel () const |
int | getPreferredPinLength () const |
void | setEstablishPaceChannelOutput (const EstablishPaceChannelOutput &pEstablishPaceChannelOutput) |
const EstablishPaceChannelOutput & | getEstablishPaceChannelOutput () const |
void | setModifyPinMessage (const QSharedPointer< const IfdModifyPin > &pMessage) |
const QSharedPointer< const IfdModifyPin > & | getModifyPinMessage () const |
void | setModifyPinMessageResponseApdu (const ResponseApdu &pModifyPinMessageResponseApdu) |
const ResponseApdu & | getModifyPinMessageResponseApdu () const |
void | resetPacePasswords () override |
![]() | |
WorkflowContext () | |
~WorkflowContext () override | |
bool | isErrorReportedToUser () const |
void | setErrorReportedToUser (bool pErrorReportedToUser=true) |
bool | isPaceResultReportedToUser () const |
void | setPaceResultReportedToUser (bool pReported=true) |
void | setStateApproved (bool pApproved=true) |
bool | isStateApproved () const |
void | killWorkflow () |
bool | isWorkflowKilled () const |
const QString & | getCurrentState () const |
void | setCurrentState (const QString &pNewState) |
const QVector< ReaderManagerPlugInType > & | getReaderPlugInTypes () const |
void | setReaderPlugInTypes (const QVector< ReaderManagerPlugInType > &pReaderPlugInTypes) |
const QString & | getReaderName () const |
void | setReaderName (const QString &pReaderName) |
const QSharedPointer< CardConnection > & | getCardConnection () const |
void | setCardConnection (const QSharedPointer< CardConnection > &pCardConnection) |
void | resetCardConnection () |
bool | isNpaRepositioningRequired () const |
void | setNpaPositionVerified () |
void | handleWrongNpaPosition () |
const QString & | getPuk () const |
void | setPuk (const QString &pPuk) |
const QString & | getCan () const |
void | setCan (const QString &pCan) |
const QString & | getPin () const |
void | setPin (const QString &pPin) |
PacePasswordId | getEstablishPaceChannelType () const |
void | setEstablishPaceChannelType (PacePasswordId pType) |
EstablishPaceChannelOutput * | getPaceOutputData () const |
void | setPaceOutputData (const EstablishPaceChannelOutput &pPaceOutputData) |
bool | isPinBlocked () |
CardReturnCode | getLastPaceResult () const |
void | setLastPaceResult (CardReturnCode pLastPaceResult) |
void | resetLastPaceResult () |
void | rememberReader () |
bool | isExpectedReader () const |
const ReaderInfo & | getExpectedReader () const |
int | getExpectedRetryCounter () const |
void | setExpectedRetryCounter (int pExpectedRetryCounter) |
const GlobalStatus & | getStatus () const |
void | setStatus (const GlobalStatus &pResult) |
const ECardApiResult | getStartPaosResult () const |
void | setStartPaosResult (const ECardApiResult &pStartPaosResult) |
bool | isWorkflowFinished () const |
void | setWorkflowFinished (bool pWorkflowFinished) |
bool | isWorkflowCancelled () const |
bool | isWorkflowCancelledInState () const |
void | setWorkflowCancelledInState () |
bool | hasNextWorkflowPending () const |
void | setNextWorkflowPending (bool pNextWorkflowPending) |
bool | currentReaderHasEidCardButInsufficientApduLength () const |
void | setCurrentReaderHasEidCardButInsufficientApduLength (bool pState) |
RemoteServiceContext::RemoteServiceContext | ( | ) |
|
override |
|
signal |
|
signal |
|
signal |
|
signal |
const EstablishPaceChannel & RemoteServiceContext::getEstablishPaceChannel | ( | ) | const |
const EstablishPaceChannelOutput & RemoteServiceContext::getEstablishPaceChannelOutput | ( | ) | const |
const QSharedPointer< const IfdModifyPin > & RemoteServiceContext::getModifyPinMessage | ( | ) | const |
const ResponseApdu & RemoteServiceContext::getModifyPinMessageResponseApdu | ( | ) | const |
const QString & RemoteServiceContext::getNewPin | ( | ) | const |
int RemoteServiceContext::getPreferredPinLength | ( | ) | const |
const QSharedPointer< RemoteServer > & RemoteServiceContext::getRemoteServer | ( | ) | const |
const QString & RemoteServiceContext::getSlotHandle | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowContext.
bool RemoteServiceContext::isPinChangeWorkflow | ( | ) | const |
bool RemoteServiceContext::isRunning | ( | ) | const |
|
slot |
|
slot |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowContext.
void RemoteServiceContext::setEstablishPaceChannel | ( | const QSharedPointer< const IfdEstablishPaceChannel > & | pMessage | ) |
void RemoteServiceContext::setEstablishPaceChannelOutput | ( | const EstablishPaceChannelOutput & | pEstablishPaceChannelOutput | ) |
void RemoteServiceContext::setModifyPinMessage | ( | const QSharedPointer< const IfdModifyPin > & | pMessage | ) |
void RemoteServiceContext::setModifyPinMessageResponseApdu | ( | const ResponseApdu & | pModifyPinMessageResponseApdu | ) |
void RemoteServiceContext::setNewPin | ( | const QString & | pNewPin | ) |