| Methods in blackboard.platform.security.authentication with parameters of type SessionStub |
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. |
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. |