Class HbciSandboxContext
- java.lang.Object
-
- de.adorsys.opba.protocol.sandbox.hbci.protocol.context.HbciSandboxContext
-
- Direct Known Subclasses:
HbciSandboxContextLog
public class HbciSandboxContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHbciSandboxContext.Request
-
Constructor Summary
Constructors Constructor Description HbciSandboxContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRequestBankBlz()Map<String,String>getRequestData()StringgetRequestDataRegex(String regex)OperationgetRequestOperation()StringgetRequestPin()StringgetRequestTan()StringgetRequestUserLogin()booleanisPinOk()booleanisTanEmpty()booleanisTanOk()
-
-
-
Method Detail
-
getRequestOperation
public Operation getRequestOperation()
-
isPinOk
public boolean isPinOk()
-
isTanOk
public boolean isTanOk()
-
isTanEmpty
public boolean isTanEmpty()
-
getRequestPin
public String getRequestPin()
-
getRequestTan
public String getRequestTan()
-
getRequestBankBlz
public String getRequestBankBlz()
-
getRequestUserLogin
public String getRequestUserLogin()
-
-