Uses of Class
com.flowable.idm.dto.CurrentUserResponse
-
Packages that use CurrentUserResponse Package Description com.flowable.core.spring.security.oauth2 com.flowable.idm.dto -
-
Uses of CurrentUserResponse in com.flowable.core.spring.security.oauth2
Methods in com.flowable.core.spring.security.oauth2 that return CurrentUserResponse Modifier and Type Method Description CurrentUserResponse
OAuth2CurrentUserProvider. getCurrentUser(Principal principal)
-
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(Principal principal)
Methods in com.flowable.idm.dto with parameters of type CurrentUserResponse Modifier and Type Method Description void
CurrentUserEnhancer. enhanceCurrentUser(CurrentUserResponse currentUserResponse)
-