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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NTUserPrincipal(String domain, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDomain()StringgetName()StringgetUsername()inthashCode()StringtoString()
-