AusweisApp2
|
#include <ChangePinContext.h>
Signale | |
void | fireNewPinChanged () |
void | fireSuccessMessageChanged () |
![]() | |
void | fireStateApprovedChanged () |
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 | |
ChangePinContext (bool pRequestTransportPin=false) | |
virtual | ~ChangePinContext () override |
const QString & | getNewPin () const |
void | setNewPin (const QString &pNewPin) |
void | resetPacePasswords () override |
const QString & | getSuccessMessage () const |
void | setSuccessMessage (const QString &pSuccessMessage) |
bool | requestTransportPin () const |
![]() | |
WorkflowContext () | |
virtual | ~WorkflowContext () |
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 () |
bool | isExpectedReader () const |
void | rememberReader () |
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 | isCanAllowedMode () const |
void | setCanAllowedMode (bool pCanAllowedMode) |
bool | hasNextWorkflowPending () const |
void | setNextWorkflowPending (bool pNextWorkflowPending) |
bool | currentReaderHasEidCardButInsufficientApduLength () const |
void | setCurrentReaderHasEidCardButInsufficientApduLength (bool pState) |
|
explicit |
|
overridevirtual |
|
signal |
|
signal |
const QString & ChangePinContext::getNewPin | ( | ) | const |
const QString & ChangePinContext::getSuccessMessage | ( | ) | const |
bool ChangePinContext::requestTransportPin | ( | ) | const |
|
overridevirtual |
Erneute Implementation von governikus::WorkflowContext.
void ChangePinContext::setNewPin | ( | const QString & | pNewPin | ) |
void ChangePinContext::setSuccessMessage | ( | const QString & | pSuccessMessage | ) |