forked from Dantheman720/web-picketlink.org
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html.haml
191 lines (190 loc) · 7.14 KB
/
about.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
---
layout: project
---
%article.secondary
.container-fluid
.row-fluid
.span12
%h2.section_title What is PicketLink ?
%p
PicketLink is an open source project for simplified security and identity
management for Java Applications.
%br
%br
%h2.section_title Why the name "PicketLink" ?
%p
A Picket Fence is a secure system of pickets joined together
via some type of links. Basically, the Pickets by themselves do
not offer any security. But when they are brought together by
linking them, they provide the necessary security.
%p
This project is that link for other security systems or
systems to bring together or join, to finally provide the
necessary secure system.
%img{:height => "614", :src => "#{site.base_url}/images/overview.png", :style => "border: 0px outset gray;", :width => "442"}
%br
%h2.section_title Features Highlight
.row-fluid
.span12
.clearfix
%a{:name => "speed"}
%h4
%img{:src => "https://www.jboss.org/dms/AS7/icons/45px/jbossas7-icons-bolt_45px.png"}
Exhaustive Features
.row-fluid
.span6
%h5 Robust IDM feature
%p Model Identies and Attributes.
%p
Build model from various data sources such as Databases,
LDAP, File System and mix-n-match!
%p Simple API for Users, Roles, Groups and Attributes.
.span6
%h5 Suitable for JavaEE Applications
%p Use CDI based application programming.
%h5 Robust Authentication Support
%p
Application developers have greater control for
authentication. You use the IDM as the foundation for your
authentication needs.
.row-fluid
.span6.offset3
%img{:alt => "------------------------------------------", :src => "#{site.base_url}/images/divider.png"}
.row-fluid
.span12
%a{:name => "modular"}
%h4
%img{:src => "https://www.jboss.org/dms/AS7/icons/45px/jbossas7-icons-plugin_45px.png"}
Robust Permission Model
.row-fluid
.span6
%h5 Extensive Access Control/Authorization Support
%p
PicketLink has a permission model that allows you to have
robust access control for your Java Applications.
%p
Permission implementations include ACL and Drools Rules
based implementations.
.span6
%h5 Plug in your own access control
%p API allows custom authorization implementations.
%p
Easy migration to a fine grained access control model using
XACML.
%br
.row-fluid
.span6.offset3
%img{:alt => "------------------------------------------", :src => "#{site.base_url}/images/divider.png"}
.row-fluid
.span12
%a{:name => "light"}
%h4
%img{:alt => "", :src => "https://www.jboss.org/dms/AS7/icons/45px/jbossas7-icons-feather_45px.png"}
Single Sign On
.row-fluid
.span6
%h5 SAML Web Browser Profile Single Sign-On
%p PicketLink provides SSO using SAML v1.1 and v2.0
%p
Parsers and Object Model available to build robust SAML
enabled applications.
.span6
%h5 Trust Capabilities
%p
PicketLink includes login modules for building trusted
heterogeneous applications using different application servers
including Wildfly Application Server.
.row-fluid
.span6.offset3
%img{:alt => "------------------------------------------", :src => "#{site.base_url}/images/divider.png"}
.row-fluid
.span12
%a{:name => "social"}
%h4
%img{:alt => "administration", :src => "https://www.jboss.org/dms/AS7/icons/45px/jbossas7-icons-admin_45px.png"}
Social Login
.row-fluid
.span6
%h5 Social Media Based Login
%p
PicketLink allows you to incorporate Social Login into your
applications. You can build applications that allow sign in using
Facebook, Google and Twitter.
%p Comming soon !
.row-fluid
.span6.offset3
%img{:alt => "------------------------------------------", :src => "#{site.base_url}/images/divider.png"}
.row-fluid
.span12
%a{:name => "compliant"}
%h4
%img{:alt => "compliant", :src => "https://www.jboss.org/dms/AS7/icons/45px/jbossas7-icons-compliant_45px.png"}
Compliance To Standards
.row-fluid
.span6
%h5 Java EE
%p
PicketLink allows JavaEE applications to incorporate robust
security. JavaEE constructs are supported.
.span6
%h5 Open Standards
%p PicketLink supports SAML, XACML and WS-Trust.
.row-fluid
.span6.offset3
%img{:alt => "------------------------------------------", :src => "#{site.base_url}/images/divider.png"}
.row-fluid
.span12
%a{:name => "testable"}
%h4
%img{:alt => "testable", :src => "https://www.jboss.org/dms/AS7/icons/45px/jbossas7-icons-testable_45px.png"}
Easily Testable
.row-fluid
.span6
%h5 Arquillian
%p
From the very start, PicketLink has been designed with
testability in mind. The secret to that fidelity is
%a{:href => "http://www.arquillian.org"} Arquillian
a component
model for integration tests that execute inside the real runtime
environment.
.span6
%h5 Smarter Development
%p
Using Arquillian for development gives you an extremely
fast change, compile, test cycle for any component model. This
strategy allows you to take Test Driven Development (TDD) further
than ever before.
.row-fluid
.span6.offset3
%img{:alt => "------------------------------------------", :src => "#{site.base_url}/images/divider.png"}
%h2.section_title Documentation
.row-fluid
.span6
%h5 Plenty of Quickstarts and tutorials
%p
Security for your Java Applications does not have to be
scary.
%p
PicketLink provides lots of quickstarts to get you started
quickly.
.span6
%h5 Browseable and PDF Documentation
%p
Documentation is available
= succeed "." do
%a{:href => "http://docs.jboss.org/picketlink/2/latest/"} here
%br
.row-fluid
.span6.offset3
%img{:alt => "------------------------------------------", :src => "#{site.base_url}/images/divider.png"}
%h2.section_title Open Source
.row-fluid
.span12
%h4 Community Powered Innovation
.row-fluid
.span6
%h5 Your contributions, your feedback!
%p
PicketLink has greatly benefited from community feedback,
contributions and patches.