| |
|
| java.lang.Object org.apache.harmony.auth.NTDomainPrincipal
NTDomainPrincipal | public class NTDomainPrincipal implements Principal,Serializable(Code) | | A Principal which stores information NT domain name
|
Method Summary | |
public boolean | equals(Object obj) Tests two objects for equality.
Two objects are considered equal if they both represent NTDomainPrincipal
and they have the same domain name. | public String | getName() | public int | hashCode() | 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 NTDomainPrincipal
and they have the same domain name.
|
hashCode | public int hashCode()(Code) | | Returns hashCode that value is equal to getName().hashCode();
|
toString | public String toString()(Code) | | Returns String representation of this object.
|
|
|
|