DOFAuthenticatorStorage InterfaceOpenDOF Object Access Library
The
Storage
interface defines the methods necessary for authentication, and is used to create storage implementations for different types of storage mediums.

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

C#
public interface Storage

The DOFAuthenticatorStorage type exposes the following members.

Methods

  NameDescription
Public methodgetDomainNode
Get the corresponding Node, for the specified domain node identifier, that represents a remote domain.
Public methodgetGroupNode
Get the corresponding group node for the specified node identifier.
Public methodgetNode
Get the corresponding Node for the specified node identifier.
Public methodgetStorageDomainID
Get the storage's domain identifier.
Public methodisStorageAvailable
Returns whether or not the storage is available.
Public methodresolve
Resolve the specified credentials by updating the credential with known identity and credential private storage.
Top
Remarks

The
Storage
interface defines the methods necessary for authentication, and is used to create storage implementations for different types of storage mediums.
See Also

Reference