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 Summary
Constructors Constructor Description DefaultSignupValidator(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validateSignup(String privateToken, MessageHolder holder)
Adds validation errors if the user cannot sign up.
-
-
-
Constructor Detail
-
DefaultSignupValidator
public DefaultSignupValidator(SignupManager easyUserManager, UserChecker userChecker, BootstrapManager bootstrapManager)
- Since:
- 7.17
-
-
Method Detail
-
validateSignup
public void validateSignup(String privateToken, MessageHolder holder)
Description copied from interface:SignupValidator
Adds validation errors if the user cannot sign up.The privateToken may be null if a private sign
- Specified by:
validateSignup
in interfaceSignupValidator
-
-