public class

NTUserPrincipal

extends Object
implements Serializable Principal
java.lang.Object
   ↳ org.apache.http.auth.NTUserPrincipal

Class Overview

Microsoft Windows specific user principal implementation.

Summary

Public Constructors
NTUserPrincipal(String domain, String username)
Public Methods
boolean equals(Object o)
String getDomain()
String getName()
String getUsername()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.security.Principal

Public Constructors

public NTUserPrincipal (String domain, String username)

Also: HttpClient

Public Methods

public boolean equals (Object o)

public String getDomain ()

Also: HttpClient

public String getName ()

Also: HttpClient

public String getUsername ()

Also: HttpClient

public int hashCode ()

public String toString ()