public class NTNumericCredential extends Object
NT セキュリティートークンを抽象化し、セキュリティーの偽装と同じ処理を行うメカニズムを提供します。
コンストラクタと説明 |
---|
NTNumericCredential(long token)
整数値で
NTNumericCredential を作成します。 |
public NTNumericCredential(long token)
NTNumericCredential
を作成します。
token
- このユーザーの Windows NT セキュリティートークン。 public long getToken()
NTNumericCredential
の整数表現を返します。
NTNumericCredential
の整数表現。public String toString()
NTNumericCredential
の文字列表現を返します。
public boolean equals(Object o)
NTNumericCredential
と同じかどうかを比較します。指定したオブジェクトが NTNumericCredential
でもあり、2 つの NTNumericCredential の表す NT セキュリティートークンが等しい場合は、true を返します。
equals
、クラス: Object
o
- この NTNumericCredential
と等しいかどうかを比較するオブジェクト。NTNumericCredential
と等しい場合は true。Object.hashCode()
, HashMap
public int hashCode()
NTNumericCredential
のハッシュコードを返します。
hashCode
、クラス: Object
NTNumericCredential
のハッシュコード。Object.equals(java.lang.Object)
, System.identityHashCode(java.lang.Object)
Copyright © 1998, 2013, Oracle and/or its affiliates. All rights reserved.