Cross Reference: index.html
xref
: /
forgerock
/
openam
/
openam-server-only
/
src
/
main
/
webapp
/
password
/
index.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
index.html revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
116
N/A
<!--
116
N/A
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
116
N/A
116
N/A
Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
116
N/A
116
N/A
The contents of this file are subject to the terms
116
N/A
of the Common Development and Distribution License
116
N/A
(the License). You may not use this file except in
116
N/A
compliance with the License.
116
N/A
116
N/A
You can obtain a copy of the License at
116
N/A
https://opensso.dev.java.net/public/CDDLv1.0.html
or
116
N/A
opensso
/
legal
/
CDDLv1.0.txt
116
N/A
See the License for the specific language governing
116
N/A
permission and limitations under the License.
116
N/A
116
N/A
When distributing Covered Code, include this CDDL
116
N/A
Header Notice in each file and include the License file
116
N/A
at
opensso
/
legal
/
CDDLv1.0.txt
.
116
N/A
If applicable, add the following below the CDDL Header,
116
N/A
with the fields enclosed by brackets [] replaced by
116
N/A
your own identifying information:
5636
N/A
"Portions Copyrighted [year] [name of copyright owner]"
116
N/A
116
N/A
$Id:
index.html
,v 1.3
2010
/
01
/
28
08:18:00 bina Exp $
116
N/A
116
N/A
-->
1244
N/A
5229
N/A
<!
DOCTYPE
HTML
PUBLIC
"-//IETF//DTD HTML//EN"
>
618
N/A
<
html
>
1244
N/A
<
head
>
1244
N/A
<
title
>Please Wait While Redirecting ...</
title
>
116
N/A
<
script
language=
"JavaScript"
>
844
N/A
<!--
5229
N/A
function redirectToAuth() {
116
N/A
var params = getQueryParameters();
1258
N/A
var url = '/
ui
/
PWResetUserValidation
';
116
N/A
5229
N/A
if (params != '') {
2899
N/A
url += params;
3817
N/A
}
3817
N/A
top.location.replace
(url);
3817
N/A
}
116
N/A
116
N/A
function getQueryParameters() {
116
N/A
var loc = '' + location;
116
N/A
var idx =
loc.indexOf
('?');
116
N/A
if (idx != -1) {
116
N/A
return
loc.substring
(idx);
116
N/A
} else {
116
N/A
return '';
116
N/A
}
1137
N/A
}
116
N/A
116
N/A
//-->
116
N/A
</
script
>
1137
N/A
</
head
>
1137
N/A
<
body
bgcolor=
"#FFFFFF"
onLoad=
"redirectToAuth();"
>
1137
N/A
</
body
>
1137
N/A
</
html
>
1137
N/A
151
N/A