UsernamePasswordToken.this

Constructs a new UsernamePasswordToken encapsulating the username and password submitted, as well as if the user wishes their identity to be remembered across sessions.

@param username the username submitted for authentication @param password the password string submitted for authentication @param rememberMe if the user wishes their identity to be remembered across sessions

Meta