com.vaadin.collaborationengine.

Class AccessResponse


  • public class AccessResponse
    extends Object

    Response object when access to Collaboration Engine is requested for a user.

    Author:

    Vaadin Ltd

    See Also:

    CollaborationEngine#requestAccess(UI, UserInfo, Consumer)

    • Method Detail

      • hasAccess

        public boolean hasAccess()

        Gets the info of whether the user has access to Collaboration Engine or not.

        Returns:

        true if the user has access, false otherwise.