DOFAuthenticatorAuthenticationNodegetPermissions Method OpenDOF Object Access Library
Returns the node's permissions.

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

C#
public IDictionary<int, DOFPermissionSet> getPermissions()

Return Value

Type: IDictionaryInt32, DOFPermissionSet
The node's permissions, which may be an empty map.
Remarks

Returns the node's permissions.
See Also

Reference