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 UserOntopolyAccessStrategy. authenticate(String username, String password)Attempts to authenticate a user with given name and password.UserOntopolyAccessStrategy. autoAuthenticate(javax.servlet.http.HttpServletRequest request)Automatically authenticates a user based on a request made.protected UserOntopolySession. getUser()Methods in ontopoly with parameters of type User Modifier and Type Method Description OntopolyAccessStrategy.PrivilegeOntopolyAccessStrategy. getPrivilege(User user, FieldInstance fieldInstance)Resolves the privilege of a user for the provided field.OntopolyAccessStrategy.PrivilegeOntopolyAccessStrategy. getPrivilege(User user, Topic topic)Resolves the privilege of a user for the provided topic.protected voidOntopolySession. setUser(User user)
-