Class SecurityTool


  • public class SecurityTool
    extends Object
    Utility methods to handle some security related operations from within the Automation
    Since:
    8.4
    Author:
    Meschieri - LogicalDOC
    • Constructor Detail

      • SecurityTool

        public SecurityTool()
    • Method Detail

      • getUser

        public User getUser​(String username)
        Retrieves a user object
        Parameters:
        username - the username
        Returns:
        the user object
      • getUser

        public User getUser​(long userId)
        Retrieves a user object
        Parameters:
        userId - the user ID
        Returns:
        the user object
      • getSession

        public Session getSession​(String sid)
        Retrieves a session by it's identifier
        Parameters:
        sid - identifier of the session
        Returns:
        the session that matches the identifier