Home | History | Annotate | Download | only in api

Lines Matching full:authenticator

2085     field public static final java.lang.String AUTHENTICATOR_ATTRIBUTES_NAME = "account-authenticator";
30990 public abstract class Authenticator {
30991 ctor public Authenticator();
31000 method protected java.net.Authenticator.RequestorType getRequestorType();
31003 method public static java.net.PasswordAuthentication requestPasswordAuthentication(java.lang.String, java.net.InetAddress, int, java.lang.String, java.lang.String, java.lang.String, java.net.URL, java.net.Authenticator.RequestorType);
31004 Authenticator);
31007 public static final class Authenticator.RequestorType extends java.lang.Enum {
31008 method public static java.net.Authenticator.RequestorType valueOf(java.lang.String);
31009 method public static final java.net.Authenticator.RequestorType[] values();
31010 enum_constant public static final java.net.Authenticator.RequestorType PROXY;
31011 enum_constant public static final java.net.Authenticator.RequestorType SERVER;