You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/16 19:26:10 UTC

svn commit: r1301682 [31/43] - in /incubator/syncope/site: ./ apidocs/ apidocs/org/syncope/annotation/ apidocs/org/syncope/annotation/class-use/ apidocs/org/syncope/buildtools/ apidocs/org/syncope/buildtools/class-use/ apidocs/org/syncope/client/ apido...

Modified: incubator/syncope/site/apidocs/org/syncope/core/workflow/class-use/WorkflowResult.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/workflow/class-use/WorkflowResult.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/workflow/class-use/WorkflowResult.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/workflow/class-use/WorkflowResult.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:05 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.syncope.core.workflow.WorkflowResult (Apache Syncope 1.1-SNAPSHOT API)
+Uses of Class org.syncope.core.workflow.WorkflowResult (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.syncope.core.workflow.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.syncope.core.workflow.WorkflowResult (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.syncope.core.workflow.WorkflowResult (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -125,8 +125,7 @@ Uses of <A HREF="../../../../../org/sync
 <TD><CODE><B>NotificationManager.</B><B><A HREF="../../../../../org/syncope/core/notification/NotificationManager.html#createTasks(org.syncope.core.workflow.WorkflowResult)">createTasks</A></B>(<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;&nbsp;wfResult)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create notification tasks for each notification matching the passed
- workflow result.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create notification tasks for each notification matching the passed workflow result.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -169,8 +168,7 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/syncope/core/persistence/beans/PropagationTask.html" title="class in org.syncope.core.persistence.beans">PropagationTask</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>PropagationManager.</B><B><A HREF="../../../../../org/syncope/core/propagation/PropagationManager.html#getUpdateTaskIds(org.syncope.core.workflow.WorkflowResult, java.lang.Boolean)">getUpdateTaskIds</A></B>(<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;&nbsp;wfResult,
-                 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;enable)</CODE>
+<TD><CODE><B>PropagationManager.</B><B><A HREF="../../../../../org/syncope/core/propagation/PropagationManager.html#getUpdateTaskIds(org.syncope.core.workflow.WorkflowResult)">getUpdateTaskIds</A></B>(<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;&nbsp;wfResult)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs update on each resource associated to the user.</TD>
@@ -178,11 +176,10 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/syncope/core/persistence/beans/PropagationTask.html" title="class in org.syncope.core.persistence.beans">PropagationTask</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>PropagationManager.</B><B><A HREF="../../../../../org/syncope/core/propagation/PropagationManager.html#getUpdateTaskIds(org.syncope.core.workflow.WorkflowResult, java.lang.String, java.util.Set, java.util.Set, java.lang.Boolean)">getUpdateTaskIds</A></B>(<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;&nbsp;wfResult,
+<TD><CODE><B>PropagationManager.</B><B><A HREF="../../../../../org/syncope/core/propagation/PropagationManager.html#getUpdateTaskIds(org.syncope.core.workflow.WorkflowResult, java.lang.String, java.util.Set, java.util.Set)">getUpdateTaskIds</A></B>(<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;&nbsp;wfResult,
                  <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;password,
                  <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;vAttrsToBeRemoved,
-                 <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../../org/syncope/client/mod/AttributeMod.html" title="class in org.syncope.client.mod">AttributeMod</A>&gt;&nbsp;vAttrsToBeUpdated,
-                 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;enable)</CODE>
+                 <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../../org/syncope/client/mod/AttributeMod.html" title="class in org.syncope.client.mod">AttributeMod</A>&gt;&nbsp;vAttrsToBeUpdated)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Performs update on each resource associated to the user.</TD>
@@ -190,11 +187,10 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/syncope/core/persistence/beans/PropagationTask.html" title="class in org.syncope.core.persistence.beans">PropagationTask</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>PropagationManager.</B><B><A HREF="../../../../../org/syncope/core/propagation/PropagationManager.html#getUpdateTaskIds(org.syncope.core.workflow.WorkflowResult, java.lang.String, java.util.Set, java.util.Set, java.lang.Boolean, java.util.Set)">getUpdateTaskIds</A></B>(<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;&nbsp;wfResult,
+<TD><CODE><B>PropagationManager.</B><B><A HREF="../../../../../org/syncope/core/propagation/PropagationManager.html#getUpdateTaskIds(org.syncope.core.workflow.WorkflowResult, java.lang.String, java.util.Set, java.util.Set, java.util.Set)">getUpdateTaskIds</A></B>(<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;&nbsp;wfResult,
                  <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;password,
                  <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;vAttrsToBeRemoved,
                  <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../../../org/syncope/client/mod/AttributeMod.html" title="class in org.syncope.client.mod">AttributeMod</A>&gt;&nbsp;vAttrsToBeUpdated,
-                 <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;enable,
                  <A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;syncResourceNames)</CODE>
 
 <BR>
@@ -254,20 +250,20 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
+<TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
        boolean&nbsp;disablePwdPolicyCheck)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an user, optionally disabling password policy check.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
+<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
        boolean&nbsp;disablePwdPolicyCheck)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an user, optionally disabling password policy check.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -281,22 +277,22 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean, java.lang.Boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
+<TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean, java.lang.Boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
        boolean&nbsp;disablePwdPolicyCheck,
        <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;enabled)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an user, optionally disabling password policy check.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean, java.lang.Boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
+<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#create(org.syncope.client.to.UserTO, boolean, java.lang.Boolean)">create</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
        boolean&nbsp;disablePwdPolicyCheck,
        <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&nbsp;enabled)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an user, optionally disabling password policy check.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -310,15 +306,6 @@ Uses of <A HREF="../../../../../org/sync
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected abstract &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doActivate(org.syncope.core.persistence.beans.user.SyncopeUser, java.lang.String)">doActivate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user,
-           <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;token)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
 <TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#doActivate(org.syncope.core.persistence.beans.user.SyncopeUser, java.lang.String)">doActivate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user,
            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;token)</CODE>
@@ -338,7 +325,8 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected abstract &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doReactivate(org.syncope.core.persistence.beans.user.SyncopeUser)">doReactivate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user)</CODE>
+<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doActivate(org.syncope.core.persistence.beans.user.SyncopeUser, java.lang.String)">doActivate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user,
+           <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;token)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -362,7 +350,7 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected abstract &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doSuspend(org.syncope.core.persistence.beans.user.SyncopeUser)">doSuspend</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user)</CODE>
+<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doReactivate(org.syncope.core.persistence.beans.user.SyncopeUser)">doReactivate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
@@ -386,15 +374,14 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected abstract &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doUpdate(org.syncope.core.persistence.beans.user.SyncopeUser, org.syncope.client.mod.UserMod)">doUpdate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user,
-         <A HREF="../../../../../org/syncope/client/mod/UserMod.html" title="class in org.syncope.client.mod">UserMod</A>&nbsp;userMod)</CODE>
+<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doSuspend(org.syncope.core.persistence.beans.user.SyncopeUser)">doSuspend</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
+<CODE>protected &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
 <TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#doUpdate(org.syncope.core.persistence.beans.user.SyncopeUser, org.syncope.client.mod.UserMod)">doUpdate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user,
          <A HREF="../../../../../org/syncope/client/mod/UserMod.html" title="class in org.syncope.client.mod">UserMod</A>&nbsp;userMod)</CODE>
 
@@ -403,7 +390,7 @@ Uses of <A HREF="../../../../../org/sync
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
+<CODE>protected &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
 <TD><CODE><B>ActivitiUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/ActivitiUserWorkflowAdapter.html#doUpdate(org.syncope.core.persistence.beans.user.SyncopeUser, org.syncope.client.mod.UserMod)">doUpdate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user,
          <A HREF="../../../../../org/syncope/client/mod/UserMod.html" title="class in org.syncope.client.mod">UserMod</A>&nbsp;userMod)</CODE>
 
@@ -412,12 +399,12 @@ Uses of <A HREF="../../../../../org/sync
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
-<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#execute(org.syncope.client.to.UserTO, java.lang.String)">execute</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
-        <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;taskId)</CODE>
+<CODE>protected abstract &nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
+<TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#doUpdate(org.syncope.core.persistence.beans.user.SyncopeUser, org.syncope.client.mod.UserMod)">doUpdate</A></B>(<A HREF="../../../../../org/syncope/core/persistence/beans/user/SyncopeUser.html" title="class in org.syncope.core.persistence.beans.user">SyncopeUser</A>&nbsp;user,
+         <A HREF="../../../../../org/syncope/client/mod/UserMod.html" title="class in org.syncope.client.mod">UserMod</A>&nbsp;userMod)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a task on an user.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -431,6 +418,15 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#execute(org.syncope.client.to.UserTO, java.lang.String)">execute</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
+        <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;taskId)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Execute a task on an user.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
 <TD><CODE><B>ActivitiUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/ActivitiUserWorkflowAdapter.html#execute(org.syncope.client.to.UserTO, java.lang.String)">execute</A></B>(<A HREF="../../../../../org/syncope/client/to/UserTO.html" title="class in org.syncope.client.to">UserTO</A>&nbsp;userTO,
         <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;taskId)</CODE>
 
@@ -456,20 +452,20 @@ Uses of <A HREF="../../../../../org/sync
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#submitForm(org.syncope.client.to.WorkflowFormTO, java.lang.String)">submitForm</A></B>(<A HREF="../../../../../org/syncope/client/to/WorkflowFormTO.html" title="class in org.syncope.client.to">WorkflowFormTO</A>&nbsp;form,
+<TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#submitForm(org.syncope.client.to.WorkflowFormTO, java.lang.String)">submitForm</A></B>(<A HREF="../../../../../org/syncope/client/to/WorkflowFormTO.html" title="class in org.syncope.client.to">WorkflowFormTO</A>&nbsp;form,
            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;username)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Submit a form.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&gt;</CODE></FONT></TD>
-<TD><CODE><B>NoOpUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/NoOpUserWorkflowAdapter.html#submitForm(org.syncope.client.to.WorkflowFormTO, java.lang.String)">submitForm</A></B>(<A HREF="../../../../../org/syncope/client/to/WorkflowFormTO.html" title="class in org.syncope.client.to">WorkflowFormTO</A>&nbsp;form,
+<TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#submitForm(org.syncope.client.to.WorkflowFormTO, java.lang.String)">submitForm</A></B>(<A HREF="../../../../../org/syncope/client/to/WorkflowFormTO.html" title="class in org.syncope.client.to">WorkflowFormTO</A>&nbsp;form,
            <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;username)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Submit a form.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -514,7 +510,7 @@ Uses of <A HREF="../../../../../org/sync
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
 <TD><CODE><B>UserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/UserWorkflowAdapter.html#update(org.syncope.client.mod.UserMod)">update</A></B>(<A HREF="../../../../../org/syncope/client/mod/UserMod.html" title="class in org.syncope.client.mod">UserMod</A>&nbsp;userMod)</CODE>
 
 <BR>
@@ -522,7 +518,7 @@ Uses of <A HREF="../../../../../org/sync
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>&gt;</CODE></FONT></TD>
+<CODE>&nbsp;<A HREF="../../../../../org/syncope/core/workflow/WorkflowResult.html" title="class in org.syncope.core.workflow">WorkflowResult</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/util/Map.Entry.html?is-external=true" title="class or interface in java.util">Map.Entry</A>&lt;<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A>,<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A>&gt;&gt;</CODE></FONT></TD>
 <TD><CODE><B>AbstractUserWorkflowAdapter.</B><B><A HREF="../../../../../org/syncope/core/workflow/AbstractUserWorkflowAdapter.html#update(org.syncope.client.mod.UserMod)">update</A></B>(<A HREF="../../../../../org/syncope/client/mod/UserMod.html" title="class in org.syncope.client.mod">UserMod</A>&nbsp;userMod)</CODE>
 
 <BR>

Modified: incubator/syncope/site/apidocs/org/syncope/core/workflow/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/workflow/package-frame.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/workflow/package-frame.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/workflow/package-frame.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:04 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.syncope.core.workflow (Apache Syncope 1.1-SNAPSHOT API)
+org.syncope.core.workflow (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/syncope/site/apidocs/org/syncope/core/workflow/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/workflow/package-summary.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/workflow/package-summary.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/workflow/package-summary.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:04 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.syncope.core.workflow (Apache Syncope 1.1-SNAPSHOT API)
+org.syncope.core.workflow (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.syncope.core.workflow (Apache Syncop
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.syncope.core.workflow (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="org.syncope.core.workflow (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/core/workflow/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/workflow/package-tree.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/workflow/package-tree.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/workflow/package-tree.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:04 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.syncope.core.workflow Class Hierarchy (Apache Syncope 1.1-SNAPSHOT API)
+org.syncope.core.workflow Class Hierarchy (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.syncope.core.workflow Class Hierarch
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.syncope.core.workflow Class Hierarchy (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="org.syncope.core.workflow Class Hierarchy (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/core/workflow/package-use.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/core/workflow/package-use.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/core/workflow/package-use.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/core/workflow/package-use.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:05 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.syncope.core.workflow (Apache Syncope 1.1-SNAPSHOT API)
+Uses of Package org.syncope.core.workflow (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Package org.syncope.core.workflo
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.syncope.core.workflow (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.syncope.core.workflow (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/hibernate/HibernateEnhancer.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/hibernate/HibernateEnhancer.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/hibernate/HibernateEnhancer.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/hibernate/HibernateEnhancer.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:54 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:13:55 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-HibernateEnhancer (Apache Syncope 1.1-SNAPSHOT API)
+HibernateEnhancer (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ HibernateEnhancer (Apache Syncope 1.1-SN
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="HibernateEnhancer (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="HibernateEnhancer (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/hibernate/class-use/HibernateEnhancer.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/hibernate/class-use/HibernateEnhancer.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/hibernate/class-use/HibernateEnhancer.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/hibernate/class-use/HibernateEnhancer.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:05 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Class org.syncope.hibernate.HibernateEnhancer (Apache Syncope 1.1-SNAPSHOT API)
+Uses of Class org.syncope.hibernate.HibernateEnhancer (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Class org.syncope.hibernate.Hibe
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.syncope.hibernate.HibernateEnhancer (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="Uses of Class org.syncope.hibernate.HibernateEnhancer (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/hibernate/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/hibernate/package-frame.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/hibernate/package-frame.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/hibernate/package-frame.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:04 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.syncope.hibernate (Apache Syncope 1.1-SNAPSHOT API)
+org.syncope.hibernate (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 

Modified: incubator/syncope/site/apidocs/org/syncope/hibernate/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/hibernate/package-summary.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/hibernate/package-summary.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/hibernate/package-summary.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:04 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.syncope.hibernate (Apache Syncope 1.1-SNAPSHOT API)
+org.syncope.hibernate (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.syncope.hibernate (Apache Syncope 1.
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.syncope.hibernate (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="org.syncope.hibernate (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/hibernate/package-tree.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/hibernate/package-tree.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/hibernate/package-tree.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/hibernate/package-tree.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:04 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-org.syncope.hibernate Class Hierarchy (Apache Syncope 1.1-SNAPSHOT API)
+org.syncope.hibernate Class Hierarchy (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ org.syncope.hibernate Class Hierarchy (A
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.syncope.hibernate Class Hierarchy (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="org.syncope.hibernate Class Hierarchy (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/hibernate/package-use.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/hibernate/package-use.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/hibernate/package-use.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/hibernate/package-use.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:49:03 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:14:05 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Uses of Package org.syncope.hibernate (Apache Syncope 1.1-SNAPSHOT API)
+Uses of Package org.syncope.hibernate (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ Uses of Package org.syncope.hibernate (A
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.syncope.hibernate (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="Uses of Package org.syncope.hibernate (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/types/AbstractPolicySpec.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/types/AbstractPolicySpec.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/types/AbstractPolicySpec.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/types/AbstractPolicySpec.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:54 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:13:55 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AbstractPolicySpec (Apache Syncope 1.1-SNAPSHOT API)
+AbstractPolicySpec (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ AbstractPolicySpec (Apache Syncope 1.1-S
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractPolicySpec (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="AbstractPolicySpec (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/types/AccountPolicySpec.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/types/AccountPolicySpec.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/types/AccountPolicySpec.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/types/AccountPolicySpec.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:54 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:13:55 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AccountPolicySpec (Apache Syncope 1.1-SNAPSHOT API)
+AccountPolicySpec (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ AccountPolicySpec (Apache Syncope 1.1-SN
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AccountPolicySpec (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="AccountPolicySpec (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>

Modified: incubator/syncope/site/apidocs/org/syncope/types/AttributableType.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/types/AttributableType.html?rev=1301682&r1=1301681&r2=1301682&view=diff
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/types/AttributableType.html (original)
+++ incubator/syncope/site/apidocs/org/syncope/types/AttributableType.html Fri Mar 16 18:24:55 2012
@@ -2,13 +2,13 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.6.0_23) on Wed Mar 07 11:48:54 CET 2012 -->
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:13:55 CET 2012 -->
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-AttributableType (Apache Syncope 1.1-SNAPSHOT API)
+AttributableType (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
 </TITLE>
 
-<META NAME="date" CONTENT="2012-03-07">
+<META NAME="date" CONTENT="2012-03-16">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -16,7 +16,7 @@ AttributableType (Apache Syncope 1.1-SNA
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AttributableType (Apache Syncope 1.1-SNAPSHOT API)";
+        parent.document.title="AttributableType (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
     }
 }
 </SCRIPT>
@@ -57,7 +57,7 @@ function windowTitle()
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../org/syncope/types/AccountPolicySpec.html" title="class in org.syncope.types"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../org/syncope/types/CipherAlgorithm.html" title="enum in org.syncope.types"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../org/syncope/types/AuditElements.html" title="class in org.syncope.types"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../index.html?org/syncope/types/AttributableType.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AttributableType.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -305,7 +305,7 @@ with the specified name
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 &nbsp;<A HREF="../../../org/syncope/types/AccountPolicySpec.html" title="class in org.syncope.types"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../org/syncope/types/CipherAlgorithm.html" title="enum in org.syncope.types"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../org/syncope/types/AuditElements.html" title="class in org.syncope.types"><B>NEXT CLASS</B></A></FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../index.html?org/syncope/types/AttributableType.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="AttributableType.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;

Added: incubator/syncope/site/apidocs/org/syncope/types/AuditElements.AuthenticationSubCategory.html
URL: http://svn.apache.org/viewvc/incubator/syncope/site/apidocs/org/syncope/types/AuditElements.AuthenticationSubCategory.html?rev=1301682&view=auto
==============================================================================
--- incubator/syncope/site/apidocs/org/syncope/types/AuditElements.AuthenticationSubCategory.html (added)
+++ incubator/syncope/site/apidocs/org/syncope/types/AuditElements.AuthenticationSubCategory.html Fri Mar 16 18:24:55 2012
@@ -0,0 +1,326 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_26) on Fri Mar 16 19:13:55 CET 2012 -->
+<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<TITLE>
+AuditElements.AuthenticationSubCategory (Apache Syncope 1.0.0-incubating-SNAPSHOT API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-03-16">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="AuditElements.AuthenticationSubCategory (Apache Syncope 1.0.0-incubating-SNAPSHOT API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AuditElements.AuthenticationSubCategory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../org/syncope/types/AuditElements.html" title="class in org.syncope.types"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/syncope/types/AuditElements.Category.html" title="enum in org.syncope.types"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html?org/syncope/types/AuditElements.AuthenticationSubCategory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="AuditElements.AuthenticationSubCategory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+org.syncope.types</FONT>
+<BR>
+Enum AuditElements.AuthenticationSubCategory</H2>
+<PRE>
+<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
+  <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A>&lt;<A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A>&gt;
+      <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>org.syncope.types.AuditElements.AuthenticationSubCategory</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&lt;<A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A>&gt;</DD>
+</DL>
+<DL>
+<DT><B>Enclosing class:</B><DD><A HREF="../../../org/syncope/types/AuditElements.html" title="class in org.syncope.types">AuditElements</A></DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public static enum <B>AuditElements.AuthenticationSubCategory</B><DT>extends <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A>&lt;<A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A>&gt;</DL>
+</PRE>
+
+<P>
+<HR>
+
+<P>
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+
+<A NAME="enum_constant_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Enum Constant Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html#getEntitlements">getEntitlements</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html#login">login</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A></CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html#valueOf(java.lang.String)">valueOf</A></B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;<A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A>[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html#values()">values</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in
+the order they are declared.</TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="h
 ttp://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class, java.lang.String)" title="class or interface in java.lang">valueOf</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+
+<A NAME="enum_constant_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Enum Constant Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="login"><!-- --></A><H3>
+login</H3>
+<PRE>
+public static final <A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A> <B>login</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<A NAME="getEntitlements"><!-- --></A><H3>
+getEntitlements</H3>
+<PRE>
+public static final <A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A> <B>getEntitlements</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+
+<!-- ============ METHOD DETAIL ========== -->
+
+<A NAME="method_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Method Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="values()"><!-- --></A><H3>
+values</H3>
+<PRE>
+public static <A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A>[] <B>values</B>()</PRE>
+<DL>
+<DD>Returns an array containing the constants of this enum type, in
+the order they are declared.  This method may be used to iterate
+over the constants as follows:
+<pre>
+for (AuditElements.AuthenticationSubCategory c : AuditElements.AuthenticationSubCategory.values())
+&nbsp;   System.out.println(c);
+</pre>
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>an array containing the constants of this enum type, in
+the order they are declared</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="valueOf(java.lang.String)"><!-- --></A><H3>
+valueOf</H3>
+<PRE>
+public static <A HREF="../../../org/syncope/types/AuditElements.AuthenticationSubCategory.html" title="enum in org.syncope.types">AuditElements.AuthenticationSubCategory</A> <B>valueOf</B>(<A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</PRE>
+<DL>
+<DD>Returns the enum constant of this type with the specified name.
+The string must match <I>exactly</I> an identifier used to declare an
+enum constant in this type.  (Extraneous whitespace characters are 
+not permitted.)
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned.
+<DT><B>Returns:</B><DD>the enum constant with the specified name
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if this enum type has no constant
+with the specified name
+<DD><CODE><A HREF="http://download.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</A></CODE> - if the argument is null</DL>
+</DD>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/AuditElements.AuthenticationSubCategory.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;<A HREF="../../../org/syncope/types/AuditElements.html" title="class in org.syncope.types"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../org/syncope/types/AuditElements.Category.html" title="enum in org.syncope.types"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../index.html?org/syncope/types/AuditElements.AuthenticationSubCategory.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="AuditElements.AuthenticationSubCategory.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+Copyright &#169; 2010-2012 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+</BODY>
+</HTML>

Propchange: incubator/syncope/site/apidocs/org/syncope/types/AuditElements.AuthenticationSubCategory.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/syncope/site/apidocs/org/syncope/types/AuditElements.AuthenticationSubCategory.html
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/syncope/site/apidocs/org/syncope/types/AuditElements.AuthenticationSubCategory.html
------------------------------------------------------------------------------
    svn:mime-type = text/html