com.plumtree.portalpages.admin.serversettings.general
Interface ISetServerSettingsModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
SetServerSettingsModel

public interface ISetServerSettingsModelRO
extends IEditorModelRO

Author:
$author$

Method Summary
 boolean GetAllowNumericAuthentication()
           
 boolean GetAllowUserCreation()
           
 boolean GetAutoAssignNumericID()
           
 java.lang.String GetDefaultLocale()
           
 java.lang.String GetDefaultTimeZone()
           
 java.lang.String GetDocumentDisplayURL()
           
 boolean GetEnableAccountLocking()
           
 boolean GetEnablePortletErrorsDebugMode()
           
 boolean GetEnableSubportalRulesDebugMode()
           
 int GetMinutesToLockAccounts()
           
 int GetMinutesToTrackFailedLogins()
           
 int GetNumberOfFailedLoginsAllowed()
           
 int GetPasswordExpiration()
           
 int GetPasswordExpirationWarning()
           
 boolean GetPasswordIncludeCasing()
           
 boolean GetPasswordIncludeNumbers()
           
 boolean GetPasswordIncludePunctuation()
           
 int GetPasswordLength()
           
 boolean GetPasswordNoUserIDs()
           
 int GetPasswordReuseHistory()
           
 java.lang.String GetPrimaryWebServerURL()
           
 java.lang.Object[] GetServerSettings()
           
 java.lang.String GetSharedFilesPath()
           
 java.lang.String GetSoapServerURL()
           
 boolean HasMinutesToLockAccountsError()
           
 boolean HasMinutesToTrackFailedLoginsError()
           
 boolean HasNumberOfFailedLoginsAllowedError()
           
 boolean HasPasswordExpirationError()
           
 boolean HasPasswordExpirationWarningError()
           
 boolean HasPasswordLengthError()
           
 boolean HasPasswordReuseHistoryError()
           
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetAllowNumericAuthentication

boolean GetAllowNumericAuthentication()
Returns:

GetAutoAssignNumericID

boolean GetAutoAssignNumericID()
Returns:

GetDefaultLocale

java.lang.String GetDefaultLocale()
Returns:

GetDefaultTimeZone

java.lang.String GetDefaultTimeZone()
Returns:

GetDocumentDisplayURL

java.lang.String GetDocumentDisplayURL()
Returns:

GetEnableAccountLocking

boolean GetEnableAccountLocking()
Returns:

GetSoapServerURL

java.lang.String GetSoapServerURL()
Returns:

GetSharedFilesPath

java.lang.String GetSharedFilesPath()
Returns:

GetMinutesToLockAccounts

int GetMinutesToLockAccounts()
Returns:

GetMinutesToTrackFailedLogins

int GetMinutesToTrackFailedLogins()
Returns:

HasMinutesToLockAccountsError

boolean HasMinutesToLockAccountsError()
Returns:
Whether or not there was an error on the MinutesToLockAccounts setting.

HasMinutesToTrackFailedLoginsError

boolean HasMinutesToTrackFailedLoginsError()
Returns:
Whether or not there was an error on the MinutesToTrackFailedLogins setting.

GetNumberOfFailedLoginsAllowed

int GetNumberOfFailedLoginsAllowed()
Returns:

HasNumberOfFailedLoginsAllowedError

boolean HasNumberOfFailedLoginsAllowedError()
Returns:
Whether or not there was an error on the NumberOfFailedLoginsAllowed setting.

GetPrimaryWebServerURL

java.lang.String GetPrimaryWebServerURL()
Returns:

GetServerSettings

java.lang.Object[] GetServerSettings()
Returns:

GetAllowUserCreation

boolean GetAllowUserCreation()
Returns:

GetEnableSubportalRulesDebugMode

boolean GetEnableSubportalRulesDebugMode()
Returns:

GetEnablePortletErrorsDebugMode

boolean GetEnablePortletErrorsDebugMode()
Returns:

GetPasswordLength

int GetPasswordLength()
Returns:
The minimum password length.

HasPasswordLengthError

boolean HasPasswordLengthError()
Returns:
whether or not there was an error in saving the minimum password length.

GetPasswordIncludeNumbers

boolean GetPasswordIncludeNumbers()
Returns:
Whether or not numbers are required in the passwords.

GetPasswordIncludeCasing

boolean GetPasswordIncludeCasing()
Returns:
Whether or not both upper and lower case letters are required in the passwords.

GetPasswordIncludePunctuation

boolean GetPasswordIncludePunctuation()
Returns:
Whether or not punctuation is required in the passwords.

GetPasswordNoUserIDs

boolean GetPasswordNoUserIDs()
Returns:
Whether or not user IDs should be dissalowed in the passwords.

GetPasswordReuseHistory

int GetPasswordReuseHistory()
Returns:
The number of passwords to keep in history to check for reuse.

HasPasswordReuseHistoryError

boolean HasPasswordReuseHistoryError()
Returns:
Whether or not there was an error in saving the number of passwords to keep in history to check for reuse.

GetPasswordExpiration

int GetPasswordExpiration()
Returns:
The password expiration in days.

HasPasswordExpirationError

boolean HasPasswordExpirationError()
Returns:
Whether or not there was an error in saving the password expiration in days.

GetPasswordExpirationWarning

int GetPasswordExpirationWarning()
Returns:
The password expiration warning in days.

HasPasswordExpirationWarningError

boolean HasPasswordExpirationWarningError()
Returns:
Whether or not there was an error in saving the password expiration warning in days.



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.