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 DOFServerConfigBuilder setWildcardPermissions( DOFPermissionSet perms )
Parameters
- perms
- Type: org.opendof.core.oal.securityDOFPermissionSet
The initial permissions for the wildcard credential.
Return Value
Type: DOFServerConfigBuilderThe builder.
Remarks
See Also