Class AnonymousConversationTokenUserProvider
java.lang.Object
com.flowable.engage.rest.service.api.conversation.anonymous.AnonymousConversationTokenUserProvider
- All Implemented Interfaces:
com.flowable.idm.dto.CurrentUserProvider
public class AnonymousConversationTokenUserProvider
extends java.lang.Object
implements com.flowable.idm.dto.CurrentUserProvider
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description AnonymousConversationTokenUserProvider()
-
Method Summary
Modifier and Type Method Description com.flowable.idm.dto.CurrentUserResponse
getCurrentUser(java.security.Principal principal)
boolean
supports(java.security.Principal principal)
-
Constructor Details
-
AnonymousConversationTokenUserProvider
public AnonymousConversationTokenUserProvider()
-
-
Method Details
-
getCurrentUser
public com.flowable.idm.dto.CurrentUserResponse getCurrentUser(java.security.Principal principal)- Specified by:
getCurrentUser
in interfacecom.flowable.idm.dto.CurrentUserProvider
-
supports
public boolean supports(java.security.Principal principal)- Specified by:
supports
in interfacecom.flowable.idm.dto.CurrentUserProvider
-