Uses of Class
de.xima.fc.gui.model.auth.AuthenticatorConfigViewModel
Packages that use AuthenticatorConfigViewModel
Package
Description
-
Uses of AuthenticatorConfigViewModel in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal with parameters of type AuthenticatorConfigViewModelModifier and TypeMethodDescriptionvoidUserPortalConfigBean.onEditAuthClicked(AuthenticatorConfigViewModel config) Called when the user clicks the "Edit" button for a login server configuration. -
Uses of AuthenticatorConfigViewModel in de.xima.fc.gui.model.auth
Methods in de.xima.fc.gui.model.auth that return AuthenticatorConfigViewModelMethods in de.xima.fc.gui.model.auth that return types with arguments of type AuthenticatorConfigViewModelModifier and TypeMethodDescriptionLoginConfigViewModel.getAllAuthenticators()LoginConfigViewModel.getInputAuthenticators()LoginConfigViewModel.getRedirectAuthenticators()Methods in de.xima.fc.gui.model.auth with parameters of type AuthenticatorConfigViewModelModifier and TypeMethodDescriptionLoginConfigViewModel.getSelectedAuthConfigLocalizations(AuthenticatorConfigViewModel authConfig, Locale locale) Method parameters in de.xima.fc.gui.model.auth with type arguments of type AuthenticatorConfigViewModelModifier and TypeMethodDescriptionvoidLoginConfigViewModel.setInputAuthenticators(List<AuthenticatorConfigViewModel> inputAuthenticators) voidLoginConfigViewModel.setRedirectAuthenticators(List<AuthenticatorConfigViewModel> redirectAuthenticators) -
Uses of AuthenticatorConfigViewModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return AuthenticatorConfigViewModelModifier and TypeMethodDescriptionUserPortalViewModel.getSelectedAuthenticatorConfig()Gets the configuration of the currently selected authenticator config, if any.