C# Class DotNetNuke.Modules.AgapeFR.Authentication.AgapeAuth

Inheritance: DotNetNuke.Entities.Modules.UserModuleBase
Exibir arquivo Open project: AgapeEurope/AgapeConnect1

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

OnInit() protected method

Page_Init runs when the control is initialised
protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

Page_Load runs when the control is loaded
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

PasswordUpdated() protected method

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
return void

ProfileUpdated() protected method

ProfileUpdated runs when the profile is updated
protected ProfileUpdated ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

UserAuthenticated() protected method

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
return void

UserCreateCompleted() protected method

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
return void

cmdAssociate_Click() protected method

cmdAssociate_Click runs when the associate button is clicked
protected cmdAssociate_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdCreateUser_Click() protected method

cmdCreateUser runs when the register (as new user) button is clicked
protected cmdCreateUser_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

cmdProceed_Click() protected method

cmdProceed_Click runs when the Proceed Anyway button is clicked
protected cmdProceed_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void