Package org.kapott.hbci.comm
Class PinTanProxyAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- org.kapott.hbci.comm.PinTanProxyAuthenticator
-
public class PinTanProxyAuthenticator extends java.net.Authenticator
-
-
Constructor Summary
Constructors Constructor Description PinTanProxyAuthenticator(HBCIPassportInternal passport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.PasswordAuthentication
getPasswordAuthentication()
-
Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
-
-
-
Constructor Detail
-
PinTanProxyAuthenticator
public PinTanProxyAuthenticator(HBCIPassportInternal passport)
-
-