<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to use TokenAuthInterceptor in Nuxeo Java Client ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317104#M4105</link>
    <description>&lt;P&gt;Nuxeo Java Client doesn't handle &lt;EM&gt;handshake&lt;/EM&gt; phase. You first need to acquire a token by following this [documentation](https&lt;/P&gt;</description>
    <pubDate>Mon, 19 Nov 2018 10:59:47 GMT</pubDate>
    <dc:creator>Kevin_Leturc</dc:creator>
    <dc:date>2018-11-19T10:59:47Z</dc:date>
    <item>
      <title>How to use TokenAuthInterceptor in Nuxeo Java Client ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317101#M4102</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am looking for code samples or examples of using &lt;A href="https://github.com/nuxeo/nuxeo-java-client/blob/master/nuxeo-java-client/src/main/java/org/nuxeo/client/spi/auth/TokenAuthInterceptor.java"&gt;TokenAuthInterceptor&lt;/A&gt; instead of BasicAuthInterceptor.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;NuxeoClient nuxeoClient = new NuxeoClient.Builder()
                                         .url(url)
                                         .authentication("Administrator", "Administrator")
                                         .connect();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:15:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317101#M4102</guid>
      <dc:creator>Ghazi_HAKIM</dc:creator>
      <dc:date>2018-11-19T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use TokenAuthInterceptor in Nuxeo Java Client ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317102#M4103</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Documentation about authentication can be found &lt;A href="https://github.com/nuxeo/nuxeo-java-client/#authentication"&gt;there&lt;/A&gt;.
Here below an example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-java"&gt;NuxeoClient nuxeoClient = new NuxeoClient.Builder()
                                         .url(url)
                                         .authentication(new TokenAuthInterceptor("YOUR_TOKEN"))
                                         .connect();
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note: We're currently working on improving this documentation.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:19:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317102#M4103</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2018-11-19T10:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use TokenAuthInterceptor in Nuxeo Java Client ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317103#M4104</link>
      <description>&lt;P&gt;Do you have more details in how to build the token (the format, the hash function) ?&lt;/P&gt;
&lt;P&gt;How the token will be interpreted by the Nuxeo Client ?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:35:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317103#M4104</guid>
      <dc:creator>Ghazi_HAKIM</dc:creator>
      <dc:date>2018-11-19T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to use TokenAuthInterceptor in Nuxeo Java Client ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317104#M4105</link>
      <description>&lt;P&gt;Nuxeo Java Client doesn't handle &lt;EM&gt;handshake&lt;/EM&gt; phase. You first need to acquire a token by following this [documentation](https&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 10:59:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-use-tokenauthinterceptor-in-nuxeo-java-client/m-p/317104#M4105</guid>
      <dc:creator>Kevin_Leturc</dc:creator>
      <dc:date>2018-11-19T10:59:47Z</dc:date>
    </item>
  </channel>
</rss>

