| Package | Description |
|---|---|
| de.xima.fc.converter.project | |
| de.xima.fc.entities |
Package für Datenbankentitäten
|
| de.xima.fc.form.helper | |
| de.xima.fc.gui.bean.project | |
| de.xima.fc.interfaces.auth | |
| de.xima.fc.mdl.auth | |
| de.xima.fc.web.common.auth | |
| de.xima.fc.web.common.respond |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectAuthenticatorConfig> |
Projekt.getAuthenticatorConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Projekt.addAuthentificatorConfig(ProjectAuthenticatorConfig authenticatorConfig) |
void |
Projekt.removeAuthentificatorConfig(ProjectAuthenticatorConfig authenticatorConfigs) |
| Modifier and Type | Method and Description |
|---|---|
void |
Projekt.setAuthenticatorConfigs(List<ProjectAuthenticatorConfig> authenticatorConfigs) |
| Modifier and Type | Method and Description |
|---|---|
static String |
URLHelper.getAuthLoginURL(IFormAuthContext authCtx,
ProjectAuthenticatorConfig config,
boolean asRedirect) |
static String |
URLHelper.getAuthLoginURL(ProjectAuthenticatorConfig config,
FRQSession session) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectAuthenticatorConfig> |
ProjectAccessBean.getAvailableFixAuthConfigs() |
List<ProjectAuthenticatorConfig> |
ProjectAccessBean.getAvailableMovableAuthConfigs() |
List<ProjectAuthenticatorConfig> |
ProjectAccessBean.getSelectedFixAuthConfigs() |
List<ProjectAuthenticatorConfig> |
ProjectAccessBean.getSelectedMovableAuthConfigs() |
| Modifier and Type | Method and Description |
|---|---|
String |
ProjectAccessBean.getDisplayName(ProjectAuthenticatorConfig authConfig) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProjectAuthenticatorConfig> |
IFormAuthContext.getProjectAuthConfig()
Get the
Map of project specific authenticator configurations. |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,ProjectAuthenticatorConfig> |
AuthenticationData.getProjectAuthConfigs() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationData.setProjectAuthConfigs(LinkedHashMap<String,ProjectAuthenticatorConfig> projectAuthConfigs) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<String,ProjectAuthenticatorConfig> |
FormAuthContext.getProjectAuthConfig() |
| Modifier and Type | Method and Description |
|---|---|
static void |
FormResponder.authenticationSelection(IExtendedFormRequestContext requestCtx,
IFormAuthContext authCtx,
boolean xfcSessionLogin,
ProjectAuthenticatorConfig... authConfig) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FormResponder.authenticationSelection(IExtendedFormRequestContext requestCtx,
IFormAuthContext authCtx,
boolean xfcSessionLogin,
Collection<ProjectAuthenticatorConfig> authConfigs) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.