• Api Documentation
Show / Hide Table of Contents
  • Softadmin.Api
    • AdminMessageException
    • CustomComponent
    • ICookies
    • ICredentialsStore
    • IEnvironment
    • IForwardState
    • IHttpHeaders
    • IParameters
    • ISessionVariables
    • ISystemSettings
    • Plugin
  • Softadmin.Api.Database
    • IDbRequest
    • IDbRequestFactory
  • Softadmin.Api.Diagnostics
    • ILogger
  • Softadmin.Api.Login
    • IUserState
    • LoginPlugin
    • PostLoginPlugin
    • PreLoginPlugin
    • UserAuthenticationPlugin
  • Softadmin.Api.Logout
    • LogoutPlugin
  • Softadmin.Api.Page
    • ICustomPage
    • PagePlugin
  • Softadmin.Api.Ui
    • IDebugWindow
    • IProgressWindow

Namespace Softadmin.Api.Login

Classes that relate to clients logging in.

Classes

LoginPlugin

A plugin that is executed on the login page.

PostLoginPlugin

A plugin that is executed when the user has logged in.

PreLoginPlugin

A plugin that is executed when the client visits the login page.

UserAuthenticationPlugin

A plugin that validates username/password pairs.

Interfaces

IUserState

Controls the logged in user. Setting the logged in user will cause the login page to skip asking the client for username and password and forward the user directly into the system.

In This Article
Back to top Generated by DocFX