Uses of Class
io.goobi.viewer.model.security.authentication.AuthenticationProviderException
Packages that use AuthenticationProviderException
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Provides authentication provider implementations for the Goobi viewer, supporting
local credentials as well as external systems such as OpenID Connect, VuFind,
Bibliotheca, Littera, and HTTP-header-based single sign-on.
-
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 out.voidHttpHeaderProvider.logout()Logs the user out.voidIAuthenticationProvider.logout()Logs the user out.voidLitteraProvider.logout()Logs the user out.voidLocalAuthenticationProvider.logout()Logs the user out.voidOpenIdProvider.logout()Logs the user out.voidVuFindProvider.logout()Logs the user out.voidXServiceProvider.logout()Logs the user out.Constructors in io.goobi.viewer.model.security.authentication with parameters of type AuthenticationProviderExceptionModifierConstructorDescriptionLoginResult(HttpServletRequest request, HttpServletResponse response, AuthenticationProviderException exception) Creates a new LoginResult instance.LoginResult(HttpServletRequest request, HttpServletResponse response, AuthenticationProviderException exception, long delay) Creates a new LoginResult instance.