| |
|
| java.lang.Object org.apache.harmony.auth.NTNumericCredential
NTNumericCredential | public class NTNumericCredential (Code) | | A credential which stores information about impersonation token.
|
Constructor Summary | |
public | NTNumericCredential(long token) Constructs an instance wit the token passed. |
Method Summary | |
public boolean | equals(Object obj) Tests two objects for equality.
Two objects are considered equal if they both represent
NTNumericCredential and they both have the same token value. | public long | getToken() Returns stored token. | public int | hashCode() Returns hashCode for this object. | public String | toString() Returns String representation of this object. |
NTNumericCredential | public NTNumericCredential(long token)(Code) | | Constructs an instance wit the token passed.
|
equals | public boolean equals(Object obj)(Code) | | Tests two objects for equality.
Two objects are considered equal if they both represent
NTNumericCredential and they both have the same token value.
|
getToken | public long getToken()(Code) | | Returns stored token.
|
hashCode | public int hashCode()(Code) | | Returns hashCode for this object.
|
toString | public String toString()(Code) | | Returns String representation of this object.
|
|
|
|