Package org.apache.http.auth
Class NTUserPrincipal
java.lang.Object
org.apache.http.auth.NTUserPrincipal
- All Implemented Interfaces:
Serializable
,Principal
@Contract(threading=IMMUTABLE)
public class NTUserPrincipal
extends Object
implements Principal, Serializable
Microsoft Windows specific user principal implementation.
- Since:
- 4.0
- See Also:
-
Constructor Details
-
NTUserPrincipal
-
-
Method Details
-
getName
-
getDomain
-
getUsername
-
hashCode
public int hashCode() -
equals
-
toString
-