C# 클래스 DotNetNuke.Modules.AgapeFR.Authentication.AgapeAuth

상속: DotNetNuke.Entities.Modules.UserModuleBase
파일 보기 프로젝트 열기: AgapeEurope/AgapeConnect1

보호된 메소드들

메소드 설명
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