public class UserCountResource extends Object
Constructor and Description |
---|
UserCountResource(UserCountService userCountService,
PermissionManager permissionManager) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getMaxUsers()
Return the number of users that is allowed by the current license
|
javax.ws.rs.core.Response |
getRemainingUserCount()
Return the number of free slots on this Confluence instance
|
javax.ws.rs.core.Response |
getUserCount()
Return the number of users that have access to this Confluence
|
public UserCountResource(UserCountService userCountService, PermissionManager permissionManager)
public javax.ws.rs.core.Response getUserCount()
public javax.ws.rs.core.Response getRemainingUserCount()
public javax.ws.rs.core.Response getMaxUsers()
Copyright © 2003–2016 Atlassian. All rights reserved.