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 void
UserPortalConfigBean. 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 UserPortalAuthenticatorViewModel
UserPortalLoginConfigViewModel. getAuthenticator(Serializable id)
UserPortalAuthenticatorViewModel
UserPortalViewModel. 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 String
UserPortalLoginConfigViewModel. 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 void
UserPortalLoginConfigViewModel. setInputAuthenticators(List<UserPortalAuthenticatorViewModel> inputAuthenticators)
void
UserPortalLoginConfigViewModel. setRedirectAuthenticators(List<UserPortalAuthenticatorViewModel> redirectAuthenticators)
-