public class NTNumericCredential extends Object
| Constructor | Description | 
|---|---|
| NTNumericCredential | Create an  NTNumericCredentialwith an integer value. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | equals | Compares the specified Object with this  NTNumericCredentialfor equality. | 
| long | getToken() | Return an integer representation of this  NTNumericCredential. | 
| int | hashCode() | Return a hash code for this  NTNumericCredential. | 
| String | toString() | Return a string representation of this  NTNumericCredential. | 
public NTNumericCredential(long token)
NTNumericCredential with an integer value.token - the Windows NT security token for this user.public long getToken()
NTNumericCredential.NTNumericCredential.public String toString()
NTNumericCredential.public boolean equals(Object o)
NTNumericCredential for equality. Returns true if the given object is also a NTNumericCredential and the two NTNumericCredentials represent the same NT security token.public int hashCode()
NTNumericCredential.
    © 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
    https://docs.oracle.com/en/java/javase/21/docs/api/jdk.security.auth/com/sun/security/auth/NTNumericCredential.html