Uses of Class
de.adorsys.opba.protocol.sandbox.hbci.protocol.Operation
-
-
Uses of Operation in de.adorsys.opba.protocol.sandbox.hbci.protocol
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol that return Operation Modifier and Type Method Description protected abstract OperationOperationHandler. handledRequestType()static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Operation in de.adorsys.opba.protocol.sandbox.hbci.protocol.anonymous
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.anonymous that return Operation Modifier and Type Method Description protected OperationAnonymousDialogEnd. handledRequestType()protected OperationAnonymousDialogInitBpd. handledRequestType()protected OperationAnonymousDialogInitNotSupported. handledRequestType() -
Uses of Operation in de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.authorized
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.authorized that return Operation Modifier and Type Method Description protected OperationAuthorizedAuthLost. handledRequestType()protected OperationAuthorizedCustomMsg. handledRequestType()protected OperationAuthorizedDialogEnd. handledRequestType()protected OperationAuthorizedDialogInit. handledRequestType()protected OperationAuthorizedSynchronization. handledRequestType() -
Uses of Operation in de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.nonauthorized
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.authenticated.nonauthorized that return Operation Modifier and Type Method Description protected OperationAuthenticatedAuthLost. handledRequestType()protected OperationAuthenticatedCustomMsg. handledRequestType()protected OperationAuthenticatedDialogEnd. handledRequestType()protected OperationAuthenticatedDialogInit. handledRequestType()protected OperationAuthenticatedDialogInitSca. handledRequestType()protected OperationAuthenticatedLostAuth. handledRequestType()protected OperationAuthenticatedSynchronization. handledRequestType() -
Uses of Operation in de.adorsys.opba.protocol.sandbox.hbci.protocol.common
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.common that return Operation Modifier and Type Method Description protected OperationWrongPinTanOrLogin. handledRequestType()protected OperationWrongScaMethodId. handledRequestType() -
Uses of Operation in de.adorsys.opba.protocol.sandbox.hbci.protocol.context
Methods in de.adorsys.opba.protocol.sandbox.hbci.protocol.context that return Operation Modifier and Type Method Description OperationHbciSandboxContext. getRequestOperation()
-