| |
|
| java.lang.Object org.apache.harmony.auth.NTUserPrincipal
Method Summary | |
public boolean | equals(Object obj) Tests two objects for equality.
Two objects are considered equal if they both represent NTUserPrincipal
and they have the same name. | public String | getName() Returns user name. | public int | hashCode() Returns hashCode for this object. | public String | toString() Returns String representation of this object. |
equals | public boolean equals(Object obj)(Code) | | Tests two objects for equality.
Two objects are considered equal if they both represent NTUserPrincipal
and they have the same name.
|
hashCode | public int hashCode()(Code) | | Returns hashCode for this object.
|
toString | public String toString()(Code) | | Returns String representation of this object.
|
|
|
|