Uses of Class
de.xima.fc.entities.ProjectAuthenticatorConfig
-
Packages that use ProjectAuthenticatorConfig Package Description de.xima.fc.converter.project de.xima.fc.entities Package für Datenbankentitätende.xima.fc.form.helper de.xima.fc.gui.bean.project de.xima.fc.interfaces.auth de.xima.fc.mdl.auth de.xima.fc.testhelper de.xima.fc.web.common.auth de.xima.fc.web.common.respond -
-
Uses of ProjectAuthenticatorConfig in de.xima.fc.converter.project
Methods in de.xima.fc.converter.project that return types with arguments of type ProjectAuthenticatorConfig Modifier and Type Method Description List<ProjectAuthenticatorConfig>
AuthConfigConversion. convert(de.xima.cmn.dao.interfaces.IEntity<Long> importedEntity, de.xima.cmn.dao.interfaces.IEntity<Long> deserializedEntity, String fcVersion, String exportVersion)
-
Uses of ProjectAuthenticatorConfig in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type ProjectAuthenticatorConfig Modifier and Type Method Description List<ProjectAuthenticatorConfig>
Projekt. getAuthenticatorConfigs()
Methods in de.xima.fc.entities with parameters of type ProjectAuthenticatorConfig Modifier and Type Method Description void
Projekt. addAuthentificatorConfig(ProjectAuthenticatorConfig authenticatorConfig)
void
Projekt. removeAuthentificatorConfig(ProjectAuthenticatorConfig authenticatorConfigs)
Method parameters in de.xima.fc.entities with type arguments of type ProjectAuthenticatorConfig Modifier and Type Method Description void
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 ProjectAuthenticatorConfig Modifier and Type Method Description static 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 ProjectAuthenticatorConfig Modifier and Type Method Description List<ProjectAuthenticatorConfig>
ProjectAccessBean. getAvailableFixAuthConfigs()
List<ProjectAuthenticatorConfig>
ProjectAccessBean. getAvailableMovableAuthConfigs()
List<ProjectAuthenticatorConfig>
ProjectAccessBean. getSelectedFixAuthConfigs()
List<ProjectAuthenticatorConfig>
ProjectAccessBean. getSelectedMovableAuthConfigs()
Methods in de.xima.fc.gui.bean.project with parameters of type ProjectAuthenticatorConfig Modifier and Type Method Description String
ProjectAccessBean. getDisplayName(ProjectAuthenticatorConfig authConfig)
Method parameters in de.xima.fc.gui.bean.project with type arguments of type ProjectAuthenticatorConfig Modifier and Type Method Description void
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 ProjectAuthenticatorConfig Modifier and Type Method Description Map<String,ProjectAuthenticatorConfig>
IFormAuthContext. 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 ProjectAuthenticatorConfig Modifier and Type Method Description LinkedHashMap<String,ProjectAuthenticatorConfig>
AuthenticationData. getProjectAuthConfigs()
Deprecated.UseAuthenticationData.getAuthenticatorConfigs()
insteadMethod parameters in de.xima.fc.mdl.auth with type arguments of type ProjectAuthenticatorConfig Modifier and Type Method Description void
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 ProjectAuthenticatorConfig Modifier and Type Method Description static ProjectAuthenticatorConfig
EntityDummyFactory. dummyProjectAuthenticatorConfig(Projekt project, IAuthenticator<?> auth)
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 Modifier and Type Method Description LinkedHashMap<String,ProjectAuthenticatorConfig>
FormAuthContext. getProjectAuthConfig()
Deprecated. -
Uses of ProjectAuthenticatorConfig in de.xima.fc.web.common.respond
Methods in de.xima.fc.web.common.respond with parameters of type ProjectAuthenticatorConfig Modifier and Type Method Description static 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 ProjectAuthenticatorConfig Modifier and Type Method Description static void
FormResponder. authenticationSelection(IExtendedFormRequestContext requestCtx, IFormAuthContext authCtx, boolean xfcSessionLogin, Collection<ProjectAuthenticatorConfig> authConfigs)
Deprecated.
-