PasswordsController class

Implemented types

Constructors

PasswordsController()

Properties

commandSet ↔ PasswordsCommandSet
read / write
dependencyResolver ↔ DependencyResolver
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

authenticate(String correlationId, String userId, String password) → Future<bool>
Authenticates a password. [...]
override
changePassword(String correlationId, String userId, String oldPassword, String newPassword) → Future
Changes a password. [...]
override
configure(ConfigParams config) → void
Configures component by passing configuration parameters. [...]
deletePassword(String correlationId, String userId) → Future
Deletes a password. [...]
override
getCommandSet() → CommandSet
Gets a command set. [...]
getPasswordInfo(String correlationId, String userId) → Future<UserPasswordInfoV1>
Gets a password infomation. [...]
override
recoverPassword(String correlationId, String userId) → Future
Recovers a password. [...]
override
resetPassword(String correlationId, String userId, String code, String password) → Future
Resets a password. [...]
override
setPassword(String correlationId, String userId, String password) → Future
Sets a password. [...]
override
setReferences(IReferences references) → void
Set references to component. [...]
setTempPassword(String correlationId, String userId) → Future<String>
Sets a temporary password. [...]
override
validateCode(String correlationId, String userId, String code) → Future<bool>
Validates a code. [...]
override
validatePassword(String correlationId, String password) → Future
Validate a password. [...]
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited