This represents a Remote Domain-type node in the Storage.
Inheritance Hierarchy
org.opendof.core.oalDOFAuthenticatorRemoteDomainNode
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class RemoteDomainNode : DOFImmutable
The DOFAuthenticatorRemoteDomainNode type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| create(DOFObjectIDAuthentication, Byte, Int32, DOFObjectIDAuthentication, Boolean) | Create a RemoteDomain node for authentication. | |
| create(DOFObjectIDAuthentication, IListInt32, Int32, DOFObjectIDAuthentication, IDictionaryDOFObjectIDAuthentication, DOFObjectIDAuthentication, Boolean) | Create a RemoteDomain node for management. | |
| Equals | (Inherited from Object.) | |
| getCredentialsStorage | Return the node's stored credentials that can be used to obtain a secret.
| |
| getCredentialTypes | Returns a list of credential types this node has. | |
| getDefaultLocalNode | Get the default local node, to be used if there is no initiator mapping.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| getInitiatorLocalNodeMap | Returns the mapping of all assigned initiators to their associated local nodes.
| |
| getLocalID |
Get the local identity of the node related to the remote domain, for nodes that
represent a remote domain.
| |
| getNodeID | Returns this node's identifier. | |
| getRemoteDomainIdentifier | Get the node's remote domain identifier for nodes that represent remote domains.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isEnabled | Returns whether or not the node is isEnabled. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also