Class ConfirmationTokenService

java.lang.Object
com.example.demo.registration.token.ConfirmationTokenService

@Service public class ConfirmationTokenService extends Object
Service class that handles the core business logic for ConfirmationToken operations. It acts as an intermediary between the business layer and the ConfirmationTokenRepository.