Interface RegistrationReceipt

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicRegistrationReceipt

public interface RegistrationReceipt extends Serializable
A receipt for registration.
Version:
1.1
Author:
matt
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the confirmation code required to activate the registered user.
    Get the username that has been registered.
    Get the uesrname that has been registered, encoded as a URL component.
  • Method Details

    • getUsername

      String getUsername()
      Get the username that has been registered.
      Returns:
      the email address
    • getUsernameURLComponent

      String getUsernameURLComponent()
      Get the uesrname that has been registered, encoded as a URL component.
      Returns:
      the uesrname, URL encoded
      Since:
      1.1
    • getConfirmationCode

      String getConfirmationCode()
      Get the confirmation code required to activate the registered user.
      Returns:
      confirmation code