Interface UserAndProjectResolver
public interface UserAndProjectResolver
- Since:
- 3.6.0
-
Method Summary
Modifier and TypeMethodDescriptionboolean
exists
(IContextId ctxId) getContextIdForProjectId
(String projectId) getLocationForContextId
(IContextId contextId) getProjectIdForContextId
(IContextId contextId) getProjectName
(String projectId) getUserName
(String userId)
-
Method Details
-
getUserName
-
getCurrentUserId
String getCurrentUserId() -
getProjectName
-
getProjectIdForContextId
-
getLocationForContextId
-
getContextIdForProjectId
-
getVisibleProjectsForCurrentUserInContext
-
exists
-