Package com.flowable.idm.dto
Interface CurrentUserProvider
-
- All Known Implementing Classes:
OAuth2CurrentUserProvider
public interface CurrentUserProvider
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CurrentUserResponse
getCurrentUser(Principal principal)
boolean
supports(Principal principal)
-
-
-
Method Detail
-
getCurrentUser
CurrentUserResponse getCurrentUser(Principal principal)
-
supports
boolean supports(Principal principal)
-
-