
Protected Member Functions | |
| void | OnOkButton_Click (object source, EventArgs e) |
| Event handler that gets called when OK button is clicked. | |
| void | OnCancelButton_Click (object source, EventArgs e) |
| Event handler that gets called when the Cancel button is clicked. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
| string | GetString (string key) |
| Get a Localized String. | |
Protected Attributes | |
| TopNavigation | TopNav |
| Top navigation panel control. | |
| TextBox | LdapAdminName |
| ldap admin name edit control. | |
| TextBox | LdapAdminPwd |
| ldap admin password control. | |
| TextBox | LdapServer |
| LDAP Server name. | |
| TextBox | LdapProxyUser |
| LDAP Proxy User. | |
| TextBox | LdapProxyUserPwd |
| LDAP Proxy User. | |
| TextBox | ConfirmLdapProxyUserPwd |
| LDAP Proxy User. | |
| DropDownList | LdapSslList |
| Log list control. | |
| TextBox | LdapSearchContext |
| Search context. | |
| Button | OkButton |
| OK button control. | |
| Button | CancelButton |
| cancel button control. | |
| void Novell::iFolderWeb::Admin::LdapAdminAuth::OnOkButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when OK button is clicked.
| source | ||
| e |
if ldap admin username and password is right, go ahead
| void Novell::iFolderWeb::Admin::LdapAdminAuth::OnCancelButton_Click | ( | object | source, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the Cancel button is clicked.
| source | ||
| e |
| override void Novell::iFolderWeb::Admin::LdapAdminAuth::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
| string Novell::iFolderWeb::Admin::LdapAdminAuth::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key |
Top navigation panel control.
TextBox Novell::iFolderWeb::Admin::LdapAdminAuth::LdapAdminName [protected] |
ldap admin name edit control.
TextBox Novell::iFolderWeb::Admin::LdapAdminAuth::LdapAdminPwd [protected] |
ldap admin password control.
TextBox Novell::iFolderWeb::Admin::LdapAdminAuth::LdapServer [protected] |
LDAP Server name.
TextBox Novell::iFolderWeb::Admin::LdapAdminAuth::LdapProxyUser [protected] |
LDAP Proxy User.
TextBox Novell::iFolderWeb::Admin::LdapAdminAuth::LdapProxyUserPwd [protected] |
LDAP Proxy User.
TextBox Novell::iFolderWeb::Admin::LdapAdminAuth::ConfirmLdapProxyUserPwd [protected] |
LDAP Proxy User.
DropDownList Novell::iFolderWeb::Admin::LdapAdminAuth::LdapSslList [protected] |
Log list control.
TextBox Novell::iFolderWeb::Admin::LdapAdminAuth::LdapSearchContext [protected] |
Search context.
Button Novell::iFolderWeb::Admin::LdapAdminAuth::OkButton [protected] |
OK button control.
Button Novell::iFolderWeb::Admin::LdapAdminAuth::CancelButton [protected] |
cancel button control.
1.5.6