Interface UserManager


  • @Role
    public interface UserManager
    CRUD operations on users. Note that for retrieving a user's prooperties you should use a UserPropertiesResolver.
    Since:
    12.2
    Version:
    $Id: ff34ef5bfe10268f663b4b1ba1e3c62b37c1657e $
    • Method Detail

      • exists

        boolean exists​(UserReference userReference)
        Parameters:
        userReference - the reference to the user to check for existence
        Returns:
        true if the user pointed to by the reference exists, false otherwise