Searched defs:RequestorType (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java43 private RequestorType rt;
136 thisAuthenticator.rt = RequestorType.SERVER;
187 thisAuthenticator.rt = RequestorType.SERVER;
230 Authenticator.RequestorType reqType) {
263 * @return RequestorType of the authentication request.
265 protected Authenticator.RequestorType getRequestorType() {
272 public enum RequestorType { enum in class:Authenticator

Completed in 61 milliseconds