package controllers
- Alphabetic
- Public
- Protected
Package Members
- package javascript
Type Members
- class Assets extends AssetsBuilder
- trait BaseLoginApi extends SecureSocialController
This trait provides the means to provide an authentication API that can be used by client side or mobile apps.
- trait BaseLoginPage extends SecureSocial
The trait that defines the login page controller
- trait BasePasswordChange extends SecureSocial with I18nSupport
A trait that defines the password change functionality
- trait BasePasswordReset extends MailTokenBasedOperations with BaseController
The trait that provides the Password Reset functionality
- trait BaseProviderController extends SecureSocial with I18nSupport
A trait that provides the means to authenticate users for web applications
- trait BaseRegistration extends MailTokenBasedOperations with BaseController
A trait that provides the means to handle user registration
- case class ChangeInfo(currentPassword: String, newPassword: String) extends Product with Serializable
The class used in the form
The class used in the form
- currentPassword
the user's current password
- newPassword
the new password
- class LoginApi extends BaseLoginApi
A default controller that uses the BasicProfile as the application user type.
- class LoginPage extends BaseLoginPage
A default Login controller that uses BasicProfile as the user type.
- trait MailTemplates extends AnyRef
A trait that provides the mail content sent by SecureSocial
- abstract class MailTokenBasedOperations extends SecureSocial
The base controller for password reset and password change operations
- class PasswordChange extends BasePasswordChange
A default PasswordChange controller that uses the BasicProfile as the user type
- class PasswordReset extends MailTokenBasedOperations with BasePasswordReset
A default controller the uses the BasicProfile as the user type
- class ProviderController extends BaseProviderController
A default controller that uses the BasicProfile as the user type
- class Registration extends MailTokenBasedOperations with BaseRegistration
A default Registration controller that uses the BasicProfile as the user type
- case class RegistrationInfo(userName: Option[String], firstName: String, lastName: String, password: String) extends Product with Serializable
The data collected during the registration process
The data collected during the registration process
- userName
the username
- firstName
the first name
- lastName
the last name
- password
the password
- class ReverseAssets extends AnyRef
- class ReverseLoginApi extends AnyRef
- class ReverseLoginPage extends AnyRef
- class ReversePasswordChange extends AnyRef
- class ReversePasswordReset extends AnyRef
- class ReverseProviderController extends AnyRef
- class ReverseRegistration extends AnyRef
- trait ViewTemplates extends AnyRef
A trait that provides the pages for SecureSocial
A trait that provides the pages for SecureSocial
If you need to customise the views just create a class implementing this trait and register it in your RuntimeEnvironment instead of the default one.
- See also
ViewTemplates.Default
RuntimeEnvironment
- class routes extends AnyRef
Value Members
- object BaseRegistration
- object MailTemplates
- object MessageImplicitHelper
- object ProviderControllerHelper
- object ViewTemplates