Class WikiUserConfiguration


  • public class WikiUserConfiguration
    extends Object
    Configuration about the user management in a wiki.
    Since:
    5.3M2
    Version:
    $Id: 7765c8750a427ba748ae3b8c5075436d811423c2 $
    • Constructor Detail

      • WikiUserConfiguration

        public WikiUserConfiguration()
    • Method Detail

      • getUserScope

        public UserScope getUserScope()
        Returns:
        the user scope
      • setUserScope

        public void setUserScope​(UserScope scope)
        Parameters:
        scope - the scope to set
      • setMembershipType

        public void setMembershipType​(MembershipType type)
        Parameters:
        type - membership type to set
      • getMembershipType

        public MembershipType getMembershipType()
        Returns:
        the membership type of the wiki
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object