Uses of Enum
de.xima.fc.mdl.enums.ELoginState
Packages that use ELoginState
Package
Description
Commonly used enumeration that are mainly used in model classes.
-
Uses of ELoginState in de.xima.fc.mdl.enums
Subclasses with type arguments of type ELoginState in de.xima.fc.mdl.enumsModifier and TypeClassDescriptionenumEnum representing the state of user credentials logins.Methods in de.xima.fc.mdl.enums that return ELoginStateModifier and TypeMethodDescriptionstatic ELoginStateReturns the enum constant of this type with the specified name.static ELoginState[]ELoginState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ELoginState in de.xima.fc.security.cache
Methods in de.xima.fc.security.cache that return ELoginStateModifier and TypeMethodDescriptionstatic ELoginStateLoginAttemptHelper.checkLoginAttempts(UserProfile profile) static ELoginStateLoginAttemptHelper.checkLoginAttempts(String loginId) -
Uses of ELoginState in de.xima.fc.web
Methods in de.xima.fc.web with parameters of type ELoginStateModifier and TypeMethodDescriptionLoginAttemptHelper.ELoginStatus.of(ELoginState state) Deprecated.