DOFAuthenticator ClassOpenDOF Object Access Library
This class is the basis for authenticating credentials within a domain.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFAuthenticator

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public sealed class DOFAuthenticator

The DOFAuthenticator type exposes the following members.

Methods

  NameDescription
Public methodStatic membercreateSessionKey
Create a random session key that is suitable for long-term use as either a shared secret or a session key.
Public methoddestroy
Destroys an authenticator.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetDomainID
Return the domain identifier for the authenticator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetState
Get the current instantaneous state of the authenticator.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class is the basis for authenticating credentials within a domain. It is only needed on nodes that have some sort of Authentication Server. This class is not needed by regular applications.

Constructing DOFAuthenticator:

DOFAuthenticator instances are constructed with DOF.createAuthenticator(Config) by passing in a built Config .

See Also

Reference

Builder