Uses of Class
java.net.Authenticator.RequestorType
| Package | Description |
|---|---|
| java.net |
-
Uses of Authenticator.RequestorType in java.net
Methods in java.net that return Authenticator.RequestorType Modifier and Type Method Description protected Authenticator.RequestorTypeAuthenticator. getRequestorType()Returns the type of this request, it can bePROXYorSERVER.static Authenticator.RequestorTypeAuthenticator.RequestorType. valueOf(String name)Returns the enum constant of this type with the specified name.static Authenticator.RequestorType[]Authenticator.RequestorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in java.net with parameters of type Authenticator.RequestorType Modifier and Type Method Description static PasswordAuthenticationAuthenticator. requestPasswordAuthentication(String rHost, InetAddress rAddr, int rPort, String rProtocol, String rPrompt, String rScheme, URL rURL, Authenticator.RequestorType reqType)Invokes the methods of the registered authenticator to get the authentication info.