Uses of Class
io.goobi.viewer.model.security.authentication.AuthenticationProviderException
Packages that use AuthenticationProviderException
-
Uses of AuthenticationProviderException in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that throw AuthenticationProviderExceptionModifier and TypeMethodDescriptionUserBean.login()Login action method for local accounts.UserBean.login(IAuthenticationProvider provider) login.UserBean.logout()Logout action method.voidUserBean.logoutWithMessage(String messageKey) logoutWithMessage. -
Uses of AuthenticationProviderException in io.goobi.viewer.model.security.authentication
Methods in io.goobi.viewer.model.security.authentication that throw AuthenticationProviderExceptionModifier 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.Returns a future containing the login result upon completion.voidBibliothecaProvider.logout()Logs the user outvoidHttpHeaderProvider.logout()Logs the user outvoidIAuthenticationProvider.logout()Logs the user outvoidLitteraProvider.logout()Logs the user outvoidLocalAuthenticationProvider.logout()Logs the user outvoidOpenIdProvider.logout()Logs the user outvoidVuFindProvider.logout()Logs the user outvoidXServiceProvider.logout()Logs the user outConstructors in io.goobi.viewer.model.security.authentication with parameters of type AuthenticationProviderExceptionModifierConstructorDescriptionLoginResult(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationProviderException exception) Constructor for LoginResult.LoginResult(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthenticationProviderException exception, long delay) Constructor for LoginResult.