| Package | Description |
|---|---|
| edu.cornell.mannlib.vedit.beans | |
| edu.cornell.mannlib.vitro.webapp.controller.authenticate |
| Modifier and Type | Method and Description |
|---|---|
LoginStatusBean.AuthenticationSource |
LoginStatusBean.getAuthenticationSource() |
static LoginStatusBean.AuthenticationSource |
LoginStatusBean.AuthenticationSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginStatusBean.AuthenticationSource[] |
LoginStatusBean.AuthenticationSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LoginStatusBean(String userURI,
LoginStatusBean.AuthenticationSource authenticationSource) |
| 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.