Package de.kosmos_lab.web.data
Interface IUser
-
- All Known Implementing Classes:
User
public interface IUser
-
-
Field Summary
Fields Modifier and Type Field Description static intLEVEL_ADMIN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanAccess(int level)booleancheckPassword(String input)intgetLevel()StringgetName()UUIDgetUUID()booleanisAdmin()org.json.JSONObjecttoJWT()
-
-
-
Field Detail
-
LEVEL_ADMIN
static final int LEVEL_ADMIN
- See Also:
- Constant Field Values
-
-