DOFOperationBridgeConfigBuildersetPermissions Method OpenDOF Object Access Library
Set the initial permission set for the bridge.

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

C#
public DOFOperationBridgeConfigBuilder setPermissions(
	DOFPermissionSet permissions
)

Parameters

permissions
Type: org.opendof.core.oal.securityDOFPermissionSet
The initial permissions. Default is null.

Return Value

Type: DOFOperationBridgeConfigBuilder
The Builder.
Remarks

Set the initial permission set for the bridge. These will be requested as soon as the bridge is authenticated.
See Also

Reference