Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

NTNumericCredential Class Reference

List of all members.


Detailed Description

A credential which stores information about impersonation token.

Public Member Functions

 NTNumericCredential (long token)
 Constructs an instance wit the token passed.
boolean equals (Object obj)
 Tests two objects for equality.
long getToken ()
 Returns stored token.
int hashCode ()
 Returns hashCode for this object.
String toString ()
 Returns String representation of this object.

Private Attributes

long token

Constructor & Destructor Documentation

NTNumericCredential ( long  token  ) 

Constructs an instance wit the token passed.


Member Function Documentation

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.

long getToken (  ) 

Returns stored token.

int hashCode (  ) 

Returns hashCode for this object.

String toString (  ) 

Returns String representation of this object.


Member Data Documentation

long token [private]