Uses of Interface
io.goobi.viewer.model.security.authentication.IAuthenticationProvider
Packages that use IAuthenticationProvider
Package
Description
-
Uses of IAuthenticationProvider in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type IAuthenticationProviderModifier and TypeMethodDescriptionConfiguration.getAuthenticationProviders()
getAuthenticationProviders. -
Uses of IAuthenticationProvider in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return IAuthenticationProviderModifier and TypeMethodDescriptionUserBean.getAuthenticationProvider()
Getter for the fieldauthenticationProvider
.UserBean.getLocalAuthenticationProvider()
getLocalAuthenticationProvider.UserBean.getXserviceAuthenticationProvider()
getXserviceAuthenticationProvider.Methods in io.goobi.viewer.managedbeans that return types with arguments of type IAuthenticationProviderModifier and TypeMethodDescriptionUserBean.getAuthenticationProviders()
Getter for the fieldauthenticationProviders
.UserBean.getProvidersOfType
(String type) getProvidersOfType.Methods in io.goobi.viewer.managedbeans with parameters of type IAuthenticationProviderModifier and TypeMethodDescriptionUserBean.login
(IAuthenticationProvider provider) login.void
UserBean.setAuthenticationProvider
(IAuthenticationProvider provider) Setter for the fieldauthenticationProvider
. -
Uses of IAuthenticationProvider in io.goobi.viewer.model.security.authentication
Classes in io.goobi.viewer.model.security.authentication with type parameters of type IAuthenticationProviderModifier and TypeClassDescriptionclass
AuthResponseListener<T extends IAuthenticationProvider>
Implementation ofAuthResponseListener
which keeps all providers waiting for a response in aConcurrentHashMap
Classes in io.goobi.viewer.model.security.authentication that implement IAuthenticationProviderModifier and TypeClassDescriptionclass
BibliothecaProvider class.class
Abstract HttpAuthenticationProvider class.class
class
External authentication provider for the LITTERA reader authentication api (www.littera.eu).class
An authentication provider using the local login provided by the viewer databaseclass
OpenIdProvider class.class
VuFindProvider class.class
XServiceProvider class.Methods in io.goobi.viewer.model.security.authentication that return IAuthenticationProvider