|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BbAuthenticationFailedException | |
|---|---|
| blackboard.platform.security.authentication | Provides the public implementation classes for creating custom authentication modules for Learning System. |
| Uses of BbAuthenticationFailedException in blackboard.platform.security.authentication |
|---|
| Methods in blackboard.platform.security.authentication that throw BbAuthenticationFailedException | |
|---|---|
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. |
protected java.lang.String |
LDAPAuthModule.authenticate(java.lang.String userName,
java.lang.String password,
SessionStub sessionStub,
boolean useChallenge)
Method to support LDAP-based authentication. |
protected java.lang.String |
BaseAuthenticationModule.authenticate(java.lang.String userName,
java.lang.String userToken,
SessionStub sessionStub,
boolean useChallenge)
Method to support native authentication. |
java.lang.String |
HttpAuthModule.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the actual, implementation-specific work of authentication. |
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.Map authenticateParams,
SessionStub sessionStub,
boolean useChallenge)
Implementation specific version of doAuthenticate which does additional checking before calling authenticate. |
User |
LDAPAuthModule.getUserFromUsernamePassword(java.lang.String username,
java.lang.String password)
Returns the User object for a given username and password. |
void |
SessionStub.updateLastLoginTime(java.lang.String userName)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||