f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay<!DOCTYPE propertysheet SYSTEM "propertysheet.dtd">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay<!--
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay/*
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
460677b402c27f359643b3f42c69cc523703c9c4Phill Cunnington * Copyright 2012-2015 ForgeRock AS.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * The contents of this file are subject to the terms
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * of the Common Development and Distribution License
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * (the License). You may not use this file except in
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * compliance with the License.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * You can obtain a copy of the License at
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * http://forgerock.org/license/CDDLv1.0.html
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * See the License for the specific language governing
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * permission and limitations under the License.
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay *
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * When distributing Covered Code, include this CDDL
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * Header Notice in each file and include the License file
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * at http://forgerock.org/license/CDDLv1.0.html
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * If applicable, add the following below the CDDL Header,
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * with the fields enclosed by brackets [] replaced by
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * your own identifying information:
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay * "Portions Copyrighted [2012] [ForgeRock Inc]"
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay */
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay-->
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay<propertysheet>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <section name="question" defaultValue="blank.header">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <property required="true">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <label name="lblRealm" defaultValue="create.fedlet.label.realm" labelFor="tfRealm" />
bd91193fe2e6ce7e56cf0d1c3c8f1b1d3e0570bcTravis Papp <cc name="tfRealm" tagclass="com.sun.web.ui.taglib.html.CCDropDownMenuTag" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </section>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <section name="question" defaultValue="configure.oauth2.section.serv">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <property required="true">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <label name="lblServiceRefreshLifetime" defaultValue="configure.oauth2.label.service.refreshLifetime" labelFor="choiceRefreshLifetime" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <cc name="choiceRefreshLifetime" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag" >
460677b402c27f359643b3f42c69cc523703c9c4Phill Cunnington <attribute name="defaultValue" value="604800" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </cc>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <fieldhelp name="helpChoiceRefreshLifetime" defaultValue="configure.oauth2.label.service.refreshLifetime.help" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <property required="true">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <label name="lblServiceCodeLifetime" defaultValue="configure.oauth2.label.service.codeLifetime" labelFor="choiceCodeLifetime" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <cc name="choiceCodeLifetime" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag" >
460677b402c27f359643b3f42c69cc523703c9c4Phill Cunnington <attribute name="defaultValue" value="120" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </cc>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <fieldhelp name="helpChoiceCodeLifetime" defaultValue="configure.oauth2.label.service.codeLifetime.help" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <property required="true">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <label name="lblServiceTokenLifetime" defaultValue="configure.oauth2.label.service.tokenLifetime" labelFor="choiceTokenLifetime" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <cc name="choiceTokenLifetime" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag" >
460677b402c27f359643b3f42c69cc523703c9c4Phill Cunnington <attribute name="defaultValue" value="3600" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </cc>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <fieldhelp name="helpChoiceTokenLifetime" defaultValue="configure.oauth2.label.service.tokenLifetime.help" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
40b93fa3f473f5b97dea9cc4e1cea0140512de3dJaco Jooste <property required="false">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <label name="lblServiceRefreshToken" defaultValue="configure.oauth2.label.service.refreshToken" labelFor="choiceRefreshToken" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <cc name="choiceRefreshToken" tagclass="com.sun.web.ui.taglib.html.CCCheckBoxTag" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <fieldhelp name="helpChoiceRefreshToken" defaultValue="configure.oauth2.label.service.refreshToken.help" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
40b93fa3f473f5b97dea9cc4e1cea0140512de3dJaco Jooste <property required="false">
02b85867be37dad95903d24592f5a8e6f9fb64baPhill Cunnington <label name="lblServiceRefreshTokenOnRefreshing" defaultValue="configure.oauth2.label.service.refreshTokenOnRefreshing" labelFor="choiceRefreshTokenOnRefreshing" />
02b85867be37dad95903d24592f5a8e6f9fb64baPhill Cunnington <cc name="choiceRefreshTokenOnRefreshing" tagclass="com.sun.web.ui.taglib.html.CCCheckBoxTag" />
02b85867be37dad95903d24592f5a8e6f9fb64baPhill Cunnington <fieldhelp name="helpChoiceRefreshTokenOnRefreshing" defaultValue="configure.oauth2.label.service.refreshTokenOnRefreshing.help" />
02b85867be37dad95903d24592f5a8e6f9fb64baPhill Cunnington </property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <property required="true">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <label name="lblServiceScopeImpl" defaultValue="configure.oauth2.label.service.scopeImpl" labelFor="choiceScopeImpl" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <cc name="choiceScopeImpl" tagclass="com.sun.web.ui.taglib.html.CCTextFieldTag" >
3e00d049c722abe4b6819929a7bfef6c3f62d4f2James Phillpotts <attribute name="defaultValue" value="org.forgerock.openam.oauth2.OpenAMScopeValidator" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </cc>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <fieldhelp name="helpChoiceScopeImpl" defaultValue="configure.oauth2.label.service.scopeImpl.help" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </section>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <section name="question3" defaultValue="configure.oauth2.section.policy">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <fieldhelp name="helpQuestion3" defaultValue="configure.oauth2.section.policy.help" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </section>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <section name="question2" defaultValue="configure.oauth2.section.registerClient">
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay <fieldhelp name="helpQuestion2" defaultValue="configure.oauth2.section.registerClient.help" />
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </property>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay </section>
f58c87ece2202b8f85310d8885c7e39a7f435c09Jason Lemay</propertysheet>