Interface QueryActorService


public interface QueryActorService
  • Method Summary

    Modifier and Type
    Method
    Description
    queryActor(Authentication authentication)
    Finds the current authenticated Actor.
  • Method Details

    • queryActor

      Optional<Actor> queryActor(Authentication authentication)
      Finds the current authenticated Actor.
      Parameters:
      authentication -
      Returns:
      current authenticated Actor.