Class UserSessionAccess


  • public class UserSessionAccess
    extends Object
    Access to properties of the user from the current session.
    Since:
    3.0.0
    • Constructor Detail

      • UserSessionAccess

        public UserSessionAccess()
    • Method Detail

      • getUserLogin

        public static String getUserLogin()
        Returns:
        the login of the current user (e.g. "john.doe"). Will be null if called outside the scope of a current user session or before successful authentication.