Package com.atlassian.confluence.user
Interface SignupValidator
- 
- All Known Implementing Classes:
 DefaultSignupValidator
public interface SignupValidatorChecks that users can sign up for Confluence with the supplied credentials.- Since:
 - 4.2.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidateSignup(String privateToken, MessageHolder holder)Adds validation errors if the user cannot sign up. 
 - 
 
- 
- 
Method Detail
- 
validateSignup
void validateSignup(String privateToken, MessageHolder holder)
Adds validation errors if the user cannot sign up.The privateToken may be null if a private sign
- Parameters:
 privateToken-holder-
 
 - 
 
 -