Interface TurbineUserManager

    • Method Detail

      • getAnonymousUser

        <T extends User> T getAnonymousUser()
                                     throws UnknownEntityException
        Constructs an User object to represent an anonymous user of the application.
        Returns:
        An anonymous Turbine User.
        Throws:
        UnknownEntityException - if the anonymous User object couldn't be constructed.
      • isAnonymousUser

        boolean isAnonymousUser​(User user)
        Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
        Parameters:
        user - A user object
        Returns:
        True if this is an anonymous user