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
Methods in de.xima.fc.mdl.enums that return ELoginStateModifier and TypeMethodDescriptionstatic ELoginState
Returns 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 ELoginState
LoginAttemptHelper.checkLoginAttempts
(UserProfile profile) static ELoginState
LoginAttemptHelper.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.