Home | History | Annotate | Download | only in net

Lines Matching defs:Authenticator

23  * authenticator which extends {@code Authenticator} by {@code
24 * setDefault(Authenticator a)}. Then it should override {@code
31 public abstract class Authenticator {
33 // the default authenticator that needs to be set
34 private static Authenticator thisAuthenticator;
108 * authenticator to get the authentication info.
110 * @return password authentication info or {@code null} if no authenticator
139 // Authenticator
144 * Sets {@code a} as the default authenticator. It will be called whenever
148 * authenticator which has to be set as default.
150 public static void setDefault(Authenticator a) {
156 * authenticator to get the authentication info.
158 * @return password authentication info or {@code null} if no authenticator
190 // Authenticator
206 * authenticator to get the authentication info.
208 * @return password authentication info or {@code null} if no authenticator
230 Authenticator.RequestorType reqType) {
246 // Authenticator
265 protected Authenticator.RequestorType getRequestorType() {