DOFServerConfigBuilderSecurableTsetWildcardPermissions Method OpenDOF Object Access Library
Set the permissions for the wildcard credential.

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

C#
public virtual T setWildcardPermissions(
	DOFPermissionSet perms
)

Parameters

perms
Type: org.opendof.core.oal.securityDOFPermissionSet
The initial permissions for the wildcard credential.

Return Value

Type: T
The builder.
Remarks

Set the permissions for the wildcard credential.
See Also

Reference