Class ShowHideIfMacroParameters

    • Constructor Detail

      • ShowHideIfMacroParameters

        public ShowHideIfMacroParameters()
    • Method Detail

      • setAuthenticationType

        public void setAuthenticationType​(ShowHideIfMacroParameters.AuthType authenticationType)
        Parameters:
        authenticationType - the authentication type.
      • getUsers

        public com.xwiki.macros.internal.userlist.UserReferenceList getUsers()
        Returns:
        the list of users which should match.
      • setUsers

        public void setUsers​(com.xwiki.macros.internal.userlist.UserReferenceList users)
        Parameters:
        users - the list of users which should match.
      • getGroups

        public com.xwiki.macros.internal.grouplist.GroupReferenceList getGroups()
        Returns:
        the list of groups which should match.
      • setGroups

        public void setGroups​(com.xwiki.macros.internal.grouplist.GroupReferenceList groups)
        Parameters:
        groups - the list of groups which should match.