Found 611 results for "docker configuration encrypting-properties"

The search executed in 0.001910152 seconds. That's fast.

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Adapters / JWT

JWT The JWT request adapter is similar to the default adapter in that it lets you pull a JWT token from either a named header or a cookie. JWT stands for JSON Web Token. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. You can read more about them at the official JWT web site. Configuration Here are all of the properties that may be configured: { "adapters": { "{adapterId}": { "type": "jwt", "

Score: 0.7753676

Gitana / 4.0 / Developers / Application Server / Authentication / Adapters / JWT

JWT The JWT request adapter is similar to the default adapter in that it lets you pull a JWT token from either a named header or a cookie. JWT stands for JSON Web Token. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. You can read more about them at [jwt.io](the official JWT web site). Configuration Here are all of the properties that may be configured: { "adapters": { "{adapterId}": { "type": "jwt",

Score: 0.7753676

Gitana / 4.0 / Forms / Fields / Table Field

Table Field The table field. The table field is useful when you have an array of data objects that have a uniform structure. It provides a condensed and table-based way of viewing data. In editable mode, each table field has a toolbar at the top for adding new rows. Each row in the table has an action bar. The table field is an extension of the ArrayField and so all array field configuration options apply. Properties Title Table Description Renders array items into a table Field Type table Base

Score: 0.7753676

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 0.77514315

Gitana / 3.2 / Guide / Guide / Application Server / Services / Driver Config

Driver Config Service that connects to the Cloud CMS API to authenticate on behalf of a logged in user. A driver config cache is retained for efficiency as well as to assist with automatic re-acquisition of access tokens when they expire. The gitanaConfig variable is appended to the req object once this service completes. Configuration { "driverConfig": { "enabled": true } }

Score: 0.77514315

Gitana / 4.0 / Developers / Application Server / Services / Driver Config

Driver Config Service that connects to the Cloud CMS API to authenticate on behalf of a logged in user. A driver config cache is retained for efficiency as well as to assist with automatic re-acquisition of access tokens when they expire. The gitanaConfig variable is appended to the req object once this service completes. Configuration { "driverConfig": { "enabled": true } }

Score: 0.77514315

Gitana / 4.0 / Developers / User Interface Customization / Actions

Actions Cloud CMS provides a large number of actions that can be bound to links sections within configuration blocks. This allows you to customize dropdowns, button toolbars and action links at various places within the user interface. It also provides a way for you to override action implementation classes for your own users. assign_access_policy change-password create_access_policy create_document delete_access_policies new_folder unassign_access_policy

Score: 0.77514315

Gitana / 3.2 / Guide / Guide / Actions / Execute Script

Execute Script ID: executeScript Executes a script attachment of a node. The configuration for this action is described using JSON Schema like this: { "script": "if (typeof(node.data.count) === 'undefined') { node.data.count = 0; }; node.data.count++;" } Property Required Default Description script yes String containing the script scriptMimetype no application/javascript String methodName no The method name of the script args no The arguments for the method in the script

Score: 0.7707008

Gitana / 3.2 / Guide / Guide / Actions / Unlock Node

Unlock Node ID: unlockNode Unlocks a node as the current user. The current user must have the lock or the current user must have authorities to remove the lock. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 0.7707008

Gitana / 3.2 / Guide / Guide / Features / Audit

Audit QName: f:audit Marks a content node as auditable. Operations against this node will be logged and recorded by the Cloud CMS auditing service and stored as audit records on your platform. These audit records can then be viewed within the Cloud CMS user interface or downloaded for use in third-party reporting systems. Configuration Audit Example { "title": "My Content Instance", "_features": { "f:audit": { } } }

Score: 0.7707008

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Not

Not This section describes features that are coming in 4.0 The not condition lets you perform a logical NOT operation against a sub-condition. Configuration { "type": "not", "config": { "condition": { ... } } } Sample #1 This policy document allows a principal to edit any content that is not in Spanish { "title": "My Sample Policy", "statements": [{ "action": "grant", "roles": ["consumer"], "conditions": [{ "typ

Score: 0.7707008

Gitana / 4.0 / Data Engine / Aspects / Audit

Audit QName: f:audit Marks a content node as auditable. Operations against this node will be logged and recorded by the Cloud CMS auditing service and stored as audit records on your platform. These audit records can then be viewed within the Cloud CMS user interface or downloaded for use in third-party reporting systems. Configuration Audit Example { "title": "My Content Instance", "_features": { "f:audit": { } } }

Score: 0.7707008

Gitana / 4.0 / Data Engine / Behaviors / Actions / Execute Script

Execute Script ID: executeScript Executes a script attachment of a node. The configuration for this action is described using JSON Schema like this: { "script": "if (typeof(node.data.count) === 'undefined') { node.data.count = 0; }; node.data.count++;" } Property Required Default Description script yes String containing the script scriptMimetype no application/javascript String methodName no The method name of the script args no The arguments for the method in the script

Score: 0.7707008

Gitana / 4.0 / Data Engine / Behaviors / Actions / Unlock Node

Unlock Node ID: unlockNode Unlocks a node as the current user. The current user must have the lock or the current user must have authorities to remove the lock. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 0.7707008

Gitana / 4.0 / Data Engine / Security / Access Policies / Conditions / Not

Not This section describes features that are coming in 4.0 The not condition lets you perform a logical NOT operation against a sub-condition. Configuration { "type": "not", "config": { "condition": { ... } } } Sample #1 This policy document allows a principal to edit any content that is not in Spanish { "title": "My Sample Policy", "statements": [{ "action": "grant", "roles": ["consumer"], "conditions": [{ "typ

Score: 0.7707008

Gitana / 4.0 / Forms / Fields / Email Field

Email Field The email field. Properties Title Email Description Email Field Type email Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will be added as DOM attribuets fo

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / IPv4 Field

IPv4 Field The ipv4 field. Properties Title IPV4 Description Image Field Type ipv4 Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will be added as DOM attribuets for th

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Lower Case Field

Lower Case Field The lowercase field. Properties Title Lower Case Description Text field for lowercase text Field Type lowercase Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attribut

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Password Field

Password Field The password field. Properties Title Password Description Password Field Type password Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will be added as DO

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Personal Name Field

Personal Name Field The personalname field. Properties Title Personal Name Description Text Field for personal name with capital letter for first letter & after hyphen, space or apostrophe. Field Type personalname Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have aut

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Tag Field

Tag Field The tag field. Properties Title Tag Description Renders object items into a table row Field Type tag Base Field Type lowercase Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will

Score: 0.76756746

Gitana / 4.0 / Forms / Fields / Upper Case Field

Upper Case Field The uppercase field. Properties Title Upper Case Description Text field for uppercase text Field Type uppercase Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attribut

Score: 0.76756746

Gitana / 3.2 / Guide / Guide / Application Server / Services / Welcome

Welcome The welcome service allows you to configure a default URI path for any requests that do not have a path supplied. Configuration { "welcome": { "enabled": , "file": "" } } Example #1 For example, you may wish for users who access your website at: http://mywebsite.com/ To be served back the page at: http://mywebsite.com/index.html This is accomplished using a config block like this: { "welcome": { "enabled": true, "file": "i

Score: 0.76630926

Gitana / 4.0 / Developers / Application Server / Services / Welcome

Welcome The welcome service allows you to configure a default URI path for any requests that do not have a path supplied. Configuration { "welcome": { "enabled": , "file": "" } } Example #1 For example, you may wish for users who access your website at: http://mywebsite.com/ To be served back the page at: http://mywebsite.com/index.html This is accomplished using a config block like this: { "welcome": { "enabled": true, "file": "i

Score: 0.76630926

Gitana / 3.2 / Guide / Guide / Application Server / Authentication / Authenticators / Custom

Custom This page provides some guidance on how to define your own custom Authenticator class for use within the Application Server. Implementation Class We recommend extending the AbstractAuthenticator class. The basic skeleton of the class might look like this: var AbstractAuthenticator = require("cloudcms-server/middleware/authentication/authenticators/abstract"); class CustomAuthenticator extends AbstractAuthenticator { constructor(req, config) { super(req, config); } i

Score: 0.76362693