Package org.xwiki.wiki.user
Class WikiUserConfiguration
- java.lang.Object
-
- org.xwiki.wiki.user.WikiUserConfiguration
-
public class WikiUserConfiguration extends Object
Configuration about the user management in a wiki.- Since:
- 5.3M2
- Version:
- $Id: 7765c8750a427ba748ae3b8c5075436d811423c2 $
-
-
Constructor Summary
Constructors Constructor Description WikiUserConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
MembershipType
getMembershipType()
UserScope
getUserScope()
int
hashCode()
void
setMembershipType(MembershipType type)
void
setUserScope(UserScope scope)
-
-
-
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
-
-