|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use BbSecurityException | |
| blackboard.platform.security.authentication | Provides the public implementation classes for creating custom authentication modules for Learning System. |
| Uses of BbSecurityException in blackboard.platform.security.authentication |
| Methods in blackboard.platform.security.authentication that throw BbSecurityException | |
void |
SessionStub.associateSessionWithUser(java.lang.String userName)
associateSessionWithUser If the userId is associated with a valid user record in the database, then the current session should be associated with that user record, in the database. |
void |
SessionStub.updateLastLoginTime(java.lang.String userName)
updateUserLastLoginTime Updates the appropriate user's record in the database; enables the application to track login times for each user. |
void |
SessionStub.disassociateCurrentSessionAndUser()
If the userId is associated with a valid user record in the database, then the current session should be associated with that user record, in the database. |
static boolean |
RDBMSAuthUtil.sessionCookiePersisted(java.lang.String md5SessionId)
|
boolean |
HttpAuthModule.isAuthenticated(javax.servlet.http.HttpServletRequest request)
Deprecated. This method is no longer called. |
java.lang.String |
HttpAuthModule.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the actual, implementation-specific work of authentication. |
void |
HttpAuthModule.doLogout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the actual, implementation-specific work of invalidating the user's authentication status. |
void |
HttpAuthModule.requestAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Send the client an authentication request. |
boolean |
BaseAuthenticationModule.isAuthenticated(javax.servlet.http.HttpServletRequest request)
Deprecated. |
java.lang.String |
BaseAuthenticationModule.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the work of authentication. |
protected java.lang.String |
BaseAuthenticationModule.doAuthenticate(java.util.Hashtable authenticateParams,
SessionStub sessionStub,
boolean useChallenge)
Implementation specific version of doAuthenticate which does additional checking before calling authenticate. |
void |
BaseAuthenticationModule.requestAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Implementation method. |
protected void |
BaseAuthenticationModule.assertRequestAuthenticate()
Wrapper for any assertions that should be made before authentication request. |
void |
BaseAuthenticationModule.doLogout(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Implementation method. |
protected java.lang.String |
BaseAuthenticationModule.authenticate(java.lang.String userName,
java.lang.String userToken,
SessionStub sessionStub,
boolean useChallenge)
Method to support native authentication. |
| Constructors in blackboard.platform.security.authentication that throw BbSecurityException | |
SessionStub(javax.servlet.http.HttpServletRequest request)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||