securesocial

controllers

package controllers

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseLoginApi extends SecureSocial

    This trait provides the means to provide an authentication API that can be used by client side or mobile apps.

  2. trait BaseLoginPage extends SecureSocial

    The trait that defines the login page controller

  3. trait BasePasswordChange extends SecureSocial

    A trait that defines the password change functionality

  4. trait BasePasswordReset extends MailTokenBasedOperations

    The trait that provides the Password Reset functionality

  5. trait BaseProviderController extends SecureSocial

    A trait that provides the means to authenticate users for web applications

  6. trait BaseRegistration extends MailTokenBasedOperations

    A trait that provides the means to handle user registration

  7. case class ChangeInfo(currentPassword: String, newPassword: String) extends Product with Serializable

    The class used in the form

  8. class LoginApi extends BaseLoginApi

    A default controller that uses the BasicProfile as the application user type.

  9. class LoginPage extends BaseLoginPage

    A default Login controller that uses BasicProfile as the user type.

  10. trait MailTemplates extends AnyRef

    A trait that provides the mail content sent by SecureSocial

  11. abstract class MailTokenBasedOperations extends SecureSocial

    The base controller for password reset and password change operations

  12. class PasswordChange extends BasePasswordChange

    A default PasswordChange controller that uses the BasicProfile as the user type

  13. class PasswordReset extends MailTokenBasedOperations with BasePasswordReset

    A default controller the uses the BasicProfile as the user type

  14. class ProviderController extends BaseProviderController

    A default controller that uses the BasicProfile as the user type

  15. class Registration extends MailTokenBasedOperations with BaseRegistration

    A default Registration controller that uses the BasicProfile as the user type

  16. case class RegistrationInfo(userName: Option[String], firstName: String, lastName: String, password: String) extends Product with Serializable

    The data collected during the registration process

  17. class ReverseAssets extends AnyRef

  18. class ReverseLoginApi extends AnyRef

  19. class ReverseLoginPage extends AnyRef

  20. class ReversePasswordChange extends AnyRef

  21. class ReversePasswordReset extends AnyRef

  22. class ReverseProviderController extends AnyRef

  23. class ReverseRegistration extends AnyRef

  24. trait ViewTemplates extends AnyRef

    A trait that provides the pages for SecureSocial

  25. class routes extends AnyRef

Value Members

  1. object Assets extends AssetsBuilder

  2. object BaseRegistration

  3. object MailTemplates

  4. object ProviderControllerHelper

  5. object ViewTemplates

  6. package javascript

Ungrouped