forked from Dantheman720/web-picketlink.org
-
Notifications
You must be signed in to change notification settings - Fork 5
/
quickstarts.html.haml
68 lines (63 loc) · 1.78 KB
/
quickstarts.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
---
layout: project
---
-# First row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 Authentication
%p
Authentication
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/authentication/"}
Authentication Quickstarts
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 Authorization and Permission API
%p
Coarse Grained Authorization
%p
Fine Grained Authorization
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/authorization/"}
Authorization and Permissions Quickstarts
%i.icon-circle-arrow-right
.span4.well
%p
%i.icon-check.icon-3x.pull-left
%h3 CDI Based Integration
%p
Session Based Identity
%p
CDI Integration
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/cdi/"}
CDI based Quickstarts
%i.icon-circle-arrow-right
-# Second row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 Identity Model
%p
Identity Model (IDM) Quickstarts
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/idm/"}
IDM Quickstarts
%i.icon-circle-arrow-right
-# Third row of projects
#equalHeightsB.row-fluid.equalHero
.span12.well
%p
%i.icon-table.icon-3x.pull-left
%h3 All Quickstarts
%p
All the quickstarts in the PicketLink Repository can be found at :
%p.center-icon
%a.btn.btn-arge.btn-success.hero-button{:href => "https://github.com/jboss-developer/jboss-picketlink-quickstarts"}
Quickstarts Repository
%i.icon-circle-arrow-right