The interface defines the methods necessary for authentication, and
is used to create storage implementations for different types of storage mediums.
Storage
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
Name | Description | |
---|---|---|
![]() | getDomainNode | Get the corresponding Node, for the specified domain node identifier, that represents a remote domain.
|
![]() | getGroupNode | Get the corresponding group node for the specified node identifier. |
![]() | getNode | Get the corresponding Node for the specified node identifier. |
![]() | getStorageDomainID | Get the storage's domain identifier. |
![]() | isStorageAvailable | Returns whether or not the storage is available. |
![]() | resolve |
Resolve the specified credentials by updating the credential with known identity and
credential private storage.
|
Remarks
Storage
See Also