Changeset 2515
- Timestamp:
- 10/10/08 11:12:32 (3 months ago)
- Location:
- branches/otis-1.0/src/org/bandit/otis/api
- Files:
-
- 2 modified
-
IAuthMethod.java (modified) (1 diff)
-
IAuthSession.java (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/otis-1.0/src/org/bandit/otis/api/IAuthMethod.java
r2514 r2515 68 68 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 69 69 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 70 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ ReauthenticateUser">Reauthenticate User Documentation</a>70 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Authenticate/ReauthenticateUser">Reauthenticate User Documentation</a> 71 71 */ 72 72 public void reauthenticate() throws AuthSessionException; -
branches/otis-1.0/src/org/bandit/otis/api/IAuthSession.java
r2514 r2515 105 105 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 106 106 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 107 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Authenticate User">Authenticate User Documentation</a>107 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Authenticate/AuthenticateUser">Authenticate User Documentation</a> 108 108 */ 109 109 public void authenticate( … … 125 125 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 126 126 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 127 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Authenticate User">Authenticate User Documentation</a>128 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ ReauthenticateUser">Reauthenticate User Documentation</a>127 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Authenticate/AuthenticateUser">Authenticate User Documentation</a> 128 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Authenticate/ReauthenticateUser">Reauthenticate User Documentation</a> 129 129 */ 130 130 public void reauthenticate() throws AuthSessionException; … … 145 145 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 146 146 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 147 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ GetActiveRoles">Active Roles Documentation</a>148 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ IsInRole">IsInRole Documentation</a>147 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Roles/GetActiveRoles">Active Roles Documentation</a> 148 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Roles/IsInRole">IsInRole Documentation</a> 149 149 * @param roleId Identifier of role we wish to query. 150 150 * @return … … 165 165 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 166 166 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 167 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ GetAssumableRoles">Get Assumable Roles Documentation</a>167 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Roles/GetAssumableRoles">Get Assumable Roles Documentation</a> 168 168 * 169 169 * @return Immutable Iterator of {@link org.bandit.otis.api.IRole IRole} objects … … 178 178 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 179 179 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 180 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ GetActiveRoles">Get Active Roles Documentation</a>180 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Roles/GetActiveRoles">Get Active Roles Documentation</a> 181 181 * 182 182 * @return Immutable Iterator of {@link org.bandit.otis.api.IRole IRole} objects … … 196 196 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 197 197 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 198 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/R eleaseRole">Release Active Role Documentation</a>198 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Roles/ReleaseRole">Release Active Role Documentation</a> 199 199 * 200 200 * @param roleId to release, it will no longer appear in the list of active roles. … … 238 238 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 239 239 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 240 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ ActivateRole">Activate Role Documentation</a>240 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Roles/ActivateRole">Activate Role Documentation</a> 241 241 * 242 242 * @param roleId … … 278 278 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 279 279 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 280 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ LogAuditRecord">Log Audit Record Documentation</a>280 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Audit/LogAuditRecord">Log Audit Record Documentation</a> 281 281 * @return AuditRecord 282 282 */ … … 291 291 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 292 292 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 293 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ LogAuditRecord">Log Audit Record Documentation</a>293 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Audit/LogAuditRecord">Log Audit Record Documentation</a> 294 294 * @param auditRecord the audit record to be logged. 295 295 */ … … 302 302 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 303 303 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 304 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Se tSessionProperty">Set Session Property Documentation</a>305 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ GetSessionProperty">Get Session Property Documentation</a>306 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ RemoveSessionProperty">Remove Session Property Documentation</a>304 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 305 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 306 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 307 307 * @param strPropertyName the name of the property. 308 308 * @param propertyValue the value of the property. NOTE: At this time the only supported … … 321 321 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 322 322 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 323 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Se tSessionProperty">Set Session Property Documentation</a>324 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ GetSessionProperty">Get Session Property Documentation</a>325 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ RemoveSessionProperty">Remove Session Property Documentation</a>323 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 324 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 325 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 326 326 * @param strPropertyName the name of the property to get. 327 327 * @return Object the returned object will be either a string or java.util.Map or … … 338 338 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 339 339 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 340 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Se tSessionProperty">Set Session Property Documentation</a>341 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ GetSessionProperty">Get Session Property Documentation</a>342 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ RemoveSessionProperty">Remove Session Property Documentation</a>340 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 341 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 342 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 343 343 */ 344 344 public void removeAllProperties() throws AuthSessionException; … … 349 349 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc#Samples">General Sample Code</a> 350 350 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc">General Developer Documentation</a> 351 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Se tSessionProperty">Set Session Property Documentation</a>352 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ GetSessionProperty">Get Session Property Documentation</a>353 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/ RemoveSessionProperty">Remove Session Property Documentation</a>351 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/SetSessionProperty">Set Session Property Documentation</a> 352 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/GetSessionProperty">Get Session Property Documentation</a> 353 * @see <a href="http://code.bandit-project.org/trac/wiki/OTIS/1.0.0/Doc/Task/Session/RemoveSessionProperty">Remove Session Property Documentation</a> 354 354 * @return Map 355 355 */