SessionConstants.java revision 7ceb1915fe31e2cde224bba1255b4b948ce7c61d
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott/**
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * Copyright 2013 ForgeRock AS.
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott *
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * The contents of this file are subject to the terms of the Common Development and
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * Distribution License (the License). You may not use this file except in compliance with the
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * License.
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott *
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * specific language governing permission and limitations under the License.
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott *
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * When distributing Covered Software, include this CDDL Header Notice in each file and include
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * Header, with the fields enclosed by brackets [] replaced by your own identifying
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * information: "Portions copyright [year] [name of copyright owner]".
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott */
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshottpackage com.iplanet.dpro.session.service;
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott/**
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * Responsible for tracking shared constants for the Session Service.
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott *
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott * @author robert.wapshott@forgerock.com
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott */
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshottpublic class SessionConstants {
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott public static final String SESSION_DEBUG = "amSession";
7ceb1915fe31e2cde224bba1255b4b948ce7c61dRobert Wapshott}