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 CurrentUserResponsegetCurrentUser(java.security.Principal principal)booleansupports(java.security.Principal principal)
-
-
-
Method Detail
-
getCurrentUser
CurrentUserResponse getCurrentUser(java.security.Principal principal)
-
supports
boolean supports(java.security.Principal principal)
-
-