Package net.sourceforge.jnlp.security
Class JNLPAuthenticator
- java.lang.Object
-
- java.net.Authenticator
-
- net.sourceforge.jnlp.security.JNLPAuthenticator
-
public class JNLPAuthenticator extends java.net.Authenticator
-
-
Constructor Summary
Constructors Constructor Description JNLPAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-