Notify the listener that a permission has been granted.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void permissionGranted( DOF dof, DOFObjectIDDomain domainID, DOFObjectIDAuthentication identity, DOFPermission permission )
Parameters
- dof
- Type: org.opendof.core.oalDOF
The DOF. - domainID
- Type: org.opendof.core.oalDOFObjectIDDomain
The domain permission has been granted in. - identity
- Type: org.opendof.core.oalDOFObjectIDAuthentication
The identity this permission is for. - permission
- Type: org.opendof.core.oal.securityDOFPermission
The permission. It will always be terminal.
Remarks
See Also