org.apache.http.auth
Class NTUserPrincipal

java.lang.Object
  extended by org.apache.http.auth.NTUserPrincipal
All Implemented Interfaces:
java.io.Serializable, java.security.Principal

@Immutable
public class NTUserPrincipal
extends java.lang.Object
implements java.security.Principal, java.io.Serializable

Microsoft Windows specific user principal implementation.

Since:
4.0
See Also:
Serialized Form

Constructor Summary
NTUserPrincipal(java.lang.String domain, java.lang.String username)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDomain()
           
 java.lang.String getName()
           
 java.lang.String getUsername()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NTUserPrincipal

public NTUserPrincipal(java.lang.String domain,
                       java.lang.String username)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface java.security.Principal

getDomain

public java.lang.String getDomain()

getUsername

public java.lang.String getUsername()

hashCode

public int hashCode()
Specified by:
hashCode in interface java.security.Principal
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.security.Principal
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface java.security.Principal
Overrides:
toString in class java.lang.Object


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.