Public Types | |
| enum | Encryption |
| Different encryption states. More... | |
Public Member Functions | |
| void | GetEncryptionPolicy (iFolderPolicy policy) |
| Gets the account policy for the current ifolder user. | |
| void | GetEncryptionPolicy (SystemPolicy policy) |
| Gets the account policy for the system. | |
| void | GetEncryptionPolicy (UserPolicy policy) |
| Gets the account policy for the current user. | |
| void | SetEncryptionPolicy (SystemPolicy policy) |
| Sets the account policy for the user. | |
| void | SetEncryptionPolicy (UserPolicy policy) |
| Sets encryption policy for this user. | |
Protected Member Functions | |
| void | EncryptionCheckChanged (Object sender, EventArgs e) |
| Event handler that gets called when the account enable checkbox is changed. | |
| void | EnforceCheckChanged (Object sender, EventArgs e) |
| Event handler to handle if Enforce encryption checkbox is changed. | |
| string | GetString (string key) |
| Get a Localized String. | |
| override void | OnInit (EventArgs e) |
| OnInit. | |
Protected Attributes | |
| HtmlGenericControl | EncryptNav |
| Account DIV. | |
| Label | EncryptionTitle |
| Account policy control. | |
| Label | SSLTitle |
| Account policy control. | |
| CheckBox | encryption |
| Control that contains the limit value. | |
| CheckBox | enforceEncryption |
| checkbox for enforcing encryption | |
| CheckBox | ssl |
| SSL checkbox. | |
| CheckBox | enforceSSL |
| Enforce SSL checkbox. | |
| bool | EncryptionWasChecked |
| to keep track of encryption check box on page load | |
| bool | SharingWasEnforced |
| to keep track whether sharing was enforced for this particular user earlier | |
Events | |
| EventHandler | CheckChanged = null |
| Account policy control. | |
Different encryption states.
| void Novell::iFolderWeb::Admin::SecurityState::EncryptionCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler that gets called when the account enable checkbox is changed.
| sender | ||
| e |
| void Novell::iFolderWeb::Admin::SecurityState::EnforceCheckChanged | ( | Object | sender, | |
| EventArgs | e | |||
| ) | [inline, protected] |
Event handler to handle if Enforce encryption checkbox is changed.
| sender | ||
| e |
| string Novell::iFolderWeb::Admin::SecurityState::GetString | ( | string | key | ) | [inline, protected] |
Get a Localized String.
| key | Key to the localized string. |
| void Novell::iFolderWeb::Admin::SecurityState::GetEncryptionPolicy | ( | iFolderPolicy | policy | ) | [inline] |
Gets the account policy for the current ifolder user.
| policy | iFolder policy object |
| void Novell::iFolderWeb::Admin::SecurityState::GetEncryptionPolicy | ( | SystemPolicy | policy | ) | [inline] |
Gets the account policy for the system.
| policy | System policy object |
next line for bug id 296014 , where if the encryption check box is enabled (irrespective of enforce checkbox) once on system level, it should be disabled.
| void Novell::iFolderWeb::Admin::SecurityState::GetEncryptionPolicy | ( | UserPolicy | policy | ) | [inline] |
Gets the account policy for the current user.
| policy | User policy object |
| policy | The iFolderPolicy object. |
| void Novell::iFolderWeb::Admin::SecurityState::SetEncryptionPolicy | ( | SystemPolicy | policy | ) | [inline] |
Sets the account policy for the user.
| policy | User policy where the account information will be set. |
| void Novell::iFolderWeb::Admin::SecurityState::SetEncryptionPolicy | ( | UserPolicy | policy | ) | [inline] |
Sets encryption policy for this user.
| policy | UserPolicy that will be set |
| override void Novell::iFolderWeb::Admin::SecurityState::OnInit | ( | EventArgs | e | ) | [inline, protected] |
OnInit.
| e |
HtmlGenericControl Novell::iFolderWeb::Admin::SecurityState::EncryptNav [protected] |
Account DIV.
Label Novell::iFolderWeb::Admin::SecurityState::EncryptionTitle [protected] |
Account policy control.
Label Novell::iFolderWeb::Admin::SecurityState::SSLTitle [protected] |
Account policy control.
Control that contains the limit tag.
CheckBox Novell::iFolderWeb::Admin::SecurityState::encryption [protected] |
Control that contains the limit value.
Encryption checkbox
CheckBox Novell::iFolderWeb::Admin::SecurityState::enforceEncryption [protected] |
checkbox for enforcing encryption
CheckBox Novell::iFolderWeb::Admin::SecurityState::ssl [protected] |
SSL checkbox.
CheckBox Novell::iFolderWeb::Admin::SecurityState::enforceSSL [protected] |
Enforce SSL checkbox.
bool Novell::iFolderWeb::Admin::SecurityState::EncryptionWasChecked [protected] |
to keep track of encryption check box on page load
bool Novell::iFolderWeb::Admin::SecurityState::SharingWasEnforced [protected] |
to keep track whether sharing was enforced for this particular user earlier
| EventHandler Novell::iFolderWeb::Admin::SecurityState::CheckChanged = null |
Account policy control.
Event that notifies consumer that the checkbox has changed.
1.5.6