C# Класс DotNetNuke.Modules.AgapeFR.Authentication.AgapeAuth

Наследование: DotNetNuke.Entities.Modules.UserModuleBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

Page_Init runs when the control is initialised

OnLoad ( EventArgs e ) : void

Page_Load runs when the control is loaded

PasswordUpdated ( object sender, DotNetNuke.Modules.Admin.Users.Password e ) : void

PasswordUpdated runs when the password is updated

ProfileUpdated ( object sender, EventArgs e ) : void

ProfileUpdated runs when the profile is updated

UserAuthenticated ( object sender, DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs e ) : void

UserAuthenticated runs when the user is authenticated by one of the child Authentication controls

UserCreateCompleted ( object sender, DotNetNuke.Entities.Modules.UserUserControlBase e ) : void

UserCreateCompleted runs when a new user has been Created

cmdAssociate_Click ( object sender, EventArgs e ) : void

cmdAssociate_Click runs when the associate button is clicked

cmdCreateUser_Click ( object sender, EventArgs e ) : void

cmdCreateUser runs when the register (as new user) button is clicked

cmdProceed_Click ( object sender, EventArgs e ) : void

cmdProceed_Click runs when the Proceed Anyway button is clicked

Приватные методы

Метод Описание
AddLoginControlAttributes ( DotNetNuke.Services.Authentication.AuthenticationLoginBase loginControl ) : void
BindLogin ( ) : void
BindLoginControl ( DotNetNuke.Services.Authentication.AuthenticationLoginBase authLoginControl, DotNetNuke.Services.Authentication.AuthenticationInfo authSystem ) : void
BindOAuthControls ( ) : void
BindRegister ( ) : void
DisplayLoginControl ( DotNetNuke.Services.Authentication.AuthenticationLoginBase authLoginControl, bool addHeader, bool addFooter ) : void
DisplayTabbedLoginControl ( DotNetNuke.Services.Authentication.AuthenticationLoginBase authLoginControl, DotNetNuke.UI.WebControls.TabStripTabCollection Tabs ) : void
GenerateUserName ( ) : string
InitialiseUser ( ) : void
ShowPanel ( ) : void

ShowPanel controls what "panel" is to be displayed

UpdateProfile ( DotNetNuke.Entities.Users.UserInfo objUser, bool update ) : void
UserNeedsVerification ( ) : bool
ValidateUser ( DotNetNuke.Entities.Users.UserInfo objUser, bool ignoreExpiring ) : void

ValidateUser runs when the user has been authorized by the data store. It validates for things such as an expiring password, valid profile, or missing DNN User Association

Описание методов

OnInit() защищенный Метод

Page_Init runs when the control is initialised
protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnLoad() защищенный Метод

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

PasswordUpdated() защищенный Метод

PasswordUpdated runs when the password is updated
protected PasswordUpdated ( object sender, DotNetNuke.Modules.Admin.Users.Password e ) : void
sender object
e DotNetNuke.Modules.Admin.Users.Password
Результат void

ProfileUpdated() защищенный Метод

ProfileUpdated runs when the profile is updated
protected ProfileUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

UserAuthenticated() защищенный Метод

UserAuthenticated runs when the user is authenticated by one of the child Authentication controls
protected UserAuthenticated ( object sender, DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs e ) : void
sender object
e DotNetNuke.Services.Authentication.UserAuthenticatedEventArgs
Результат void

UserCreateCompleted() защищенный Метод

UserCreateCompleted runs when a new user has been Created
protected UserCreateCompleted ( object sender, DotNetNuke.Entities.Modules.UserUserControlBase e ) : void
sender object
e DotNetNuke.Entities.Modules.UserUserControlBase
Результат void

cmdAssociate_Click() защищенный Метод

cmdAssociate_Click runs when the associate button is clicked
protected cmdAssociate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

cmdCreateUser_Click() защищенный Метод

cmdCreateUser runs when the register (as new user) button is clicked
protected cmdCreateUser_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

cmdProceed_Click() защищенный Метод

cmdProceed_Click runs when the Proceed Anyway button is clicked
protected cmdProceed_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void