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)
static LoginAttemptHelper.ELoginStatus
LoginAttemptHelper.ELoginStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoginAttemptHelper.ELoginStatus[]
LoginAttemptHelper.ELoginStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-