Found 250 results for "applications public registration"

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

Gitana / 4.0 / Self Managed / Configuration / Encrypting Properties

Encrypting Properties Cloud CMS lets you encrypt properties within your API configuration files to protect sensitive passwords, secrets and credentials. This encryption utilizes a public and private key. The private key is supplied to the Cloud CMS API server and the public key is provided to developers to encrypt sensitive data. To help you do this, Cloud CMS provides a command line tool. gitana-tools-encryptor.jar The gitana-tools-encryptor.jar works with Java 8 and gives you commands that you

Score: 18.71637

Gitana / 3.2 / Guide / Guide / Applications / Public Services

Public Services Cloud CMS provides a special set of application services methods that provide convenience functions for your front-end mobile or web applications to accomplish things like user registration, password resets and more. Technically speaking, everything that you can do with these convenience functions can be done using the Cloud CMS API in other ways, however doing so is often multi-step and involves lots of interactions. The convenience methods make this easier by letting you pre-wi

Score: 13.179834

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services

Public Services Cloud CMS provides a special set of application services methods that provide convenience functions for your front-end mobile or web applications to accomplish things like user registration, password resets and more. Technically speaking, everything that you can do with these convenience functions can be done using the Cloud CMS API in other ways, however doing so is often multi-step and involves lots of interactions. The convenience methods make this easier by letting you pre-wi

Score: 13.179834

Gitana / 3.2 / Guide / Guide / Applications / Public Services / Registration Flow

Registration Flow One of the more frequent flows that an application must achieve is that of registering a user. Cloud CMS already provides registration support. The application service convenience method shown below make it a little easier to register users for your web application by letting you predefine: The Custom Domain Name where new users will be created. The Email Provider to be used to send emails to new users. The Registrar where new tenants will be created (optional). The Domain User

Score: 12.02154

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Registration Flow

Registration Flow One of the more frequent flows that an application must achieve is that of registering a user. Cloud CMS already provides registration support. The application service convenience method shown below make it a little easier to register users for your web application by letting you predefine: The Custom Domain Name where new users will be created. The Email Provider to be used to send emails to new users. The Registrar where new tenants will be created (optional). The Domain User

Score: 11.994699

Gitana / 3.2 / Guide / Guide / Applications

Applications Public Services

Score: 11.476554

Gitana / 4.0 / Data Engine / Platform / Applications

Applications Public Services

Score: 11.476554

Gitana / 3.2 / Guide / Guide / API / Data Types / Registration

Registration Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} The minimum registration flow looks like this: The application collects the user's email The application creates an Registration object. It stores t

Score: 10.311092

Gitana / 4.0 / Data Engine / API / Data Types / Registration

Registration Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} The minimum registration flow looks like this: The application collects the user's email The application creates an Registration object. It stores t

Score: 10.311092

Gitana / 3.2 / Guide / Guide / Docker / Configuration / Encrypting Properties

Encrypting Properties Cloud CMS lets you encrypt properties within your API configuration files to protect sensitive passwords, secrets and credentials. This encryption utilizes a public and private key. The private key is supplied to the Cloud CMS API server and the public key is provided to developers to encrypt sensitive data. To help you do this, Cloud CMS provides a command line tool. gitana-tools-encryptor.jar The gitana-tools-encryptor.jar works with Java 8 and gives you commands that you

Score: 7.92538

Gitana / 3.2 / Guide / Guide / Applications / Public Services / Reset Password Flow

Reset Password Flow Registered users for your application may forget their password and lose the ability to log in to your app. Cloud CMS provides a "reset password" flow that you can use to provide a way for end users to securely reset their password using their username or registered email address. On this page, we cover a public convenience method that applications can use to easily provide this functionality without having to through the most robust Cloud CMS object-level APIs. If you're int

Score: 5.105155

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Reset Password Flow

Reset Password Flow Registered users for your application may forget their password and lose the ability to log in to your app. Cloud CMS provides a "reset password" flow that you can use to provide a way for end users to securely reset their password using their username or registered email address. On this page, we cover a public convenience method that applications can use to easily provide this functionality without having to through the most robust Cloud CMS object-level APIs. If you're int

Score: 5.036537

Gitana / 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Setting up your Email Provider The public application services often need to send emails as part of their respective flows. To do this, a public email provider must be configured for the application. This is email provider that the public services will use when dispatching emails as part of a public flow. On this page, we cover a few convenience methods that are available to test your email provider as well as send emails straight away. This page assumes that you are already familiar with email

Score: 4.19831

Difference between an Application and a Project

A Project is a logical separation for work within Cloud CMS. It could be a site, a sub-site, a department, a web project or anything else you'd like. Projects let you organize teams, invite members and provide a place for you to collaborate on content. An Application is something that you create to provision resources and services dedicated to your web site or web/mobile application. Each Application provides storage and services that your app can access for things like user registration, passwo

Score: 4.1897316

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Setting up your Email Provider

Setting up your Email Provider The public application services often need to send emails as part of their respective flows. To do this, a public email provider must be configured for the application. This is email provider that the public services will use when dispatching emails as part of a public flow. On this page, we cover a few convenience methods that are available to test your email provider as well as send emails straight away. This page assumes that you are already familiar with email

Score: 4.136084

Gitana / 4.0 / Developers / Drivers / Java

Java Connect your Java, Spring MVC and Android applications to Gitana Latest Version Version undefined Date The Gitana Java driver makes it easy for your Java and Android applications to connect to and communicate with the Gitana server. The driver can be utilized with Android mobile devices as well as Java applications running on the server or as a web application (Spring Framework, SEAM, etc, running on Tomcat, Glassfish, WebSphere and many other frameworks). Maven Repository Gitana runs a Mav

Score: 3.8614895

Github deployment - copy of sample site

Copy Sample Site Example; Duplicate of the source files for the Sample SIte project from Cloud CMS github into your own Github folder. In your GitHub project for: https://github.com/yourgithub/cloudcmsSample Either make it a public repository or invite the user "cloudcms" with READ access. In Cloud CMS -> Applications set URL of your Githup repository and the base path Redeploy your application's default deployment in Cloud CMS (Applications) You can redeploy selecting the deployment and then pi

Score: 3.770863

Gitana / 3.2 / Guide / Guide / Applications / Public Services / Forgot Username Flow

Forgot Username Flow Registered users for your application may forget their username and lose the ability to log in to your app. Cloud CMS provides a "forgot username" flow that you can use to provide a way for end users to securely retrieve their username using their registered email address. On this page, we cover a public convenience method that applications can use to easily provide this functionality without having to through the most robust Cloud CMS object-level APIs. If you're interested

Score: 3.663473

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Forgot Username Flow

Forgot Username Flow Registered users for your application may forget their username and lose the ability to log in to your app. Cloud CMS provides a "forgot username" flow that you can use to provide a way for end users to securely retrieve their username using their registered email address. On this page, we cover a public convenience method that applications can use to easily provide this functionality without having to through the most robust Cloud CMS object-level APIs. If you're interested

Score: 3.514738

Use Case: Machine Learning / AI - Gitana

Use Case: Machine Learning / AI - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services t

Score: 3.427336

Gitana / 3.2 / Guide / Guide / Application Server

Application Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.

Score: 3.344345

Gitana / 4.0 / Developers / Application Server / Overview

Application Server The Cloud CMS Application Server offers an easy way for customers to assemble powerful, front-end custom APIs and web sites for Cloud CMS. It is completely free and runs on top of the popular Node.js technology stack. With Cloud CMS, customers have a choice of using any front-end presentation technology they wish. In many cases, customers already have a technology investment (such as C#, PHP, Java or Ruby) and thus a preference for continuing to build on that technology stack.

Score: 3.344345

Introducing the Cloud CMS Open Source App Server

Cloud CMS lets you create content once and reuse it everywhere - across all of your devices, web sites, mobile applications, tradeshow kiosks, digital signage surfaces and more. Our editorial environment is fully featured, extensible easy to use, letting you manage content and deliver it via our enterprise-class Content API. With Cloud CMS, customers are free to build apps on top of best-of-breed open-source frameworks while leveraging open-standards. They are empowered to continue to use the de

Score: 3.1510081

Download Version 1.0.3 of the Cloud CMS Java Driver

The Cloud CMS team is pleased to announce the immediate availability of the 1.0.3 version of the Gitana Java Driver for Cloud CMS. Java Driver for Cloud CMS The Gitana Java Driver is a Java library that you can include with your Java applications to take advantage of a programmatic way of interacting with the Cloud CMS server. It makes it easier for developers to utilize Cloud CMS functionality without having to manually handle calls against HTTP/REST, data serialization and event handling. The

Score: 3.0915325

Gitana / 3.2 / Guide / Guide / Getting Started / Platform

Platform Cloud CMS is a Platform that serves content to your web sites and mobile applications. You can use it for a single project or for many different projects. Cloud CMS is provides a singular content backbone for your business. You might choose to use Cloud CMS for a single web site. Or you may use it for many different web sites. Cloud CMS is multi-tenant in that it allows you to support the content needs of many different projects and many different customers all from a single place. When

Score: 3.082449