Uses of Class
ontopoly.User
-
Packages that use User Package Description ontopoly -
-
Uses of User in ontopoly
Methods in ontopoly that return User Modifier and Type Method Description User
OntopolyAccessStrategy. authenticate(String username, String password)
Attempts to authenticate a user with given name and password.User
OntopolyAccessStrategy. autoAuthenticate(javax.servlet.http.HttpServletRequest request)
Automatically authenticates a user based on a request made.protected User
OntopolySession. getUser()
Methods in ontopoly with parameters of type User Modifier and Type Method Description OntopolyAccessStrategy.Privilege
OntopolyAccessStrategy. getPrivilege(User user, FieldInstance fieldInstance)
Resolves the privilege of a user for the provided field.OntopolyAccessStrategy.Privilege
OntopolyAccessStrategy. getPrivilege(User user, Topic topic)
Resolves the privilege of a user for the provided topic.protected void
OntopolySession. setUser(User user)
-