Package com.hyperwallet.clientsdk.util
Class Request.DefaultPasswordAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- com.hyperwallet.clientsdk.util.Request.DefaultPasswordAuthenticator
-
- Enclosing class:
- Request
public static class Request.DefaultPasswordAuthenticator extends Authenticator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.net.Authenticator
Authenticator.RequestorType
-
-
Constructor Summary
Constructors Constructor Description DefaultPasswordAuthenticator(String userName, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordAuthenticationgetPasswordAuthentication()-
Methods inherited from class java.net.Authenticator
getDefault, getRequestingHost, getRequestingPort, getRequestingPrompt, getRequestingProtocol, getRequestingScheme, getRequestingSite, getRequestingURL, getRequestorType, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthentication, requestPasswordAuthenticationInstance, setDefault
-
-
-
-
Method Detail
-
getPasswordAuthentication
public PasswordAuthentication getPasswordAuthentication()
- Overrides:
getPasswordAuthenticationin classAuthenticator
-
-