Package org.vrspace.server.api
Class ClientControllerBase
java.lang.Object
org.vrspace.server.api.ApiBase
org.vrspace.server.api.ClientControllerBase
- Direct Known Subclasses:
Data
,Groups
,SharedContent
,Users
,WebPush
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Client
findClient
(jakarta.servlet.http.HttpSession session) protected Client
findClient
(jakarta.servlet.http.HttpSession session, VRObjectRepository db) protected Client
getAuthorisedClient
(jakarta.servlet.http.HttpSession session) protected Client
getAuthorisedClient
(jakarta.servlet.http.HttpSession session, VRObjectRepository db) protected boolean
isAuthenticated
(jakarta.servlet.http.HttpSession session) Methods inherited from class org.vrspace.server.api.ApiBase
currentUserName, isAuthenticated
-
Constructor Details
-
ClientControllerBase
public ClientControllerBase()
-
-
Method Details
-
findClient
-
findClient
-
isAuthenticated
protected boolean isAuthenticated(jakarta.servlet.http.HttpSession session) -
getAuthorisedClient
-
getAuthorisedClient
protected Client getAuthorisedClient(jakarta.servlet.http.HttpSession session, VRObjectRepository db)
-