Uses of Class
org.flowable.ui.common.model.UserRepresentation
-
Packages that use UserRepresentation Package Description org.flowable.ui.common.rest.idm org.flowable.ui.common.rest.idm.remote -
-
Uses of UserRepresentation in org.flowable.ui.common.rest.idm
Methods in org.flowable.ui.common.rest.idm that return UserRepresentation Modifier and Type Method Description UserRepresentationCurrentUserProvider. getCurrentUser(org.springframework.security.core.Authentication authentication)UserRepresentationOAuth2CurrentUserProvider. getCurrentUser(org.springframework.security.core.Authentication authentication)protected UserRepresentationOAuth2CurrentUserProvider. getCurrentUser(org.springframework.security.oauth2.core.oidc.user.OidcUser user)protected UserRepresentationOAuth2CurrentUserProvider. getCurrentUser(org.springframework.security.oauth2.core.user.OAuth2User user) -
Uses of UserRepresentation in org.flowable.ui.common.rest.idm.remote
Methods in org.flowable.ui.common.rest.idm.remote that return UserRepresentation Modifier and Type Method Description UserRepresentationRemoteAccountResource. getAccount(org.springframework.security.core.Authentication authentication)GET /rest/account -> get the current user.protected UserRepresentationRemoteAccountResource. getCurrentUserRepresentation(String currentUserId)
-