| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.controller.authenticate |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictedAuthenticator.recordLoginAgainstUserAccount(UserAccount userAccount,
LoginStatusBean.AuthenticationSource authSource) |
void |
BasicAuthenticator.recordLoginAgainstUserAccount(UserAccount userAccount,
LoginStatusBean.AuthenticationSource authSource) |
abstract void |
Authenticator.recordLoginAgainstUserAccount(UserAccount userAccount,
LoginStatusBean.AuthenticationSource authSource)
Record that the user has logged in, with all of the housekeeping that
goes with it:
- update the user record
- set login status and timeout limit in the session
- refresh the Identifiers on the request
- record the user in the session map
- notify other users of the model
|
Copyright © 2022. All rights reserved.