summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/webapps/tps/ui/home.html
blob: 8502ca4482513f0dcd6282efba89f8395bd698b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!-- --- BEGIN COPYRIGHT BLOCK ---
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; version 2 of the License.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.

     You should have received a copy of the GNU General Public License along
     with this program; if not, write to the Free Software Foundation, Inc.,
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

     Copyright (C) 2014 Red Hat, Inc.
     All rights reserved.
     --- END COPYRIGHT BLOCK --- -->
<div class="pki-header">
<ol class="breadcrumb">
    <li><a href="#">Home</a></li>
</ol>

<span name="title" class="pki-title">Token Processing Service</span>
</div>

<div class="panel panel-default">
    <div class="panel-heading">
        <h3 class="panel-title">Token Management</h3>
    </div>
    <div class="panel-body">
        <a href="#tokens">Tokens</a><br>
        <a href="#certs">Certificates</a><br>
        <a href="#activities">Activities</a><br>
    </div>
</div>

<div class="panel panel-default">
    <div class="panel-heading">
        <h3 class="panel-title">Account Management</h3>
    </div>
    <div class="panel-body">
        <a href="#users">Users</a><br>
        <a href="#groups">Groups</a><br>
    </div>
</div>

<div class="panel panel-default">
    <div class="panel-heading">
        <h3 class="panel-title">System Management</h3>
    </div>
    <div class="panel-body">
        <a href="#config">General Configuration</a><br>
        <a href="#authenticators">Authentication Sources</a><br>
        <a href="#connections">Subsystem Connections</a><br>
        <a href="#profiles">Profiles</a><br>
        <a href="#profile-mappings">Profile Mappings</a><br>
        <a href="#audit">Audit Logging</a><br>
        <a href="#selftests">Self Tests</a><br>
    </div>
</div>