DOFConnectionConfigBuilderGroupsetPermissionsExtendAllowed Method OpenDOF Object Access Library
Set whether or not the connection is allowed to request additional permissions from the Authentication Server aside from the initial permission set.

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

C#
public DOFConnectionConfigBuilderGroup setPermissionsExtendAllowed(
	bool isPermissionsExtendAllowed
)

Parameters

isPermissionsExtendAllowed
Type: SystemBoolean
Whether or not the connection is allowed to request additional permissions.

Return Value

Type: DOFConnectionConfigBuilderGroup
The builder.
Remarks

Set whether or not the connection is allowed to request additional permissions from the Authentication Server aside from the initial permission set. This is set to TRUE by default.
See Also

Reference