Name Date Size

.. 2016-01-12 15:38:36 11

account_expired.jsp 2012-10-31 06:47:04 3.8 KiB

AD.xml 2014-12-04 01:09:20 2.8 KiB

Adaptive.xml 2013-12-17 16:29:16 1.3 KiB

Anonymous.xml 2013-09-27 13:38:58 0

Application.xml 2013-09-27 13:38:58 0

auth_error_template.jsp 2012-10-31 06:47:04 3.8 KiB

AuthenticatorOATH.xml 2015-11-30 12:49:47 4.4 KiB

authException.jsp 2012-10-31 06:47:04 4 KiB

Cert.xml 2013-09-27 13:38:58 0

DataStore.xml 2013-12-17 16:29:16 1.7 KiB

DeviceIdMatch.xml 2014-08-01 18:27:02 1.7 KiB

DeviceIdSave.xml 2014-08-01 18:27:02 2.1 KiB

devicePrintLogin.jsp 2013-05-03 20:48:08 5.8 KiB

DevicePrintModule.xml 2014-12-04 01:09:20 2.2 KiB

disclaimer.jsp 2012-11-06 11:31:21 4.8 KiB

disclaimerDeclined.jsp 2012-10-31 06:47:04 3.7 KiB

Exception.jsp 2012-10-31 06:47:04 3.4 KiB

HOTP.xml 2013-12-17 16:29:16 2 KiB

HTTPBasic.xml 2013-12-17 16:29:16 1.7 KiB

index.html 2012-10-31 06:47:04 1.6 KiB

invalid_domain.jsp 2012-10-31 06:47:04 3.8 KiB

invalidAuthlevel.jsp 2012-10-31 06:47:04 3.8 KiB

JDBC.xml 2014-12-04 01:09:20 1.6 KiB

LDAP.xml 2014-12-04 01:09:20 2.8 KiB

Login.jsp 2016-01-12 15:38:36 16.6 KiB

login_denied.jsp 2012-10-31 06:47:04 3.8 KiB

login_failed_template.jsp 2012-10-31 06:47:04 4 KiB

Logout.jsp 2012-10-31 06:47:04 3.9 KiB

maxSessions.jsp 2012-10-31 06:47:04 3.8 KiB

membership.jsp 2014-09-26 07:54:33 16.1 KiB

Membership.xml 2014-01-08 17:25:39 4.7 KiB

Message.jsp 2012-10-31 06:47:04 4 KiB

module_denied.jsp 2012-10-31 06:47:04 3.8 KiB

module_template.jsp 2012-10-31 06:47:04 4.4 KiB

MSISDN.xml 2013-09-27 13:38:58 0

new_org.jsp 2014-09-26 07:54:33 5.6 KiB

noConfig.jsp 2012-10-31 06:47:04 3.8 KiB

NT.xml 2014-12-04 01:09:20 1.6 KiB

OATH.xml 2016-01-12 15:38:36 1.5 KiB

OAuth.xml 2013-09-27 13:38:58 1.7 KiB

OAuthActivate.jsp 2013-10-07 13:12:09 7.2 KiB

OAuthPwd.jsp 2013-10-07 13:12:09 12.1 KiB

OpenIdConnect.xml 2014-03-21 21:01:13 1.2 KiB

org_inactive.jsp 2012-10-31 06:47:04 3.8 KiB

PersistentCookie.xml 2013-09-27 13:38:58 1.5 KiB

profileError.jsp 2012-11-06 11:31:21 4.4 KiB

RADIUS.xml 2014-12-04 01:09:20 1.8 KiB

readme.html 2012-10-31 06:47:04 3 KiB

Redirect.jsp 2012-10-31 06:47:04 3.7 KiB

register.jsp 2012-11-06 11:31:21 15.7 KiB

SAML2.xml 2015-10-27 17:02:49 2.5 KiB

Scripted.xml 2014-07-28 18:19:18 1.4 KiB

SecurID.xml 2014-12-04 01:09:20 1.7 KiB

session_timeout.jsp 2012-10-31 06:47:04 3.7 KiB

user_inactive.jsp 2012-10-31 06:47:04 3.8 KiB

userDenied.jsp 2012-10-31 06:47:04 3.8 KiB

WindowsDesktopSSO.xml 2013-09-27 13:38:58 1.6 KiB

readme.html

<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2005 Sun Microsystems Inc. All Rights Reserved
The contents of this file are subject to the terms
of the Common Development and Distribution License
(the License). You may not use this file except in
compliance with the License.
You can obtain a copy of the License at
https://opensso.dev.java.net/public/CDDLv1.0.html or
opensso/legal/CDDLv1.0.txt
See the License for the specific language governing
permission and limitations under the License.
When distributing Covered Code, include this CDDL
Header Notice in each file and include the License file
at opensso/legal/CDDLv1.0.txt.
If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: readme.html,v 1.2 2008/06/25 05:44:31 qcheng Exp $
-->
<html>
<head>
<title>Readme</title>
</head>
<body>
<p align="center"><b><font face="Arial">Readme.html</font></b></p>
<p align="left">Instructions on how to write <b>authentication module specific JSP templates
</b> as required in the module properties XML file.</p>
<p align="left">After you copy the 'module_template.jsp (sample JSP file) from
/&lt;dsame_install_dir&gt;/SUNWam/web-apps/services/config/auth/default to write your own module specific
template JSP, you need to do following things :</p>
<p align="left">1) Change &lt;%@page info="Module Template Page".... to give your template
specific page name.<br>
2) Change &lt;TITLE>Module Template Page&lt;/TITLE>.... to display your template specific title.<br>
3) Change 'charset' to the appropriate one in &lt;%@ page contentType="text/html; charset=ISO-8859-1" %></p>
<p align="left">In<br>
&lt;td><br>
&lt;p>&lt;B>Your static message goes here...&lt;/B>&lt;/p><br>
<br>
&lt;p>&lt;a href="/amserver/UI/Login?Login.Href=10345">&lt;%=<br>
viewBean.rb.getString("gotoLoginAfterFail") %>&lt;/a>&lt;/p><br>
<br>
&lt;p><br>
&lt;input type="submit" name="Login.ButtonLogin" value="&lt;%=<br>
viewBean.rb.getString("&lt;your button1>") %>"><br>
&lt;input type="submit" name="Login.ButtonLogin" value="&lt;%=<br>
viewBean.rb.getString("&lt;your button2>") %>"><br>
<br>
&lt;input type="submit" name="Login.ButtonLogin" value="&lt;%=<br>
viewBean.rb.getString("&lt;your buttonN>") %>"><br>
&lt;/p><br>
&lt;/td><br>
block,<br>
<br>
4) Change "Your static message goes here..." to display your template specific message.<br>
5) Keep &lt;p>.... href......&lt;/p> if you need as it is or remove it.<br>
6) Keep &lt;p>.... buttons......&lt;/p> if you need or remove it.<br>
7) Change "&lt;your button1...N&gt;&quot; strings with your button value localized keys
from the '/&lt;dsame_install_dir&gt;/SUNWam/locale/en_US/amAuthUI.properties' file ( first add all those required
'keys' and 'values' in this file ).</p>
</body>
</html>