Class UserEmailVerifier
- java.lang.Object
-
- jetbrains.buildServer.controllers.emailVerification.UserEmailVerifier
-
public class UserEmailVerifier extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UserEmailVerifier.TokenSender
-
Constructor Summary
Constructors Constructor Description UserEmailVerifier(UserEmailVerifier.TokenSender tokenSender, SecurityContextEx securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendVerificationEmail(UserEx user)
boolean
verify(UserEx user, String token)
-
-
-
Constructor Detail
-
UserEmailVerifier
public UserEmailVerifier(@NotNull UserEmailVerifier.TokenSender tokenSender, @NotNull SecurityContextEx securityContext)
-
-
Method Detail
-
sendVerificationEmail
public void sendVerificationEmail(@NotNull UserEx user)
- Throws:
EmailException
- when email was not send for some reason
-
-