forked from Dantheman720/web-picketlink.org
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html.haml
196 lines (187 loc) · 5.39 KB
/
index.html.haml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
layout: project
---
.row-fluid
.hero-unit
%h2 PicketLink and Keycloak projects are merging!
%p
Check out
%a(href="/news/2015/03/10/PicketLink-and-Keycloak-project-merge") this announcement
to learn more!
%p
Read detailed
%a(href="/keycloak-merge-faq")FAQ
covering all major questions and possible concerns
%p
Visit
%a(href="http://keycloak.org") Keycloak project website
and subscribe to
%a(href="https://lists.jboss.org/mailman/listinfo/keycloak-dev") Developer
or
%a(href="https://lists.jboss.org/mailman/listinfo/keycloak-user") User
mailing lists to track current development efforts.
.row-fluid
.hero-unit
%h2 Simplified Security and Identity management for Java Applications
%p
PicketLink is an umbrella project for security and identity management for Java Applications. It is licensed under a friendly Apache v2 license.
.text-center
%a.btn.btn-large.btn-success.hero-button{ :href=>"/news/2015/12/16/Release-2/"}Latest Version
%a.btn.btn-large.hero-button{ :href=>"gettingstarted"}Getting started
%a.btn.btn-large.hero-button{ :href=>"gethelp"}Get Help
.text-center
PicketLink #{site.pom.latest.version} is Out !!
-# First row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 Java EE Application Security
%p
Authentication API
%p
Authorization and Permission API
%p
Session Based Identity
%p
Fully Integrated With CDI
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/"}
Application Security
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 Identity Management
%p
Built-in Identity Stores for Databases and LDAP
%p
Supports Java EE and Java SE Platforms
%p
Rich and Extensible API
%p
Multi-Tenancy
%p
Ideal for Cloud and SaaS applications
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/idm/"}
IDM
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-check.icon-3x.pull-left
%h3 Federation
%p
SAML (v2.0 and v1.1)
%p
OAuth2
%p
XACML v2
%p
OpenID
%p
WS-Trust based Security Token Server (STS)
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/federation/"}
Secure SSO
%i.icon-circle-arrow-right
-# Second row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
%i.icon-sitemap.icon-3x.pull-left
%h3 Social Login
%p
Facebook Connect
%p
Twitter Login
%p
Google+ Login
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/social/sociallogin/"}
Secure Social
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-sitemap.icon-3x.pull-left
%h3 Mobile Applications Security
%p
Security of mobile applications
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/mobile/mobile/"}
Secure your mobile apps
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-sitemap.icon-3x.pull-left
%h3 REST Applications Security
%p
Security of REST applications
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/rest/"}
Secure your REST apps
%i.icon-circle-arrow-right
-# Third row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
-# icon-tasks icon-code icon-cogs icon-wrench
%i.icon-wrench.icon-3x.pull-left
%h3 Quickstarts
%p
Get Ready and bootstrapped fast using the quickstart examples.
%p
Instructions in the quickstarts.
%p
Deploy seamlessly in JBoss Enterprise Application Platform 6 server.
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/quickstarts"}
Quickstarts
%i.icon-circle-arrow-right
.span4.well
%p
-# icon-umbrella
%i.icon-plus.icon-3x.pull-left
%h3 Questions
%p
Do you have any questions? Check
%a{:href => "#{site.base_url}/faq/"} FAQ.
%p
Are you ready?
%a{:href => "#{site.base_url}/gethelp/"} Get Involved.
%p
Check out some presentations on PicketLink.
%a{:href => "#{site.base_url}/presentations/decks/"} Presentations.
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/gethelp/"}
Get Involved
%i.icon-circle-arrow-right
.span4.well
%p
-# icon-umbrella
%i.icon-plus.icon-3x.pull-left
%h3 Testimonials
%p
Still having doubts on PicketLink?
Visit Testimonials.
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/testimonials/testimonial/"}
Testimonials
%i.icon-circle-arrow-right
-# Fourth row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
-# icon-tasks icon-code icon-cogs icon-wrench
%i.icon-wrench.icon-3x.pull-left
%h3 KeyCloak Project
%p
Do you want an Out Of The Box Solution for Security?
%p
KeyCloak is a new project under the PicketLink Family.
%p
KeyCloak is led by Bill Burke and Stian Thorgersen.
%p.center-icon
%a.btn.btn-primary{:href => "http://keycloak.jboss.org"}
KeyCloak Project
%i.icon-circle-arrow-right