Interface IUserAccess

All Known Implementing Classes:
DefaultUserAccess, DummyUserAccessImpl

public interface IUserAccess
Certain CaptainCasa functions (e.g. storing of columns of a grid) require access to the user, in order to store data dependent from the user. in system.xml you can define a class implementing this interface in order to return back the user of the current session.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get user that is associated with the current context.
  • Field Details

  • Method Details

    • getCurrentUser

      String getCurrentUser()
      Get user that is associated with the current context.