Interface WorkbenchUserManager


  • public interface WorkbenchUserManager
    Basic API to interact with the user system
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.errai.security.shared.api.identity.User getUser​(String identifier)
      Returns the platform User identified by a given identifier
    • Method Detail

      • getUser

        org.jboss.errai.security.shared.api.identity.User getUser​(String identifier)
        Returns the platform User identified by a given identifier
        Parameters:
        identifier - The User identifier
        Returns:
        The correct User if exists or null.