DOFAuthenticatorRemoteDomainNode ClassOpenDOF Object Access Library
This represents a Remote Domain-type node in the Storage.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodStatic membercreate(DOFObjectIDAuthentication, Byte, Int32, DOFObjectIDAuthentication, Boolean)
Create a RemoteDomain node for authentication.
Public methodStatic membercreate(DOFObjectIDAuthentication, IListInt32, Int32, DOFObjectIDAuthentication, IDictionaryDOFObjectIDAuthentication, DOFObjectIDAuthentication, Boolean)
Create a RemoteDomain node for management.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetCredentialsStorage
Return the node's stored credentials that can be used to obtain a secret.
Public methodgetCredentialTypes
Returns a list of credential types this node has.
Public methodgetDefaultLocalNode
Get the default local node, to be used if there is no initiator mapping.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetInitiatorLocalNodeMap
Returns the mapping of all assigned initiators to their associated local nodes.
Public methodgetLocalID
Get the local identity of the node related to the remote domain, for nodes that represent a remote domain.
Public methodgetNodeID
Returns this node's identifier.
Public methodgetRemoteDomainIdentifier
Get the node's remote domain identifier for nodes that represent remote domains.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisEnabled
Returns whether or not the node is isEnabled.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This represents a Remote Domain-type node in the Storage.
See Also

Reference