Uses of Class
de.xima.fc.gui.model.auth.AuthenticatorConfigViewModel
-
Packages that use AuthenticatorConfigViewModel Package Description de.xima.fc.gui.bean.portal de.xima.fc.gui.model.auth de.xima.fc.gui.model.portal -
-
Uses of AuthenticatorConfigViewModel in de.xima.fc.gui.bean.portal
Methods in de.xima.fc.gui.bean.portal with parameters of type AuthenticatorConfigViewModel Modifier and Type Method Description void
UserPortalConfigBean. 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 AuthenticatorConfigViewModel Modifier and Type Method Description AuthenticatorConfigViewModel
LoginConfigViewModel. getAuthenticator(Serializable id)
Methods in de.xima.fc.gui.model.auth that return types with arguments of type AuthenticatorConfigViewModel Modifier and Type Method Description List<AuthenticatorConfigViewModel>
LoginConfigViewModel. getAllAuthenticators()
List<AuthenticatorConfigViewModel>
LoginConfigViewModel. getInputAuthenticators()
List<AuthenticatorConfigViewModel>
LoginConfigViewModel. getRedirectAuthenticators()
Methods in de.xima.fc.gui.model.auth with parameters of type AuthenticatorConfigViewModel Modifier and Type Method Description String
LoginConfigViewModel. getSelectedAuthConfigLocalizations(AuthenticatorConfigViewModel authConfig, Locale locale)
Method parameters in de.xima.fc.gui.model.auth with type arguments of type AuthenticatorConfigViewModel Modifier and Type Method Description void
LoginConfigViewModel. setInputAuthenticators(List<AuthenticatorConfigViewModel> inputAuthenticators)
void
LoginConfigViewModel. setRedirectAuthenticators(List<AuthenticatorConfigViewModel> redirectAuthenticators)
-
Uses of AuthenticatorConfigViewModel in de.xima.fc.gui.model.portal
Methods in de.xima.fc.gui.model.portal that return AuthenticatorConfigViewModel Modifier and Type Method Description AuthenticatorConfigViewModel
UserPortalViewModel. getSelectedAuthenticatorConfig()
Gets the configuration of the currently selected authenticator config, if any.
-