A permission factory can be implemented and registered to instruct the OAL how to
create custom permissions from serial form.
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface Factory
The DOFPermissionFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | create | Creates and returns a Permission object of the correct type from a byte array.
|
![]() | isSupportedType | Validate that this factory knows how to create the given permission type.
|
Remarks
See Also