Package com.atlassian.confluence.user
Class DefaultSignupValidator
java.lang.Object
com.atlassian.confluence.user.DefaultSignupValidator
- All Implemented Interfaces:
 SignupValidator
Validates whether a new User (assumed to be itself valid) can be self-signed up for
 this instance.
- Since:
 - 4.2.3
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDefaultSignupValidator(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidvalidateSignup(String privateToken, MessageHolder holder) Adds validation errors if the user cannot sign up. 
- 
Constructor Details
- 
DefaultSignupValidator
public DefaultSignupValidator(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager) - Since:
 - 7.17
 
 
 - 
 - 
Method Details
- 
validateSignup
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 interfaceSignupValidator- Parameters:
 privateToken-holder-
 
 -