DOFPermissionBindingBuilderaddRequiredAttribute Method OpenDOF Object Access Library
Add an object identifier attribute to the list of current required object identifier attributes for this permission.

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

C#
public DOFPermissionBindingBuilder addRequiredAttribute(
	DOFObjectIDAttribute attribute
)

Parameters

attribute
Type: org.opendof.core.oalDOFObjectIDAttribute
The attribute being added. Must not be null.

Return Value

Type: DOFPermissionBindingBuilder
The builder.
Remarks

Add an object identifier attribute to the list of current required object identifier attributes for this permission. The permission will be extended to request actions on the new object on all interfaces included in the permission. Also note that duplicates are collapsed (an attribute can only appear in the list once).
See Also

Reference