DOFOperationBridgeConfigBuilder ClassOpenDOF Object Access Library
This class can be used to build a new Config
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFOperationBridgeConfigBuilder

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

C#
public sealed class Builder

The DOFOperationBridgeConfigBuilder type exposes the following members.

Constructors

  NameDescription
Public methodDOFOperationBridgeConfigBuilder
Create a new Builder (which by default would bridge operations to unsecure).
Public methodDOFOperationBridgeConfigBuilder(DOFOperationBridgeConfig)
Create a new Builder from existing config.
Top
Methods

  NameDescription
Public methodbuild
Build the new Config object.
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 methodsetCredentials
Set the credentials for the bridge.
Public methodsetPermissions
Set the initial permission set for the bridge.
Public methodsetPermissionsExtendAllowed
Set whether the bridge can extend permissions.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference