Uses of Class
de.xima.fc.web.LoginAttemptHelper.ELoginStatus
-
Packages that use LoginAttemptHelper.ELoginStatus Package Description de.xima.fc.web -
-
Uses of LoginAttemptHelper.ELoginStatus in de.xima.fc.web
Methods in de.xima.fc.web that return LoginAttemptHelper.ELoginStatus Modifier and Type Method Description static LoginAttemptHelper.ELoginStatus
LoginAttemptHelper. checkLoginAttempts(String login, Long mandantID)
Deprecated.UseLoginAttemptHelper.checkLoginAttempts(String)
instead.static LoginAttemptHelper.ELoginStatus
LoginAttemptHelper.ELoginStatus. of(ELoginState state)
Deprecated.static LoginAttemptHelper.ELoginStatus
LoginAttemptHelper.ELoginStatus. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static LoginAttemptHelper.ELoginStatus[]
LoginAttemptHelper.ELoginStatus. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-