DOFSystemConfigBuilderSecure ClassOpenDOF Object Access Library
This class creates secure DOFSystem configurations.

These configurations are immutable once built, and so the builder allows them to be created (and modified) up until they are built.

Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFSystemConfigBuilderSecure

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

C#
public sealed class BuilderSecure

The DOFSystemConfigBuilderSecure type exposes the following members.

Constructors

  NameDescription
Public methodDOFSystemConfigBuilderSecure
Constructs a new builder using the default secure configuration (see
DOFSystem.Config.Builder()
).
Top
Methods

  NameDescription
Public methodbuild
Return a configuration based on the current settings of the builder.
Public methodcreateSystem
This is a convenience method for creating the system with the implied Config .
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodsetName
Set the name of the system.
Public methodsetPermissions
Set the initial permissions of the system.
Public methodsetPermissionsExtendAllowed
Set whether the system is allowed to extend the initial permission set.
Public methodsetReceiveFilter
Set the receive filter of the system.
Public methodsetRemoteDomain
Set the remote domain of the system.
Public methodsetSendFilter
Set the send filter of the system.
Public methodsetTunnelDomains
Set whether the system is allowed to see tunneled operations.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference