DOFPermissionnormalize Method OpenDOF Object Access Library
Normalize this permission.

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

C#
public abstract DOFPermissionSet normalize()

Return Value

Type: DOFPermissionSet
The normalized permission set.
Remarks

Normalize this permission. A normalized permission set is an equivalent set of 'simple' permissions. For example, a Binding permission with multiple allowed bindings would split into many individual bindings.
See Also

Reference