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