Uses of Class
com.atlassian.bitbucket.license.LicenseLimitException
Packages that use LicenseLimitException
-
Uses of LicenseLimitException in com.atlassian.bitbucket.license
Methods in com.atlassian.bitbucket.license that throw LicenseLimitExceptionModifier and TypeMethodDescriptionvoidLicenseService.validateCanAddUserToGroup(String username, String group) Validate if the named user can be added to the specified group without violating license limits.voidLicenseService.validateCanLicenseGroup(String group, Permission permission) Validate if the specified group can be licensed without violating license limits.voidLicenseService.validateCanLicenseUser(ApplicationUser user, Permission permission) Validate if the given user can be licensed without violating license limits -
Uses of LicenseLimitException in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user that throw LicenseLimitExceptionModifier and TypeMethodDescriptionvoidUserAdminService.addMembersToGroup(String groupName, Set<String> usernames) Adds one or more users to a group.voidUserAdminService.addUserToGroups(String username, Set<String> groupNames) Adds a user to one or more groups.voidUserAdminService.createUser(String username, String password, String displayName, String emailAddress) Creates a new user and adds them to the default group, if it exists.voidUserAdminService.createUser(String username, String password, String displayName, String emailAddress, boolean addToDefaultGroup) Creates a new user and optionally adds them to the default group, if it exists.voidUserAdminService.createUserWithGeneratedPassword(String username, String displayName, String emailAddress) Creates a new user with a randomly-generated password.