-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
157 lines (154 loc) · 6.67 KB
/
faq.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PicketLink - Apache Licensed Open Source Java Security.</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="PicketLink - an open source framework for security" name="description">
<meta content="Java, JavaEE, JBoss, JBossAS, WildFly, Apache, Security, SAML, OAuth" name="keywords">
<link href="/stylesheets/styles.css" media="screen" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="https://design.jboss.org/picketlink/logo/images/favicon.ico" />
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
</head>
<body>
<a href="/" style="text-decoration: none;">
<header style="height: 100px">
<section class="container-fluid" style="padding: -20px auto;">
<hgroup class="hidden-phone" style="text-align: left;">
<h1 class="header_title">PicketLink</h1>
</hgroup>
</section>
</header>
</a>
<header id="main-header">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/getstarted.html">Get Started</a></li>
<li>Documentation (<a href="https://docs.jboss.org/picketlink/2/latest/reference/pdf/picketlink-reference-guide.pdf">PDF</a>/<a href="https://docs.jboss.org/picketlink/2/latest/reference/html/">HTML</a>/<a href="https://docs.jboss.org/picketlink/2/latest/api/">API</a>)</li>
<li><a href="https://github.com/picketlink/">Sources</a></li>
<li><a href="https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310923&version=12323896">Latest Version (<i>2.6.0.Beta3</i>)</a></li>
</ul>
</nav>
</header>
<article class="secondary">
<div class="container-fluid">
<h2>Frequently Asked Questions</h2>
<div class="row-fluid">
<div class="span12">
<h4>Is PicketLink free?</h4>
<p>
Yes, PicketLink libraries are free of charge.
</p>
</div>
<div class="row-fluid">
<div class="span6 offset3">
<img alt="------------------------------------------" src="https://www.wildfly.org/images/divider.png">
</div>
</div>
<div class="row-fluid">
<div class="span12">
<h4>What license does PicketLink use?</h4>
<p>PicketLink is open source and is licensed under Apache v2 license.</p>
</div>
</div>
<div class="row-fluid">
<div class="span6 offset3">
<img alt="------------------------------------------" src="https://www.wildfly.org/images/divider.png">
</div>
</div>
<div class="row-fluid">
<div class="span12">
<h4>Where can I get it?</h4>
<p>
All libraries are available on <a href="https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.picketlink~~2.5.1.Final~~">JBoss Release Repository</a>
and <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.picketlink%22%20AND%20v%3A%222.5.1.Final%22">Maven Central</a>.
</p>
<p>
You can also use the <a href="https://github.com/picketlink/picketlink-installer">PicketLink Installer</a> to not only get the libraries, but to configure a JBoss Enterprise Application Platform 6 distribution with all
the necessary libraries/modules.
</p>
</div>
</div>
<div class="row-fluid">
<div class="span6 offset3">
<img alt="------------------------------------------" src="https://www.wildfly.org/images/divider.png">
</div>
</div>
<div class="row-fluid">
<div class="span12">
<h4>What about PicketLink v2.1 Series?</h4>
<p>PicketLink v2.1.8 is the last community release in the v2.1.x series. We encourage users to upgrade to the latest v2.5 version since it has bug fixes, feature requests and is fully compatible with v2.1.8.</p>
<p>This recommendation is specially for users that are using PicketLink Federation features from the v2.1 series.</p>
</div>
</div>
<div class="row-fluid">
<div class="span6 offset3">
<img alt="------------------------------------------" src="https://www.wildfly.org/images/divider.png">
</div>
</div>
<div class="row-fluid">
<div class="span12">
<h4>How PicketLink relates with Seam Security?</h4>
<p>PicketLink v2.5.x is the natural successor of Seam Security. PicketLink is the preferred application security framework for JavaEE applications.</p>
</div>
</div>
<div class="row-fluid">
<div class="span6 offset3">
<img alt="------------------------------------------" src="https://www.wildfly.org/images/divider.png">
</div>
</div>
<div class="row-fluid">
<div class="span12">
<h4>Where did you find these amazing icons?</h4>
<p>
The icons are from Entypo. You can more information about them, and the full set of icons, at
<a href="https://www.entypo.com/" target="_blank">www.entypo.com.</a>
</p>
</div>
</div>
<br>
<br>
<br>
</div>
</article>
<footer class="footer_sub_pages">
<div class="container-fluid">
<ul class="row-fluid">
<li><a href="/about.html">About
PicketLink</a></li>
<li><a
href="https://docs.jboss.org/picketlink/2/latest/reference/html/">Documentation</a>
</li>
<li><a href="https://issues.jboss.org/browse/PLINK">Report
issues</a></li>
<li><a href="https://www.jboss.org/picketlink">Community</a></li>
<li><a href="/faq.html">FAQ</a></li>
<li><a href="/social.html">Social</a>
</li>
</ul>
</div>
<div class="logos">
<p>
PicketLink is a <a href="https://www.jboss.org/">JBoss Community</a>
project and its development is sponsored by <a
href="https://www.redhat.com/">Red Hat, Inc</a>. Project code is
released under the <a
href="https://www.apache.org/licenses/LICENSE-2.0.html"
target="_blank">Apache License, v2.0</a>.
</p>
<p>
<a href="https://www.jboss.org/"><img
src="https://www.jboss.org/dms/wildfly_splash/jbossbadge.png"
alt="JBoss Community"></a> <a href="https://www.redhat.com/"><img
src="https://www.jboss.org/dms/wildfly_splash/redhat_logo.png"
alt="Red Hat"></a>
</p>
<p>Copyright © 2014, Red Hat, Inc.</p>
</div>
</footer>
<script src="https://www.wildfly.org/javascripts/jquery.min.js" type="text/javascript"></script>
</body>
</html>