Package | Description |
---|---|
ontopoly |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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) |