This represents an Authentication-type node in the Storage.
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() ![]() | create(DOFObjectIDAuthentication, Int32, Byte, IDictionaryInt32, DOFPermissionSet, ICollectionDOFObjectIDAuthentication, Boolean) | Create an Authentication node for authentication. |
![]() ![]() | create(DOFObjectIDAuthentication, Int32, IListInt32, IDictionaryInt32, DOFPermissionSet, ICollectionDOFObjectIDAuthentication, Boolean) | Create an Authentication 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. |
![]() | getGroups | Get the list of secure groups that the node is a member of. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getNodeID | Returns this node's identifier. |
![]() | getPermissions | Returns the node's permissions. |
![]() | getSecurityScopeIDs | Convenience method that returns the node's permissions security scope identifiers.
|
![]() | getSourceIdentifier | Returns this node's source identifier. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | isEnabled | Returns whether or not the Node is isEnabled. |
![]() | isMember | Return whether or not this node is a member of the specified group. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also