Interface UserAgent


public interface UserAgent
Definition for an agent providing access to current user information.
Since:
4.2.426
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    An agent providing access to current user.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current user of the belonging client session.
  • Field Details

  • Method Details

    • getUser

      User getUser()
      Returns the current user of the belonging client session.
      Returns:
      the current user of the belonging client session.
      Since:
      4.2.426