Author: buildbot
Date: Tue Apr 2 16:48:04 2013
New Revision: 857000
Log:
Production update by buildbot for cxf
Modified:
websites/production/cxf/content/cache/docs.pageCache
websites/production/cxf/content/docs/jaxrs-oauth2-assertions.html
Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/cxf/content/docs/jaxrs-oauth2-assertions.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-oauth2-assertions.html (original)
+++ websites/production/cxf/content/docs/jaxrs-oauth2-assertions.html Tue Apr
2 16:48:04 2013
@@ -125,7 +125,7 @@ Apache CXF -- JAXRS OAuth2 Assertions
<div>
-<ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-Introduction">Introduction</a></li><li><a
shape="rect" href="#JAXRSOAuth2Assertions-SAML2Bearer">SAML2
Bearer</a></li><ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-AccessTokenGrant">Access Token
Grant</a></li><ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-Clientcode">Client code</a></li><li><a
shape="rect" href="#JAXRSOAuth2Assertions-AccessTokenService">Access Token
Service</a></li></ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-AuthenticationToken">Authentication
Token</a></li><ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-ClientCode">Client Code</a></li><li><a
shape="rect" href="#JAXRSOAuth2Assertions-AccessTokenService">Access Token
Service</a></li></ul></ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-ClientActingonBehalfofItself">Client Acting on
Behalf of Itself</a></li></ul></div>
+<ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-Introduction">Introduction</a></li><li><a
shape="rect" href="#JAXRSOAuth2Assertions-Mavendependencies">Maven
dependencies</a></li><li><a shape="rect"
href="#JAXRSOAuth2Assertions-SAML2Bearer">SAML2 Bearer</a></li><ul><li><a
shape="rect" href="#JAXRSOAuth2Assertions-AccessTokenGrant">Access Token
Grant</a></li><ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-Clientcode">Client code</a></li><li><a
shape="rect" href="#JAXRSOAuth2Assertions-AccessTokenService">Access Token
Service</a></li></ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-AuthenticationToken">Authentication
Token</a></li><ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-ClientCode">Client Code</a></li><li><a
shape="rect" href="#JAXRSOAuth2Assertions-AccessTokenService">Access Token
Service</a></li></ul></ul><li><a shape="rect"
href="#JAXRSOAuth2Assertions-ClientActingonBehalfofItself">Client Acting on
Behalf of Itself</a></li></ul></div>
<h1><a shape="rect"
name="JAXRSOAuth2Assertions-Introduction"></a>Introduction</h1>
@@ -138,6 +138,18 @@ with OAuth 2.0" and <a shape="rect" clas
<p>See the <a shape="rect" href="jax-rs-oauth2.html" title="JAX-RS
OAuth2">JAX-RS OAuth2</a> page for information about OAuth 2.0 support in CXF.
Please also check the <a shape="rect" href="jax-rs-saml.html" title="JAX-RS
SAML">JAX-RS SAML</a> page for more information about SAML support.</p>
+<h1><a shape="rect" name="JAXRSOAuth2Assertions-Mavendependencies"></a>Maven
dependencies</h1>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
+<pre class="code-xml">
+<span class="code-tag"><dependency></span>
+ <span class="code-tag"><groupId></span>org.apache.cxf<span
class="code-tag"></groupId></span>
+ <span
class="code-tag"><artifactId></span>cxf-rt-rs-security-oauth2-saml<span
class="code-tag"></artifactId></span>
+ <span class="code-tag"><version></span>2.7.4<span
class="code-tag"></version></span>
+<span class="code-tag"></dependency></span>
+</pre>
+</div></div>
+
<h1><a shape="rect" name="JAXRSOAuth2Assertions-SAML2Bearer"></a>SAML2
Bearer</h1>
<h2><a shape="rect" name="JAXRSOAuth2Assertions-AccessTokenGrant"></a>Access
Token Grant</h2>