Set whether the bridge can extend permissions.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFOperationBridgeConfigBuilder setPermissionsExtendAllowed( bool isAllowed )
Parameters
- isAllowed
- Type: SystemBoolean
Whether extend is allowed or not. Default is true.
Return Value
Type: DOFOperationBridgeConfigBuilderThe Builder.
Remarks
See Also