-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (72 loc) · 14.3 KB
/
index.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
<!DOCTYPE html> <html lang="en"> <head> <title>PicketLink</title> <meta charset="utf-8"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <link href="/css/bootstrap-community.min.css" media="screen" rel="stylesheet"> <script src="https://static.jboss.org/theme/js/libs/html5/pre3.6/html5.min.js"></script> </link> <link href="https://design.jboss.org/picketlink/logo/images/favicon.ico" rel="shortcut icon"/> <style type="text/css">
/*<![CDATA[*/
@media (min-width: 980px) {
.banner { background-image: url(https://www.jboss.org/dms/picketlink/images/picketlink-banner-1180px.png); background-repeat: no-repeat; height: 110px; }
}
@media (max-width: 979px) {
.banner { background-image: url(https://design.jboss.org/picketlink/logo/images/picketlink_logo_600x.png); background-repeat:no-repeat; height: 60px; }
}
@media (max-width: 650px) {
.banner { width: 500px; margin: 0px auto; }
}
/*]]>*/
</style> <script src="https://static.jboss.org/theme/js/libs/jquery/jquery-1.9.1.min.js"></script> <link href="/stylesheets/blog.css" rel="stylesheet" type="text/css"/> <link href="/stylesheets/asciidoctor-coderay.css" media="screen" rel="stylesheet" type="text/css"/> <link href="/stylesheets/sh/shCore.css" rel="stylesheet"/> <link href="/stylesheets/sh/shThemeDefault.css" rel="stylesheet"/> <link href="/stylesheets/sh/SyntaxHighlighter.css" rel="stylesheet"/> <style type="text/css">
/*<![CDATA[*/
td.download-size {
text-align: right;
padding-right: 10px;
}
.white-stripes tr:nth-child(even) {
background-color: white;
}
.white-stripes tr:nth-child(odd) {
background-color: none;
}
/*]]>*/
</style> </head> <script src="/javascripts/sh/shCore.js"></script> <script src="/javascripts/sh/shBrushJava.js"></script> <script src="/javascripts/sh/shBrushXml.js"></script> <script src="/javascripts/sh/shBrushBash.js"></script> <script type="text/javascript">
//<![CDATA[
SyntaxHighlighter.defaults['gutter'] = false;
SyntaxHighlighter.defaults['toolbar'] = false;
// register a listener for when the highlighter is done with replacing elements
SyntaxHighlighter.all();
//]]>
</script> <body> <ul class="visuallyhidden" id="top"> <li> <a accesskey="n" href="#nav" title="Skip to navigation">Skip to navigation</a> </li> <li> <a accesskey="c" href="#page" title="Skip to content">Skip to content</a> </li> </ul> <div class="container" id="content"> <div class="dropup"> <a class="tabnav-closed" href="https://www.redhat.com" id="tab">Red Hat</a> </div> <div class="banner"> <a href="/"></a> <div class="taglinedark visible-desktop"></div> </div> <div class="navbar navbar-inverse" id="navbar-fix"> <div class="navbar-inner"> <div class="container"> <a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <div class="nav-collapse collapse"> <ul class="nav" id="nav"> <li class=""><a href="/">Home</a></li> <li class=""><a href="/about/">About</a></li> <li class=""><a href="/news">News</a></li> <li class=""><a href="/gettingstarted/">Getting Started</a></li> <li class=""><a href="https://docs.jboss.org/picketlink/2/latest/reference/html/">Documentation</a></li> <li class=""><a href="/gethelp/">Get Help</a></li> <li class=""><a href="https://github.com/picketlink/picketlink">Source Code</a></li> <li class=""><a href="/testimonials/testimonial/">Testimonials</a></li> <li class=""><a href="/joinus/">Join Us</a></li> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Follow Us <b class="caret"></b></a> <ul class="dropdown-menu projectsocialmedia"> <li><a href="https://twitter.com/picketlink"><img src="https://static.jboss.org/theme/images/common/socialmedia_icon40_twitter.png"/></a></li> <li><a href="https://plus.google.com/communities/101791570551871936976"><img src="https://static.jboss.org/theme/images/common/socialmedia_icon40_googleplus.png"/></a></li> <li><a href="https://facebook.com/picketlink"><img src="https://static.jboss.org/theme/images/common/socialmedia_icon40_facebook.png"/></a></li> </ul> </li> </ul> </div> </div> </div> </div> <span id="page"></span> <div class="row-fluid"> <div class="hero-unit"> <h2>PicketLink and Keycloak projects are merging!</h2> <p> Check out <a href="/news/2015/03/10/PicketLink-and-Keycloak-project-merge">this announcement</a> to learn more! </p> <p> Read detailed <a href="/keycloak-merge-faq">FAQ</a> covering all major questions and possible concerns </p> <p> Visit <a href="https://keycloak.org">Keycloak project website</a> and subscribe to <a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">Developer</a> or <a href="https://lists.jboss.org/mailman/listinfo/keycloak-user">User</a> mailing lists to track current development efforts. </p> </div> </div> <div class="row-fluid"> <div class="hero-unit"> <h2>Simplified Security and Identity management for Java Applications</h2> <p> PicketLink is an umbrella project for security and identity management for Java Applications. It is licensed under a friendly Apache v2 license. </p> <div class="text-center"> <a class="btn btn-large btn-success hero-button" href="/news/2015/12/16/Release-2/">Latest Version</a> <a class="btn btn-large hero-button" href="gettingstarted">Getting started</a> <a class="btn btn-large hero-button" href="gethelp">Get Help</a> </div> <div class="text-center"> PicketLink 2.7.1.Final is Out !! </div> </div> </div> <div class="row-fluid equalHero" id="equalHeightsB"> <div class="span4 well"> <p> <i class="icon-table icon-3x pull-left"></i> <h3>Java EE Application Security</h3> </p> <p> Authentication API </p> <p> Authorization and Permission API </p> <p> Session Based Identity </p> <p> Fully Integrated With CDI </p> <p class="center-icon"> <a class="btn btn-primary" href="/appsecurity/"> Application Security <i class="icon-circle-arrow-right"></i> </a> </p> </div> <div class="span4 well"> <p> <i class="icon-table icon-3x pull-left"></i> <h3>Identity Management</h3> </p> <p> Built-in Identity Stores for Databases and LDAP </p> <p> Supports Java EE and Java SE Platforms </p> <p> Rich and Extensible API </p> <p> Multi-Tenancy </p> <p> Ideal for Cloud and SaaS applications </p> <p class="center-icon"> <a class="btn btn-primary" href="/appsecurity/idm/"> IDM <i class="icon-circle-arrow-right"></i> </a> </p> </div> <div class="span4 well"> <p> <i class="icon-check icon-3x pull-left"></i> <h3>Federation</h3> </p> <p> SAML (v2.0 and v1.1) </p> <p> OAuth2 </p> <p> XACML v2 </p> <p> OpenID </p> <p> WS-Trust based Security Token Server (STS) </p> <p class="center-icon"> <a class="btn btn-primary" href="/federation/"> Secure SSO <i class="icon-circle-arrow-right"></i> </a> </p> </div> </div> <div class="row-fluid equalHero" id="equalHeightsB"> <div class="span4 well"> <p> <i class="icon-sitemap icon-3x pull-left"></i> <h3>Social Login</h3> </p> <p> Facebook Connect </p> <p> Twitter Login </p> <p> Google+ Login </p> <p class="center-icon"> <a class="btn btn-primary" href="/social/sociallogin/"> Secure Social <i class="icon-circle-arrow-right"></i> </a> </p> </div> <div class="span4 well"> <p> <i class="icon-sitemap icon-3x pull-left"></i> <h3>Mobile Applications Security</h3> </p> <p> Security of mobile applications </p> <p class="center-icon"> <a class="btn btn-primary" href="/mobile/mobile/"> Secure your mobile apps <i class="icon-circle-arrow-right"></i> </a> </p> </div> <div class="span4 well"> <p> <i class="icon-sitemap icon-3x pull-left"></i> <h3>REST Applications Security</h3> </p> <p> Security of REST applications </p> <p class="center-icon"> <a class="btn btn-primary" href="/appsecurity/rest/"> Secure your REST apps <i class="icon-circle-arrow-right"></i> </a> </p> </div> </div> <div class="row-fluid equalHero" id="equalHeightsB"> <div class="span4 well"> <p> <i class="icon-wrench icon-3x pull-left"></i> <h3>Quickstarts</h3> </p> <p> Get Ready and bootstrapped fast using the quickstart examples. </p> <p> Instructions in the quickstarts. </p> <p> Deploy seamlessly in JBoss Enterprise Application Platform 6 server. </p> <p class="center-icon"> <a class="btn btn-primary" href="/quickstarts"> Quickstarts <i class="icon-circle-arrow-right"></i> </a> </p> </div> <div class="span4 well"> <p> <i class="icon-plus icon-3x pull-left"></i> <h3>Questions</h3> </p> <p> Do you have any questions? Check <a href="/faq/">FAQ.</a> </p> <p> Are you ready? <a href="/gethelp/">Get Involved.</a> </p> <p> Check out some presentations on PicketLink. <a href="/presentations/decks/">Presentations.</a> </p> <p class="center-icon"> <a class="btn btn-primary" href="/gethelp/"> Get Involved <i class="icon-circle-arrow-right"></i> </a> </p> </div> <div class="span4 well"> <p> <i class="icon-plus icon-3x pull-left"></i> <h3>Testimonials</h3> </p> <p> Still having doubts on PicketLink? Visit Testimonials. </p> <p class="center-icon"> <a class="btn btn-primary" href="/testimonials/testimonial/"> Testimonials <i class="icon-circle-arrow-right"></i> </a> </p> </div> </div> <div class="row-fluid equalHero" id="equalHeightsB"> <div class="span4 well"> <p> <i class="icon-wrench icon-3x pull-left"></i> <h3>KeyCloak Project</h3> </p> <p> Do you want an Out Of The Box Solution for Security? </p> <p> KeyCloak is a new project under the PicketLink Family. </p> <p> KeyCloak is led by Bill Burke and Stian Thorgersen. </p> <p class="center-icon"> <a class="btn btn-primary" href="https://keycloak.jboss.org"> KeyCloak Project <i class="icon-circle-arrow-right"></i> </a> </p> </div> </div> </div> <footer class="container"> <div class="row-fluid"> <div class="span2 offset1"> <h4>Navigate</h4> <ul> <li> <a href="/about/" title="About">About</a> </li> <li> <a href="/gethelp/" title="Get Help">Get Help</a> </li> <li> <a href="https://community.jboss.org/en/picketlink?view=discussion" title="Forums">Forums</a> </li> <li> <a href="/gettingstarted/" title="Download">Download</a> </li> </ul> </div> <div class="span2"> <h4>Follow Us</h4> <ul> <li> <a href="https://twitter.com/picketlink" title="Twitter">Twitter</a> </li> <li> <a href="https://plus.google.com/s/Picketlink" title="Google+">Google+</a> </li> </ul> </div> <div class="span2"> <h4>Contribute</h4> <ul> <li> <a href="https://issues.jboss.org/browse/PLINK" title="Submit a bug">Submit a bug</a> </li> <li> <a href="https://github.com/picketlink/picketlink/fork" title="Fork">Fork The Code</a> </li> <li> <a href="/joinus/" title="Join Us">Join Us</a> </li> </ul> </div> <div class="span3 offset1"> <h4>Apache 2.0 License</h4> <p>All dependencies of this project are available under the ASLv2 or a compatible license.</p> </div> </div> <div class="row-fluid"> <div class="span6 offset1"> <p style="margin-top: 5px; font-size: 80%;"> © Copyright 2021 Red Hat, Inc. <br/> <i class="icon-fire"></i> Made with <a href="https://github.com/jbossorg/bootstrap-community" style="text-decoration: underline;">JBoss Community Bootstrap</a> and <a href="https://awestruct.org/" style="text-decoration: underline;">Awestruct</a> <br/> <i class="icon-globe"></i> This website is open source! If you want to improve it, <a href="https://github.com/picketlink/web-picketlink.org" style="text-decoration: underline;">fork the project,</a> and send a pull request. <br/> <i class="icon-share"></i> Website released under <a href="https://creativecommons.org/licenses/by/3.0/" style="text-decoration: underline;">CC BY 3.0.</a> </p> </div> <div class="span3 offset1"> <div class="jbossbadge"> <a href="https://www.jboss.org/"> <img src="https://static.jboss.org/theme/images/common/jbossbadge.png"/> </a> </div> </div> </div> </footer> <div class="container" id="companyfooter"> <div class="redhatlogo"> <div id="logospacer"></div> <a href="https://www.redhat.com/"><img src="https://static.jboss.org/theme/images/common/redhat_logo.png"/></a> </div> </div> <span class="backToTop"> <a href="#top">back to top</a> </span> <script src="/css/bootstrap-community.min.js"></script> <script type='text/javascript' language='JavaScript' src='https://www.redhat.com/j/elqNow/elqCfg.js'></script> <script type='text/javascript' language='JavaScript' src='https://www.redhat.com/j/elqNow/elqImg.js'></script> <div id="oTags"> <script type="text/javascript" src="//www.redhat.com/j/s_code.js"></script> <script type="text/javascript"><!--
var coreUrl = encodeURI(document.URL.split("?")[0]).replace(/-/g," ");
var urlSplit = coreUrl.toLowerCase().split(/\//);
var urlLast = urlSplit[urlSplit.length-1];
var pageNameString = "";
var siteName = "";
var minorSectionIndex = 3
if (urlLast == "") {
urlSplit.splice(-1,1);
}
if (urlLast.search(/\./) >= 0) {
if (urlLast == "index.html") {
urlSplit.splice(-1,1);
}
else {
urlSplit[urlSplit.length-1] = urlLast.split(".").splice(0,1);
}
}
siteName = urlSplit[2].split(".")[1];
s.prop14 = s.eVar27 = siteName || "";
s.prop15 = s.eVar28 = urlSplit[minorSectionIndex] || "";
s.prop16 = s.eVar29 = urlSplit[minorSectionIndex+1] || "";
pageNameString = urlSplit.splice(3).join(" | ");
s.pageName = "jboss | community | " + siteName + " | " + pageNameString;
s.server = "jboss";
s.channel = "jboss | community";
s.prop4 = s.eVar23 = encodeURI(document.URL);
s.prop21 = s.eVar18 = coreUrl;
s.prop2 = s.eVar22 = "en";
s.prop3 = s.eVar19 = "us";
//--></script> <script type="text/javascript" src="//www.redhat.com/j/rh_omni_footer.js"></script> <script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script> <noscript><a href="https://www.omniture.com" title="Web Analytics"><img src="https://smtrcs.redhat.com/b/ss/redhatcom,redhatglobal/1/H.25.4--NS/0?[AQB]&cdp=3&[AQE]" height="1" width="1" border="0" alt=""/></a></noscript> </div> <script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script> <script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-46906810-1");
pageTracker._trackPageview();
} catch(err) {}</script> </body> </html>