Click or drag to resize

ISecurityProvider Methods

The ISecurityProvider type exposes the following members.

Methods
  Name Description
Public method Authenticate Authenticates the user.
Public method ChangePassword Changes user password in the backend data store.
Public method GetUserRoles Gets a list of Roles for this user for a specified ApplicationId.
Public method LoadSettings Loads saved settings from the config file.
(Inherited from IPersistSettings)
Public method RefreshData Refreshes the UserData from the backend data store.
Public method ResetPassword Resets user password in the backend data store.
Public method SaveSettings Saves settings to the config file.
(Inherited from IPersistSettings)
Public method TranslateRedirect Performs a translation of the default login page to a different endpoint.
Public method TranslateRole Performs a translation of the specified user role.
Top
See Also