Class Overview
Verifies that is is possible to create users.
Summary
[Expand]
Inherited Methods |
From class
com.atlassian.bitbucket.web.conditions.AbstractUserManagementPermissionCondition
void
|
init(Map<String, String> map)
No initialisation is necessary, because the permission is fixed as admin .
|
boolean
|
shouldDisplay(Map<String, Object> map)
|
abstract
boolean
|
shouldDisplay(UserAdminService crowdService)
Implemented in derived classes to perform a user management check to verify the required condition.
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.plugin.web.Condition
void
|
init(Map<String, String> arg0)
|
boolean
|
shouldDisplay(Map<String, Object> arg0)
|
|
Public Constructors
Public Methods
public
boolean
shouldDisplay
(UserAdminService adminService)
Performs a check to determine whether the creation of new users is allowed.
Parameters
adminService
| the service to use when performing the check |