OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 166 milliseconds