Changeset 2516

Show
Ignore:
Timestamp:
10/10/08 11:16:26 (3 months ago)
Author:
dsanders
Message:

Fixed up some links to the wiki

Location:
trunk/otis/src/org/bandit/otis/api
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/otis/src/org/bandit/otis/api/IAuthMethod.java

    r2415 r2516  
    6868         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    6969         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    70          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/ReauthenticateUser">Reauthenticate User Documentation</a> 
     70         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Authenticate/ReauthenticateUser">Reauthenticate User Documentation</a> 
    7171         */ 
    7272        public void reauthenticate() throws AuthSessionException; 
  • trunk/otis/src/org/bandit/otis/api/IAuthSession.java

    r2415 r2516  
    105105         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    106106         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    107          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/AuthenticateUser">Authenticate User Documentation</a>   
     107         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Authenticate/AuthenticateUser">Authenticate User Documentation</a>   
    108108         */ 
    109109        public void authenticate( 
     
    125125         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    126126         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    127          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/AuthenticateUser">Authenticate User Documentation</a>   
    128          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/ReauthenticateUser">Reauthenticate User Documentation</a>   
     127         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Authenticate/AuthenticateUser">Authenticate User Documentation</a>   
     128         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Authenticate/ReauthenticateUser">Reauthenticate User Documentation</a>   
    129129         */ 
    130130        public void reauthenticate() throws AuthSessionException; 
     
    145145         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    146146         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    147          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/GetActiveRoles">Active Roles Documentation</a> 
    148          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/IsInRole">IsInRole Documentation</a> 
     147         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Roles/GetActiveRoles">Active Roles Documentation</a> 
     148         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Roles/IsInRole">IsInRole Documentation</a> 
    149149         * @param roleId Identifier of role we wish to query. 
    150150         * @return  
     
    165165         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    166166         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    167          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/GetAssumableRoles">Get Assumable Roles Documentation</a> 
     167         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Roles/GetAssumableRoles">Get Assumable Roles Documentation</a> 
    168168         *  
    169169         * @return Immutable Iterator of  {@link org.bandit.otis.api.IRole IRole} objects 
     
    178178         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    179179         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    180          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/GetActiveRoles">Get Active Roles Documentation</a> 
     180         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Roles/GetActiveRoles">Get Active Roles Documentation</a> 
    181181         *   
    182182         * @return Immutable Iterator of  {@link org.bandit.otis.api.IRole IRole} objects 
     
    196196         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    197197         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    198          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/ReleaseRole">Release Active Role Documentation</a> 
     198         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Roles/ReleaseRole">Release Active Role Documentation</a> 
    199199         *  
    200200         * @param roleId to release, it will no longer appear in the list of active roles. 
     
    238238         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    239239         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    240          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/ActivateRole">Activate Role Documentation</a> 
     240         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Roles/ActivateRole">Activate Role Documentation</a> 
    241241         *  
    242242         * @param roleId 
     
    278278         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    279279         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    280          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/LogAuditRecord">Log Audit Record Documentation</a> 
     280         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Audit/LogAuditRecord">Log Audit Record Documentation</a> 
    281281         * @return AuditRecord 
    282282         */ 
     
    291291         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    292292         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    293          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/LogAuditRecord">Log Audit Record Documentation</a> 
     293         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Audit/LogAuditRecord">Log Audit Record Documentation</a> 
    294294         * @param auditRecord the audit record to be logged. 
    295295         */ 
     
    302302         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    303303         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    304          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/SetSessionProperty">Set Session Property Documentation</a> 
    305          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/GetSessionProperty">Get Session Property Documentation</a> 
    306          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/RemoveSessionProperty">Remove Session Property Documentation</a> 
     304         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 
     305         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 
     306         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 
    307307         * @param strPropertyName the name of the property. 
    308308         * @param propertyValue the value of the property.  NOTE: At this time the only supported 
     
    321321         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    322322         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    323          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/SetSessionProperty">Set Session Property Documentation</a> 
    324          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/GetSessionProperty">Get Session Property Documentation</a> 
    325          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/RemoveSessionProperty">Remove Session Property Documentation</a> 
     323         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 
     324         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 
     325         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 
    326326         * @param strPropertyName the name of the property to get. 
    327327         * @return Object the returned object will be either a string or java.util.Map or 
     
    338338         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    339339         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    340          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/SetSessionProperty">Set Session Property Documentation</a> 
    341          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/GetSessionProperty">Get Session Property Documentation</a> 
    342          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/RemoveSessionProperty">Remove Session Property Documentation</a> 
     340         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 
     341         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 
     342         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 
    343343         */ 
    344344        public void removeAllProperties() throws AuthSessionException; 
     
    349349         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc#Samples">General Sample Code</a> 
    350350         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc">General Developer Documentation</a> 
    351          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/SetSessionProperty">Set Session Property Documentation</a> 
    352          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/GetSessionProperty">Get Session Property Documentation</a> 
    353          * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/RemoveSessionProperty">Remove Session Property Documentation</a> 
     351         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 
     352         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 
     353         * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 
    354354         * @return Map 
    355355         */