This class can be used to build a new
Config
Inheritance Hierarchy
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
Name | Description | |
---|---|---|
![]() | DOFOperationBridgeConfigBuilder | Create a new Builder (which by default would bridge operations to unsecure).
|
![]() | DOFOperationBridgeConfigBuilder(DOFOperationBridgeConfig) | Create a new Builder from existing config. |
Methods
Name | Description | |
---|---|---|
![]() | build |
Build the new
Config
object.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | setCredentials | Set the credentials for the bridge. |
![]() | setPermissions | Set the initial permission set for the bridge. |
![]() | setPermissionsExtendAllowed | Set whether the bridge can extend permissions. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also