DOFPermissionFactory InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methodcreate
Creates and returns a Permission object of the correct type from a byte array.
Public methodisSupportedType
Validate that this factory knows how to create the given permission type.
Top
Remarks

A permission factory can be implemented and registered to instruct the OAL how to create custom permissions from serial form.
See Also

Reference