Uses of Class
com.erudika.para.core.User
-
Packages that use User Package Description com.erudika.para.core Core domain classes for modeling the Para domain space. -
-
Uses of User in com.erudika.para.core
Methods in com.erudika.para.core that return User Modifier and Type Method Description static UserUser. readUserForIdentifier(User u)Returns a user object for a given identifier.Methods in com.erudika.para.core with parameters of type User Modifier and Type Method Description static booleanUser. passwordMatches(User u)Checks if a user has entered the correct password.booleanApp. permissionsContainOwnKeyword(User user, ParaObject object)Check if the permissions map contains "OWN" keyword, which restricts access to objects to their creators.static UserUser. readUserForIdentifier(User u)Returns a user object for a given identifier.
-