HomeSort by relevance Sort by last modified time
    Searched full:ntname (Results 1 - 1 of 1) sorted by null

  /external/apache-http/src/org/apache/http/auth/
NTUserPrincipal.java 48 private final String ntname; field in class:NTUserPrincipal
68 this.ntname = buffer.toString();
70 this.ntname = this.username;
75 return this.ntname;
110 return this.ntname;

Completed in 168 milliseconds