Uses of Class
eu.webtoolkit.jwt.auth.User.Status
Package | Description |
---|---|
eu.webtoolkit.jwt.auth | |
eu.webtoolkit.jwt.auth.jpa |
-
Uses of User.Status in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return User.Status Modifier and Type Method Description User.Status
AbstractUserDatabase. getStatus(User user)
Returns the status for a user.User.Status
User. getStatus()
Returns the account status.static User.Status
User.Status. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static User.Status[]
User.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.webtoolkit.jwt.auth with parameters of type User.Status Modifier and Type Method Description void
AbstractUserDatabase. setStatus(User user, User.Status status)
Sets the user status.void
User. setStatus(User.Status status)
Sets the account status. -
Uses of User.Status in eu.webtoolkit.jwt.auth.jpa
Methods in eu.webtoolkit.jwt.auth.jpa that return User.Status Modifier and Type Method Description User.Status
AuthInfo. getStatus()
Returns the status.User.Status
UserDatabase. getStatus(User user)
Methods in eu.webtoolkit.jwt.auth.jpa with parameters of type User.Status Modifier and Type Method Description void
AuthInfo. setStatus(User.Status status)
Sets the status.