Package org.flowable.ui.common.rest.idm
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 UserRepresentationgetCurrentUser(org.springframework.security.core.Authentication authentication)booleansupports(org.springframework.security.core.Authentication authentication)
-
-
-
Method Detail
-
getCurrentUser
UserRepresentation getCurrentUser(org.springframework.security.core.Authentication authentication)
-
supports
boolean supports(org.springframework.security.core.Authentication authentication)
-
-