Interface MpUserSessionProvider

All Known Implementing Classes:
DevModeUserProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MpUserSessionProvider
User session details provider, that is used within engine. This might be used in mapy places within application.
  • Method Summary

    Modifier and Type
    Method
    Description
    Provide user name from session.
  • Method Details

    • getUsername

      String getUsername()
      Provide user name from session.
      Returns:
      user name