Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/protocol/CDOAuthenticator.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/protocol/CDOAuthenticator.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/protocol/CDOAuthenticator.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/protocol/CDOAuthenticator.html
index e6b5ac2d99..68c51c3f87 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/protocol/CDOAuthenticator.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/protocol/CDOAuthenticator.html
@@ -9,6 +9,7 @@ CDOAuthenticator (CDO Model Repository Documentation)
<META NAME="date" CONTENT="">
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../html/book.css" TITLE="Style">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
@@ -124,7 +125,7 @@ The front-end of the CDO challenge/response authentication.
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../../org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html" title="class in org.eclipse.emf.cdo.spi.common">CDOAuthenticationResult</A></CODE></FONT></TD>
+<CODE>&nbsp;org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/eclipse/emf/cdo/common/protocol/CDOAuthenticator.html#authenticate(byte[])">authenticate</A></B>(byte[]&nbsp;randomToken)</CODE>
<BR>
@@ -299,7 +300,7 @@ void <B>setCredentialsProvider</B>(<A HREF="../../../../../../../../org.eclipse.
<A NAME="authenticate(byte[])"><!-- --></A><H3>
authenticate</H3>
<PRE>
-<A HREF="../../../../../../org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html" title="class in org.eclipse.emf.cdo.spi.common">CDOAuthenticationResult</A> <B>authenticate</B>(byte[]&nbsp;randomToken)</PRE>
+org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult <B>authenticate</B>(byte[]&nbsp;randomToken)</PRE>
<DL>
<DD><DL>
<DT><B>Since:</B></DT>

Back to the top