buildrelease
[openafs-wiki.git] / TWiki / TWikiUsersPasswordDotPm.mdwn
index 6b4c6bb..148ea1a 100644 (file)
@@ -8,6 +8,7 @@ The methods of this class should be overridded by subclasses that want to implem
   <ul>
     <li><a href="#Package =TWiki::Users::Password="> Package TWiki::Users::Password</a><ul>
         <li><a href="#ClassMethod <strong>new</strong> ($session) ->"> ClassMethod new <tt>($session) -&gt; $object</tt></a></li>
+        <li><a href="#ObjectMethod *finish*"> ObjectMethod finish <tt></tt></a></li>
         <li><a href="#ObjectMethod <strong>fetchPass</strong> ($login"> ObjectMethod fetchPass <tt>($login) -&gt; $passwordE</tt></a></li>
         <li><a href="#ObjectMethod <strong>checkPassword</strong> ($u"> ObjectMethod checkPassword <tt>($user,$passwordU) -&gt; $boolean</tt></a></li>
         <li><a href="#ObjectMethod <strong>deleteUser</strong> ($user"> ObjectMethod deleteUser <tt>($user) -&gt; $boolean</tt></a></li>
@@ -25,6 +26,12 @@ The methods of this class should be overridded by subclasses that want to implem
 
 Constructs a new password handler of this type, referring to $session for any required TWiki services.
 
+## <a name="ObjectMethod &lt;strong&gt;finish*"></a><a name="ObjectMethod *finish&lt;/strong&gt; "></a> [[ObjectMethod]] **finish** ``
+
+Complete processing after the client's HTTP request has been responded to.
+
+1. breaking circular references to allow garbage collection in persistent environments
+
 ## <a name="ObjectMethod &lt;strong&gt;fetchPass&lt;/strong&gt; ($login"></a> [[ObjectMethod]] **fetchPass** `($login) -> $passwordE`
 
 Implements TWiki::Password