blob: 2d9def69c2783afa033520a946ccf49c583d13fe [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.sling.cms.reference.forms;
public class FormConstants {
private FormConstants() {
}
public static final String PATH_PROFILE = "profile";
public static final String PN_EMAIL = "email";
public static final String PN_SERVICE_USER = "serviceUser";
public static final String PN_ALLOWED_PROPERTIES = "allowedProperties";
public static final String PN_SUBPATH = "subpath";
public static final String SERVICE_USER = "slingcms-reference-usermanager";
public static final String PN_RESETTOKEN = "resettoken";
public static final String PN_RESETTIMEOUT = "resettimeout";
public static final String PN_PASSWORD = "password";
}