Uses of Class
com.flowable.idm.dto.CurrentUserResponse
-
Uses of CurrentUserResponse in com.flowable.idm.dto
Methods in com.flowable.idm.dto that return CurrentUserResponse Modifier and Type Method Description CurrentUserResponse
CurrentUserProvider. getCurrentUser(java.security.Principal principal)
Methods in com.flowable.idm.dto with parameters of type CurrentUserResponse Modifier and Type Method Description void
CurrentUserEnhancer. enhanceCurrentUser(CurrentUserResponse currentUserResponse)
-
Uses of CurrentUserResponse in com.flowable.idm.rest.service.api
Methods in com.flowable.idm.rest.service.api that return CurrentUserResponse Modifier and Type Method Description CurrentUserResponse
IdmRestResponseFactory. createCurrentUserResponse(PlatformUser user, java.util.Set<java.lang.String> currentUserGroups)
-
Uses of CurrentUserResponse in com.flowable.idm.rest.service.api.user
Methods in com.flowable.idm.rest.service.api.user that return CurrentUserResponse Modifier and Type Method Description protected CurrentUserResponse
UserResourceService. getCurrentUser(java.lang.String userId)
CurrentUserResponse
UserResourceService. getCurrentUser(java.security.Principal principal)
-
Uses of CurrentUserResponse in com.flowable.idm.rest.service.api.user.current
Methods in com.flowable.idm.rest.service.api.user.current that return types with arguments of type CurrentUserResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<CurrentUserResponse>
CurrentUserResource. get(java.security.Principal principal)
-
Uses of CurrentUserResponse in com.flowable.idm.rest.service.api.userdefinition
Methods in com.flowable.idm.rest.service.api.userdefinition with parameters of type CurrentUserResponse Modifier and Type Method Description void
CurrentUserUserDefinitionEnhancer. enhanceCurrentUser(CurrentUserResponse currentUserResponse)