Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/IAuthenticationProtocol.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/IAuthenticationProtocol.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/IAuthenticationProtocol.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/IAuthenticationProtocol.html
index fb97aede92..172fe7a847 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/IAuthenticationProtocol.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/server/IAuthenticationProtocol.html
@@ -143,7 +143,7 @@ var activeTableTab = "activeTableTab";
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/DiffieHellman.Client.Response.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">DiffieHellman.Client.Response</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/emf/cdo/spi/server/IAuthenticationProtocol.html#sendCredentialsChallenge-org.eclipse.net4j.util.security.DiffieHellman.Server.Challenge-java.lang.String-org.eclipse.net4j.util.security.CredentialsUpdateOperation-">sendCredentialsChallenge</a></span>(<a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/DiffieHellman.Server.Challenge.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">DiffieHellman.Server.Challenge</a>&nbsp;challenge,
- <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;userID,
+ java.lang.String&nbsp;userID,
<a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/CredentialsUpdateOperation.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">CredentialsUpdateOperation</a>&nbsp;operation)</code>
<div class="block">Sends a challenge to the client to change the authenticated user's credentials.</div>
</td>
@@ -170,12 +170,12 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>sendAuthenticationChallenge</h4>
<pre><a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/DiffieHellman.Client.Response.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">DiffieHellman.Client.Response</a>&nbsp;sendAuthenticationChallenge(<a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/DiffieHellman.Server.Challenge.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">DiffieHellman.Server.Challenge</a>&nbsp;challenge)
- throws <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+ throws java.lang.Exception</pre>
<div class="block">Sends a challenge to the client to authenticate the user attempting to
or already connected.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd>
+<dd><code>java.lang.Exception</code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.2</dd>
</dl>
@@ -188,16 +188,16 @@ var activeTableTab = "activeTableTab";
<li class="blockList">
<h4>sendCredentialsChallenge</h4>
<pre><a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/DiffieHellman.Client.Response.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">DiffieHellman.Client.Response</a>&nbsp;sendCredentialsChallenge(<a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/DiffieHellman.Server.Challenge.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">DiffieHellman.Server.Challenge</a>&nbsp;challenge,
- <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;userID,
+ java.lang.String&nbsp;userID,
<a href="../../../../../../../../org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/security/CredentialsUpdateOperation.html?is-external=true" title="class or interface in org.eclipse.net4j.util.security">CredentialsUpdateOperation</a>&nbsp;operation)
- throws <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
+ throws java.lang.Exception</pre>
<div class="block">Sends a challenge to the client to change the authenticated user's credentials.
This is an optional operation; implementators may simply throw
- <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang"><code>UnsupportedOperationException</code></a>.</div>
+ <code>UnsupportedOperationException</code>.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/UnsupportedOperationException.html?is-external=true" title="class or interface in java.lang">UnsupportedOperationException</a></code> - if credentials change is not supported</dd>
-<dd><code><a href="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd>
+<dd><code>java.lang.UnsupportedOperationException</code> - if credentials change is not supported</dd>
+<dd><code>java.lang.Exception</code></dd>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.3</dd>
</dl>

Back to the top