クラスNTNumericCredential

java.lang.Object
com.sun.security.auth.NTNumericCredential

public class NTNumericCredential extends Object
NTセキュリティ・トークンを抽象化し、セキュリティの偽装と同じ処理を行うメカニズムを提供します。
導入されたバージョン:
1.4
  • コンストラクタのサマリー

    コンストラクタ
    コンストラクタ
    説明
    NTNumericCredential(long token)
    整数値でNTNumericCredentialを作成します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    boolean
    指定されたObjectがこのNTNumericCredentialと同じかどうかを比較します。
    long
    このNTNumericCredentialの整数表現を返します。
    int
    NTNumericCredentialのハッシュ・コードを返します。
    このNTNumericCredentialの文字列表現を返します。

    クラスオブジェクトで宣言されたメソッド

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    修飾子と型
    メソッド
    説明
    protected Object
    このオブジェクトのコピーを作成して、返します。
    protected void
    削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
    最終決定は非推奨であり、将来のリリースで削除される可能性があります。
    final Class<?>
    このObjectの実行時クラスを返します。
    final void
    このオブジェクトのモニターで待機中のスレッドを1つ再開します。
    final void
    このオブジェクトのモニターで待機中のすべてのスレッドを再開します。
    final void
    現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。
    final void
    wait(long timeoutMillis)
    現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
    final void
    wait(long timeoutMillis, int nanos)
    現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
  • コンストラクタの詳細

    • NTNumericCredential

      public NTNumericCredential(long token)
      整数値でNTNumericCredentialを作成します。
      パラメータ:
      token - このユーザーのWindows NTセキュリティ・トークン。
  • メソッドの詳細

    • getToken

      public long getToken()
      このNTNumericCredentialの整数表現を返します。
      戻り値:
      このNTNumericCredentialの整数表現。
    • toString

      public String toString()
      このNTNumericCredentialの文字列表現を返します。
      オーバーライド:
      toString、クラスObject
      戻り値:
      このNTNumericCredentialを表す文字列表現。
    • equals

      public boolean equals(Object o)
      指定されたObjectがこのNTNumericCredentialと同じかどうかを比較します。 指定したオブジェクトがNTNumericCredentialでもあり、2つのNTNumericCredentialの表すNTセキュリティ・トークンが等しい場合は、trueを返します。
      オーバーライド:
      equals、クラスObject
      パラメータ:
      o - このNTNumericCredentialと等しいかどうかを比較するオブジェクト。
      戻り値:
      指定されたObjectがこのNTNumericCredentialと等しい場合はtrue。
      関連項目:
    • hashCode

      public int hashCode()
      NTNumericCredentialのハッシュ・コードを返します。
      オーバーライド:
      hashCode、クラスObject
      戻り値:
      NTNumericCredentialのハッシュ・コード。
      関連項目: