|
AusweisApp2
|
#include <RemoteServiceContext.h>
Öffentliche Slots | |
| void | onResetMessageHandler () |
Signale | |
| void | fireCancelPasswordRequest () |
Signale geerbt von governikus::WorkflowContext | |
| void | fireStateApprovedChanged () |
| void | fireStateChanged (const QString &pNewState) |
| void | fireReaderPlugInTypesChanged () |
| void | fireReaderNameChanged () |
| void | fireCardConnectionChanged () |
| void | fireCanChanged () |
| void | firePinChanged () |
| void | firePukChanged () |
| void | fireLastPaceResultChanged () |
| void | fireResultChanged () |
| void | fireCanAllowedModeChanged () |
| void | fireCancelWorkflow () |
| void | fireAbortCardSelection () |
Öffentliche Methoden | |
| RemoteServiceContext () | |
| virtual | ~RemoteServiceContext () |
| const QSharedPointer < RemoteServer > & | getRemoteServer () const |
| bool | isRunning () const |
| const QString & | getNewPin () const |
| void | setNewPin (const QString &pNewPin) |
| void | setEstablishPaceChannelMessage (const QSharedPointer< const IfdEstablishPaceChannel > &pMessage) |
| const QSharedPointer< const IfdEstablishPaceChannel > & | getEstablishPaceChannelMessage () const |
| void | setModifyPinMessage (const QSharedPointer< const IfdModifyPin > &pMessage) |
| const QSharedPointer< const IfdModifyPin > & | getModifyPinMessage () const |
Öffentliche Methoden geerbt von governikus::WorkflowContext | |
| WorkflowContext () | |
| bool | isErrorReportedToUser () const |
| void | setErrorReportedToUser (bool pErrorReportedToUser=true) |
| void | setStateApproved (bool pApproved=true) |
| bool | isStateApproved () |
| 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) |
| 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) |
| EstablishPACEChannelOutput * | getPaceOutputData () const |
| void | setPaceOutputData (const EstablishPACEChannelOutput &pPaceOutputData) |
| bool | isPinBlocked () |
| CardReturnCode | getLastPaceResult () const |
| int | getOldRetryCounter () const |
| void | setLastPaceResultAndRetryCounter (CardReturnCode pLastPaceResult, int pOldRetryCounter) |
| const GlobalStatus & | getStatus () const |
| void | setStatus (const GlobalStatus &pResult, bool pReportToUser=true) |
| bool | isWorkflowFinished () const |
| void | setWorkflowFinished (bool pWorkflowFinished) |
| bool | isCanAllowedMode () const |
| void | setCanAllowedMode (bool pCanAllowedMode) |
Weitere Geerbte Elemente | |
Geschützte Methoden geerbt von governikus::WorkflowContext | |
| void | resetLastPaceResultAndRetryCounter () |
| RemoteServiceContext::RemoteServiceContext | ( | ) |
|
virtual |
|
signal |
| const QSharedPointer< const IfdEstablishPaceChannel > & RemoteServiceContext::getEstablishPaceChannelMessage | ( | ) | const |
| const QSharedPointer< const IfdModifyPin > & RemoteServiceContext::getModifyPinMessage | ( | ) | const |
| const QString & RemoteServiceContext::getNewPin | ( | ) | const |
| const QSharedPointer< RemoteServer > & RemoteServiceContext::getRemoteServer | ( | ) | const |
| bool RemoteServiceContext::isRunning | ( | ) | const |
|
slot |
| void RemoteServiceContext::setEstablishPaceChannelMessage | ( | const QSharedPointer< const IfdEstablishPaceChannel > & | pMessage | ) |
| void RemoteServiceContext::setModifyPinMessage | ( | const QSharedPointer< const IfdModifyPin > & | pMessage | ) |
| void RemoteServiceContext::setNewPin | ( | const QString & | pNewPin | ) |