Uses of Class
de.xima.fc.mdl.enums.ELoginState
-
Packages that use ELoginState Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.security.cache de.xima.fc.web -
-
Uses of ELoginState in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return ELoginState Modifier and Type Method Description static ELoginState
ELoginState. valueOf(String name)
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 ELoginState Modifier and Type Method Description static 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 ELoginState Modifier and Type Method Description static LoginAttemptHelper.ELoginStatus
LoginAttemptHelper.ELoginStatus. of(ELoginState state)
Deprecated.
-