Class BaseUserResource
- java.lang.Object
-
- org.flowable.rest.service.api.identity.BaseUserResource
-
- Direct Known Subclasses:
UserInfoCollectionResource,UserInfoResource,UserPictureResource,UserResource
public class BaseUserResource extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected IdentityServiceidentityServiceprotected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactory
-
Constructor Summary
Constructors Constructor Description BaseUserResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.flowable.idm.api.UsergetUserFromRequest(String userId)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
identityService
@Autowired protected IdentityService identityService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getUserFromRequest
protected org.flowable.idm.api.User getUserFromRequest(String userId)
-
-