Package io.higson.runtime.core.domain
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.
User session details provider, that is used within engine. This might be used in mapy places within application.
-
Method Summary
-
Method Details
-
getUsername
String getUsername()Provide user name from session.- Returns:
- user name
-