You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2012/08/02 11:47:27 UTC

svn commit: r827701 - in /websites/production/cxf/content: cache/docs.pageCache docs/jaxrs-kerberos.html

Author: buildbot
Date: Thu Aug  2 09:47:27 2012
New Revision: 827701

Log:
Production update by buildbot for cxf

Modified:
    websites/production/cxf/content/cache/docs.pageCache
    websites/production/cxf/content/docs/jaxrs-kerberos.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/cxf/content/docs/jaxrs-kerberos.html
==============================================================================
--- websites/production/cxf/content/docs/jaxrs-kerberos.html (original)
+++ websites/production/cxf/content/docs/jaxrs-kerberos.html Thu Aug  2 09:47:27 2012
@@ -124,12 +124,12 @@ Apache CXF -- JAXRS Kerberos
 <div id="ConfluenceContent"><p><span style="font-size:2em;font-weight:bold"> JAX-RS Kerberos Support </span></p>
 
 <div>
-<ul><li><a shape="rect" href="#JAXRSKerberos-Introduction">Introduction</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-Setup">Setup</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-Unix">Unix</a></li><li><a shape="rect" href="#JAXRSKerberos-Windows">Windows</a></li></ul><li><a shape="rect" href="#JAXRSKerberos-HTTPNegotiatescheme">HTTP Negotiate scheme</a></li><li><a shape="rect" href="#JAXRSKerberos-GSSAPI">GSS API</a></li></ul><li><a shape="rect" href="#JAXRSKerberos-Clientconfiguration">Client configuration</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-HTTPConduit">HTTPConduit</a></li><li><a shape="rect" href="#JAXRSKerberos-Interceptor">Interceptor</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-AuthorizationPolicy">Authorization Policy</a></li><li><a shape="rect" href="#JAXRSKerberos-Configuringtheserviceprincipalname">Configuring the service principal name</a></li><li><a shape="rect" href="#JAXRSKerberos-UsingJAASConfiguration">Using JAAS Configur
 ation</a></li></ul></ul><li><a shape="rect" href="#JAXRSKerberos-Serverconfiguration">Server configuration</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-ServiceprincipalnameandJAASConfiguration">Service principal name and JAAS Configuration</a></li><li><a shape="rect" href="#JAXRSKerberos-CallbackHandler">CallbackHandler</a></li></ul><li><a shape="rect" href="#JAXRSKerberos-CredentialDelegation">Credential Delegation</a></li></ul></div>
+<ul><li><a shape="rect" href="#JAXRSKerberos-Introduction">Introduction</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-Setup">Setup</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-Unix">Unix</a></li><li><a shape="rect" href="#JAXRSKerberos-Windows">Windows</a></li></ul><li><a shape="rect" href="#JAXRSKerberos-HTTPNegotiatescheme">HTTP Negotiate scheme</a></li><li><a shape="rect" href="#JAXRSKerberos-GSSAPI">GSS API</a></li><li><a shape="rect" href="#JAXRSKerberos-JAASKerberosModuleConfiguration">JAAS Kerberos Module Configuration</a></li></ul><li><a shape="rect" href="#JAXRSKerberos-Clientconfiguration">Client configuration</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-HTTPConduit">HTTPConduit</a></li><li><a shape="rect" href="#JAXRSKerberos-Interceptor">Interceptor</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-AuthorizationPolicy">Authorization Policy</a></li><li><a shape="rect" href="#JAXRSKerberos-Configuringtheserviceprincipalname">Configuring th
 e service principal name</a></li><li><a shape="rect" href="#JAXRSKerberos-UsingJAASConfiguration">Using JAAS Configuration</a></li></ul></ul><li><a shape="rect" href="#JAXRSKerberos-Serverconfiguration">Server configuration</a></li><ul><li><a shape="rect" href="#JAXRSKerberos-ServiceprincipalnameandJAASConfiguration">Service principal name and JAAS Configuration</a></li><li><a shape="rect" href="#JAXRSKerberos-CallbackHandler">CallbackHandler</a></li></ul><li><a shape="rect" href="#JAXRSKerberos-CredentialDelegation">Credential Delegation</a></li></ul></div>
 
 <h1><a shape="rect" name="JAXRSKerberos-Introduction"></a>Introduction</h1>
 
 <p>Please see <a shape="rect" class="external-link" href="http://www.kerberos.org/software/tutorial.html" rel="nofollow">MIT Kerberos Tutorial</a> for a good introduction to Kerberos.<br clear="none">
-The <a shape="rect" class="external-link" href="http://msdn.microsoft.com/en-us/library/aa378747%28v=vs.85%29" rel="nofollow">Windows guide</a> is also worth checking.</p>
+The <a shape="rect" class="external-link" href="http://msdn.microsoft.com/en-us/library/aa378747%28v=vs.85%29" rel="nofollow">Windows guide</a> as well as <a shape="rect" class="external-link" href="http://en.wikipedia.org/wiki/Kerberos_%28protocol%29" rel="nofollow">this Wikipedia page</a> are also worth checking.</p>
 
 <h2><a shape="rect" name="JAXRSKerberos-Setup"></a>Setup</h2>
 
@@ -153,7 +153,11 @@ Authorization: Negotiate <span class="co
 
 <h2><a shape="rect" name="JAXRSKerberos-GSSAPI"></a>GSS API</h2>
 
-<p>Please see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/jgss/tutorials/index.html" rel="nofollow">this</a> GSS API tutorial as well as check this <a shape="rect" class="external-link" href="http://www.javaactivedirectory.com/" rel="nofollow">blog</a> for a number of GSS API examples.</p>
+<p>Please see <a shape="rect" class="external-link" href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/jgss/tutorials/index.html" rel="nofollow">this</a> GSS API tutorial as well as check this <a shape="rect" class="external-link" href="http://www.javaactivedirectory.com/" rel="nofollow">blog</a> for a number of GSS API examples. Understanding GSS API may help when the way CXF Kerberos handlers work needs to be customized or when the available GSS credentials created outside of CXF need to be made available to CXF (for the credential delegation). </p>
+
+<h2><a shape="rect" name="JAXRSKerberos-JAASKerberosModuleConfiguration"></a>JAAS Kerberos Module Configuration</h2>
+
+<p><a shape="rect" class="external-link" href="http://docs.oracle.com/javase/6/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/Krb5LoginModule.html" rel="nofollow">com.sun.security.auth.module.Krb5LoginModule</a> is typically used to login to Kerberos servers.</p>
 
 <h1><a shape="rect" name="JAXRSKerberos-Clientconfiguration"></a>Client configuration</h1>