Package com.atlassian.confluence.user
Class DefaultSignupValidator
- java.lang.Object
- 
- com.atlassian.confluence.user.DefaultSignupValidator
 
- 
- All Implemented Interfaces:
- SignupValidator
 
 public class DefaultSignupValidator extends Object implements SignupValidator Validates whether a new User (assumed to be itself valid) can be self-signed up for this instance.- Since:
- 4.2.3
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultSignupValidator(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidateSignup(String privateToken, MessageHolder holder)Adds validation errors if the user cannot sign up.
 
- 
- 
- 
Constructor Detail- 
DefaultSignupValidatorpublic DefaultSignupValidator(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager) - Since:
- 7.17
 
 
- 
 - 
Method Detail- 
validateSignuppublic void validateSignup(String privateToken, MessageHolder holder) Description copied from interface:SignupValidatorAdds validation errors if the user cannot sign up.The privateToken may be null if a private sign - Specified by:
- validateSignupin interface- SignupValidator
 
 
- 
 
-