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 TypeMethodDescriptionvoid
Projekt.addAuthentificatorConfig
(ProjectAuthenticatorConfig authenticatorConfig) void
Projekt.removeAuthentificatorConfig
(ProjectAuthenticatorConfig authenticatorConfigs) Method parameters in de.xima.fc.entities with type arguments of type ProjectAuthenticatorConfigModifier and TypeMethodDescriptionvoid
Projekt.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 String
URLHelper.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 TypeMethodDescriptionvoid
ProjectAccessBean.setAvailableFixAuthConfigs
(List<ProjectAuthenticatorConfig> availableFixAuthConfigs) void
ProjectAccessBean.setAvailableMovableAuthConfigs
(List<ProjectAuthenticatorConfig> availableMovableAuthConfigs) void
ProjectAccessBean.setSelectedFixAuthConfigs
(List<ProjectAuthenticatorConfig> selectedFixAuthConfigs) void
ProjectAccessBean.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 TypeMethodDescriptionvoid
AuthenticationData.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 ProjectAuthenticatorConfig
EntityDummyFactory.dummyProjectAuthenticatorConfig
(Projekt project, IAuthenticator<?> auth) static ProjectAuthenticatorConfig
EntityDummyFactory.dummyProjectAuthenticatorConfig
(Projekt project, IClientDescriptor client) static ProjectAuthenticatorConfig
EntityDummyFactory.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 void
FormResponder.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 void
FormResponder.authenticationSelection
(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, Collection<ProjectAuthenticatorConfig> authConfigs) Deprecated.
URLHelper.getAuthLoginURL(IFormAuthContext, IClientDescriptor, boolean)
instead.