forked from Dantheman720/web-picketlink.org
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathappsecurity.html.haml
57 lines (55 loc) · 1.52 KB
/
appsecurity.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
---
layout: project
---
.row-fluid
.hero-unit
%h2 Java JEE Application Security
%p PicketLink provides an alternative to JEE Security, providing a rich, powerful and flexible API to secure your applications.
-# 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
%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
%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
%i.icon-circle-arrow-right
-# Second row of projects
#equalHeightsB.row-fluid.equalHero
.span4.well
%p
%i.icon-table.icon-3x.pull-left
%h3 REST Security
%p
JAX-RS Security using PicketLink
%p.center-icon
%a.btn.btn-primary{:href => "#{site.base_url}/appsecurity/rest/"}
JAX-RS Security With PicketLink
%i.icon-circle-arrow-right