| |
|
| java.lang.Object org.apache.harmony.auth.UnixPrincipal
Method Summary | |
public boolean | equals(Object o) Compares two UnixPrincipal objects.
Two principal objects are considered equal if they are both of type
UnixPrincipal and their names are equal. | public String | getName() | public int | hashCode() Return hash code of this object. | public String | toString() |
equals | public boolean equals(Object o)(Code) | | Compares two UnixPrincipal objects.
Two principal objects are considered equal if they are both of type
UnixPrincipal and their names are equal.
|
hashCode | public int hashCode()(Code) | | Return hash code of this object.
|
toString | public String toString()(Code) | | Returns string representation of this object
|
|
|
|