Uses of Class
io.goobi.viewer.model.security.authentication.AuthenticationProviderException
-
Uses of AuthenticationProviderException in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionUserBean.login()
Login action method for local accounts.UserBean.login
(IAuthenticationProvider provider) login.UserBean.logout()
Logout action method.void
UserBean.logoutWithMessage
(String messageKey) logoutWithMessage. -
Uses of AuthenticationProviderException in io.goobi.viewer.model.security.authentication
Modifier and TypeMethodDescriptionLoginResult.getUser()
Getter for the fielduser
.Returns a future containing the login result upon completion.Returns a future containing the login result upon completion.Returns a future containing the login result upon completion.Returns a future containing the login result upon completion.Returns a future containing the login result upon completion.Returns a future containing the login result upon completion.Returns a future containing the login result upon completion.void
BibliothecaProvider.logout()
Logs the user outvoid
HttpHeaderProvider.logout()
void
IAuthenticationProvider.logout()
Logs the user outvoid
LitteraProvider.logout()
Logs the user outvoid
LocalAuthenticationProvider.logout()
Logs the user outvoid
OpenIdProvider.logout()
Logs the user outvoid
VuFindProvider.logout()
Logs the user outvoid
XServiceProvider.logout()
Logs the user outModifierConstructorDescriptionLoginResult
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationProviderException exception) Constructor for LoginResult.LoginResult
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationProviderException exception, long delay) Constructor for LoginResult.