Uses of Class
de.xima.fc.gui.model.portal.UserPortalAuthenticatorViewModel
-
Packages that use UserPortalAuthenticatorViewModel Package Description de.xima.fc.gui.bean.portal de.xima.fc.gui.model.portal -
-
Uses of UserPortalAuthenticatorViewModel in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal with parameters of type UserPortalAuthenticatorViewModel Modifier and Type Method Description voidUserPortalConfigBean. onEditAuthClicked(UserPortalAuthenticatorViewModel config)Called when the user clicks the "Edit" button for a login server configuration. -
Uses of UserPortalAuthenticatorViewModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return UserPortalAuthenticatorViewModel Modifier and Type Method Description UserPortalAuthenticatorViewModelUserPortalLoginConfigViewModel. getAuthenticator(Serializable id)UserPortalAuthenticatorViewModelUserPortalViewModel. getSelectedAuthenticatorConfig()Gets the configuration of the currently selected authenticator config, if any.Methods in de.xima.fc.gui.model.portal that return types with arguments of type UserPortalAuthenticatorViewModel Modifier and Type Method Description List<UserPortalAuthenticatorViewModel>UserPortalLoginConfigViewModel. getAllAuthenticators()List<UserPortalAuthenticatorViewModel>UserPortalLoginConfigViewModel. getInputAuthenticators()List<UserPortalAuthenticatorViewModel>UserPortalLoginConfigViewModel. getRedirectAuthenticators()Methods in de.xima.fc.gui.model.portal with parameters of type UserPortalAuthenticatorViewModel Modifier and Type Method Description StringUserPortalLoginConfigViewModel. getSelectedAuthConfigLocalizations(UserPortalAuthenticatorViewModel authConfig, Locale locale)Method parameters in de.xima.fc.gui.model.portal with type arguments of type UserPortalAuthenticatorViewModel Modifier and Type Method Description voidUserPortalLoginConfigViewModel. setInputAuthenticators(List<UserPortalAuthenticatorViewModel> inputAuthenticators)voidUserPortalLoginConfigViewModel. setRedirectAuthenticators(List<UserPortalAuthenticatorViewModel> redirectAuthenticators)
-