Uses of Class
org.flowable.rest.service.api.identity.UserInfoResponse
Packages that use UserInfoResponse
-
Uses of UserInfoResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return UserInfoResponseModifier and TypeMethodDescriptionRestResponseFactory.createUserInfoResponse
(String key, String value, String userId) RestResponseFactory.createUserInfoResponse
(String key, String value, String userId, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type UserInfoResponseModifier and TypeMethodDescriptionRestResponseFactory.createUserInfoKeysResponse
(List<String> keys, String userId) -
Uses of UserInfoResponse in org.flowable.rest.service.api.identity
Methods in org.flowable.rest.service.api.identity that return UserInfoResponseModifier and TypeMethodDescriptionUserInfoResource.getUserInfo
(String userId, String key) UserInfoCollectionResource.setUserInfo
(String userId, UserInfoRequest userRequest) UserInfoResource.setUserInfo
(String userId, String key, UserInfoRequest userRequest) Methods in org.flowable.rest.service.api.identity that return types with arguments of type UserInfoResponse