Uses of Class
de.xima.fc.entities.ProjectAuthenticatorConfig
Packages that use ProjectAuthenticatorConfig
Package
Description
Package für Datenbankentitäten
-
Uses of ProjectAuthenticatorConfig in de.xima.fc.converter.project
Methods in de.xima.fc.converter.project that return types with arguments of type ProjectAuthenticatorConfig -
Uses of ProjectAuthenticatorConfig in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type ProjectAuthenticatorConfigMethods in de.xima.fc.entities with parameters of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionvoidProjekt.addAuthentificatorConfig(ProjectAuthenticatorConfig authenticatorConfig) voidProjekt.removeAuthentificatorConfig(ProjectAuthenticatorConfig authenticatorConfigs) Method parameters in de.xima.fc.entities with type arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionvoidProjekt.setAuthenticatorConfigs(List<ProjectAuthenticatorConfig> authenticatorConfigs) -
Uses of ProjectAuthenticatorConfig in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionstatic StringURLHelper.getAuthLoginURL(IFormAuthContext authCtx, ProjectAuthenticatorConfig config, boolean asRedirect) Deprecated. -
Uses of ProjectAuthenticatorConfig in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project that return types with arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionProjectAccessBean.getAvailableFixAuthConfigs()ProjectAccessBean.getAvailableMovableAuthConfigs()ProjectAccessBean.getSelectedFixAuthConfigs()ProjectAccessBean.getSelectedMovableAuthConfigs()Methods in de.xima.fc.gui.bean.project with parameters of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionProjectAccessBean.getDisplayName(ProjectAuthenticatorConfig authConfig) Method parameters in de.xima.fc.gui.bean.project with type arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionvoidProjectAccessBean.setAvailableFixAuthConfigs(List<ProjectAuthenticatorConfig> availableFixAuthConfigs) voidProjectAccessBean.setAvailableMovableAuthConfigs(List<ProjectAuthenticatorConfig> availableMovableAuthConfigs) voidProjectAccessBean.setSelectedFixAuthConfigs(List<ProjectAuthenticatorConfig> selectedFixAuthConfigs) voidProjectAccessBean.setSelectedMovableAuthConfigs(List<ProjectAuthenticatorConfig> selectedMovableAuthConfigs) -
Uses of ProjectAuthenticatorConfig in de.xima.fc.interfaces.auth
Methods in de.xima.fc.interfaces.auth that return types with arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionIFormAuthContext.getProjectAuthConfig()Deprecated.USeIFormAuthContext.getAuthConfigOptions()instead -
Uses of ProjectAuthenticatorConfig in de.xima.fc.mdl.auth
Methods in de.xima.fc.mdl.auth that return types with arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionAuthenticationData.getProjectAuthConfigs()Deprecated.UseAuthenticationData.getAuthenticatorConfigs()insteadMethod parameters in de.xima.fc.mdl.auth with type arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionvoidAuthenticationData.setProjectAuthConfigs(LinkedHashMap<String, ProjectAuthenticatorConfig> projectAuthConfigs) Deprecated.UseAuthenticationData.setAuthenticatorConfigs(List)instead -
Uses of ProjectAuthenticatorConfig in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ProjectAuthenticatorConfigModifier and TypeMethodDescriptionstatic ProjectAuthenticatorConfigEntityDummyFactory.dummyProjectAuthenticatorConfig(Projekt project, IAuthenticator<?> auth) static ProjectAuthenticatorConfigEntityDummyFactory.dummyProjectAuthenticatorConfig(Projekt project, IClientDescriptor client) static ProjectAuthenticatorConfigEntityDummyFactory.dummyProjectAuthenticatorConfig(Projekt project, EAuthClientType clientType) -
Uses of ProjectAuthenticatorConfig in de.xima.fc.web.common.auth
Methods in de.xima.fc.web.common.auth that return types with arguments of type ProjectAuthenticatorConfig -
Uses of ProjectAuthenticatorConfig in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionstatic voidFormResponder.authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, ProjectAuthenticatorConfig... authConfig) Deprecated.Method parameters in de.xima.fc.web.common.respond with type arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionstatic voidFormResponder.authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, Collection<ProjectAuthenticatorConfig> authConfigs) Deprecated.
URLHelper.getAuthLoginURL(IFormAuthContext, IClientDescriptor, boolean)instead.