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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getCurrentUser

      public com.flowable.idm.dto.CurrentUserResponse getCurrentUser​(java.security.Principal principal)
      Specified by:
      getCurrentUser in interface com.flowable.idm.dto.CurrentUserProvider
    • supports

      public boolean supports​(java.security.Principal principal)
      Specified by:
      supports in interface com.flowable.idm.dto.CurrentUserProvider