Uses of Class
de.xima.fc.mdl.enums.EAuthRedirectTarget
-
Packages that use EAuthRedirectTarget Package Description de.xima.fc Konstanten-Klassen, Interfaces und Helper-Klassende.xima.fc.gui.common.bean.security de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.authentication.model.properties de.xima.fc.security.interfaces.config -
-
Uses of EAuthRedirectTarget in de.xima.fc
Fields in de.xima.fc declared as EAuthRedirectTarget Modifier and Type Field Description static EAuthRedirectTargetCmnConst.SystemProperty.Defaults. BACKEND_LOGIN_CONFIG_GLOBAL_REDIRECT_TARGET -
Uses of EAuthRedirectTarget in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security that return EAuthRedirectTarget Modifier and Type Method Description EAuthRedirectTargetIdentityProviderBean. getRedirectTarget(IClientDescriptor descriptor) -
Uses of EAuthRedirectTarget in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EAuthRedirectTarget Modifier and Type Method Description static EAuthRedirectTargetEAuthRedirectTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static EAuthRedirectTarget[]EAuthRedirectTarget. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EAuthRedirectTarget in de.xima.fc.security.authentication.model.properties
Methods in de.xima.fc.security.authentication.model.properties that return EAuthRedirectTarget Modifier and Type Method Description EAuthRedirectTargetCommonRedirectAuthenticatorProperties. getRedirectTarget()Methods in de.xima.fc.security.authentication.model.properties with parameters of type EAuthRedirectTarget Modifier and Type Method Description voidCommonRedirectAuthenticatorProperties. setRedirectTarget(EAuthRedirectTarget redirectTarget) -
Uses of EAuthRedirectTarget in de.xima.fc.security.interfaces.config
Methods in de.xima.fc.security.interfaces.config that return EAuthRedirectTarget Modifier and Type Method Description EAuthRedirectTargetIBaseLoginPageConfig. getRedirectTarget(IClientDescriptor client)
-