Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html
index 110b77193d..bc28ffbdaa 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/spi/common/CDOAuthenticationResult.html
@@ -100,7 +100,14 @@ Class CDOAuthenticationResult</H2>
<HR>
<DL>
<DT><PRE>public final class <B>CDOAuthenticationResult</B><DT>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A><DT>implements <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" title="&#171;interface&#187; Serializable (java.io)" alt="" coords="46,6,135,61"/>
+<area shape="rect" id="node2" href="CDOAuthenticationResult.html" title="CDOAuthenticationResult" alt="" coords="5,101,176,126"/>
+</map>
+
+<CENTER><IMG SRC="CDOAuthenticationResult.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
The result of an authentication operation. Carries a userID and a crypted token.
@@ -110,8 +117,6 @@ The result of an authentication operation. Carries a userID and a crypted token.
<DL>
<DT><B>Since:</B></DT>
<DD>4.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#org.eclipse.emf.cdo.spi.common.CDOAuthenticationResult">Serialized Form</A></DL>
<HR>

Back to the top