DOFAuthenticatorAuthenticationNode ClassOpenDOF Object Access Library
This represents an Authentication-type node in the Storage.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFAuthenticatorAuthenticationNode

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

C#
[SerializableAttribute]
public sealed class AuthenticationNode : DOFImmutable

The DOFAuthenticatorAuthenticationNode type exposes the following members.

Methods

  NameDescription
Public methodStatic membercreate(DOFObjectIDAuthentication, Int32, Byte, IDictionaryInt32, DOFPermissionSet, ICollectionDOFObjectIDAuthentication, Boolean)
Create an Authentication node for authentication.
Public methodStatic membercreate(DOFObjectIDAuthentication, Int32, IListInt32, IDictionaryInt32, DOFPermissionSet, ICollectionDOFObjectIDAuthentication, Boolean)
Create an Authentication 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 methodgetGroups
Get the list of secure groups that the node is a member of.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetNodeID
Returns this node's identifier.
Public methodgetPermissions
Returns the node's permissions.
Public methodgetSecurityScopeIDs
Convenience method that returns the node's permissions security scope identifiers.
Public methodgetSourceIdentifier
Returns this node's source identifier.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodisEnabled
Returns whether or not the Node is isEnabled.
Public methodisMember
Return whether or not this node is a member of the specified group.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This represents an Authentication-type node in the Storage.
See Also

Reference