Uses of Enum Class
at.letto.login.dto.LOGINSTATUS
Packages that use LOGINSTATUS
-
Uses of LOGINSTATUS in at.letto.login.dto
Fields in at.letto.login.dto declared as LOGINSTATUSModifier and TypeFieldDescriptionprivate LOGINSTATUS
TokenLoginResult.loginStatus
Ergebnis des Login-Vorgangsprivate LOGINSTATUS
TokenValidationResult.loginStatus
Ergebnis des Validierungs-VorgangsMethods in at.letto.login.dto that return LOGINSTATUSModifier and TypeMethodDescriptionstatic LOGINSTATUS
Returns the enum constant of this class with the specified name.static LOGINSTATUS[]
LOGINSTATUS.values()
Returns an array containing the constants of this enum class, in the order they are declared.