Class JMapServerBean

java.lang.Object
com.kheops.jmap.server.webadmin.faces.AbstractAdminFacesBean
com.kheops.jmap.server.webadmin.faces.JMapServerBean

public class JMapServerBean extends AbstractAdminFacesBean
  • Constructor Details

    • JMapServerBean

      public JMapServerBean()
  • Method Details

    • init

      @PostConstruct public void init()
    • getBreadCrumbItems

      public List<BreadCrumbItem> getBreadCrumbItems()
      Overrides:
      getBreadCrumbItems in class AbstractAdminFacesBean
    • getEditingSystemParams

      public JMapServerSysParams getEditingSystemParams()
    • getLicense

      public License getLicense()
    • getLicenseMaximumProjects

      public String getLicenseMaximumProjects()
    • getLicenseExpirationDate

      public String getLicenseExpirationDate()
    • getServerVersion

      public String getServerVersion()
    • getUpdateDescriptors

      public List<UpdateDescriptor> getUpdateDescriptors()
    • prepareToShowProductUpdateNotes

      public void prepareToShowProductUpdateNotes(javax.faces.event.ActionEvent actionEvent)
    • getNotifications

      public List<Notification> getNotifications()
    • getServerIpAddress

      public String getServerIpAddress()
    • getMemoryCacheSize

      public long getMemoryCacheSize()
    • setMemoryCacheSize

      public void setMemoryCacheSize(long memoryCacheSize)
    • getDiskCacheSize

      public long getDiskCacheSize()
    • setDiskCacheSize

      public void setDiskCacheSize(long diskCacheSize)
    • setDiskCacheSizeUnlimited

      public void setDiskCacheSizeUnlimited(boolean diskCacheSizeUnlimited)
    • isDiskCacheSizeUnlimited

      public boolean isDiskCacheSizeUnlimited()
    • isHttpsConfigValid

      public boolean isHttpsConfigValid()
    • getImagingCacheSize

      public long getImagingCacheSize()
    • setImagingCacheSize

      public void setImagingCacheSize(long imagingCacheSize)
    • getSmtpEncryptionTypes

      public List<javax.faces.model.SelectItem> getSmtpEncryptionTypes()
    • getSmtpTestFrom

      public String getSmtpTestFrom()
    • setSmtpTestFrom

      public void setSmtpTestFrom(String smtpTestFrom)
    • getSmtpTestTo

      public String getSmtpTestTo()
    • setSmtpTestTo

      public void setSmtpTestTo(String smtpTestTo)
    • getSmtpTestSubject

      public String getSmtpTestSubject()
    • setSmtpTestSubject

      public void setSmtpTestSubject(String smtpTestSubject)
    • getSmtpTestMessage

      public String getSmtpTestMessage()
    • setSmtpTestMessage

      public void setSmtpTestMessage(String smtpTestMessage)
    • resetSmtpTest

      public void resetSmtpTest(javax.faces.event.ActionEvent actionEvent)
    • testSmtp

      public void testSmtp(javax.faces.event.ActionEvent actionEvent)
    • getConnectedAdministrators

      public JMapWebAdminSession[] getConnectedAdministrators()
    • getMonitoringInfo

      public JMapServerMonitoringInfo getMonitoringInfo()
    • getConcurrentSessions

      public int getConcurrentSessions(String enumSessionType)
    • getReservedSessions

      public int getReservedSessions(String enumSessionType)
    • getMaximumConcurrentSessions

      public String getMaximumConcurrentSessions(String enumSessionType)
    • getServerSessions

      public int getServerSessions()
    • getLicenseSessionsEntry

      public LicenseSessionsEntry getLicenseSessionsEntry(String enumSessionType)
    • getLicenseSessionsEntries

      public SortedMap<SessionType,LicenseSessionsEntry> getLicenseSessionsEntries()
    • getJvm

      public String getJvm()
    • getPid

      public int getPid()
    • getCpuCount

      public int getCpuCount()
    • getServerStartedSince

      public long getServerStartedSince()
    • getMemoryUsage

      public float getMemoryUsage()
    • getMemoryAllocated

      public float getMemoryAllocated()
    • getMemoryCacheUsage

      public String getMemoryCacheUsage()
    • getMemoryCacheEfficiency

      public float getMemoryCacheEfficiency()
    • getDiskCacheUsage

      public String getDiskCacheUsage()
    • getDiskCacheEfficiency

      public float getDiskCacheEfficiency()
    • showLicensePopup

      public void showLicensePopup()
    • agreeLicense

      public void agreeLicense()
    • getLicenseText

      public String getLicenseText()
    • saveServerSettings

      public void saveServerSettings(javax.faces.event.ActionEvent actionEvent)
    • getLicenseModelString

      public String getLicenseModelString()
    • editGlobalPermissions

      public void editGlobalPermissions(javax.faces.event.ActionEvent actionEvent)
    • getAvailableLanguages

      public List<String> getAvailableLanguages()
    • reloadParameters

      public void reloadParameters(javax.faces.event.ActionEvent actionEvent)
    • reloadLicense

      public void reloadLicense(javax.faces.event.ActionEvent actionEvent)
    • isJMapServerSectionItemDisabled

      public boolean isJMapServerSectionItemDisabled(String sectionName)
    • isCurrentUserSuperAdmin

      public boolean isCurrentUserSuperAdmin()
    • getExtensionsHelpInfos

      public List<Pair<String,String>> getExtensionsHelpInfos()
    • getExtensionsHelpInfos

      public List<Pair<String,String>> getExtensionsHelpInfos(javax.servlet.http.HttpSession httpSession)
    • getRlsClientId

      public String getRlsClientId()
    • setRlsClientId

      public void setRlsClientId(String rlsClientId)
    • getEmptyPortConverter

      public javax.faces.convert.Converter getEmptyPortConverter()
    • getSpatialProjections

      public Projection[] getSpatialProjections()
    • getElementFactories

      public String[] getElementFactories()
    • getUserManagers

      public String[] getUserManagers()
    • getLogLevel

      public int getLogLevel()
    • completeGoTo

      public List<GoToItem> completeGoTo(String query)
    • getGoToItemConverter

      public javax.faces.convert.Converter getGoToItemConverter()
    • onGoToItemSelect

      public void onGoToItemSelect(org.primefaces.event.SelectEvent selectEvent)
    • getHttpProxyPasswordEditor

      public PasswordEditor getHttpProxyPasswordEditor()
    • getSmtpPasswordEditor

      public PasswordEditor getSmtpPasswordEditor()
    • getGeoWebCachePasswordEditor

      public PasswordEditor getGeoWebCachePasswordEditor()
    • getAllLanguages

      public List<javax.faces.model.SelectItem> getAllLanguages()
    • setMaxUploadFileSizeUnlimited

      public void setMaxUploadFileSizeUnlimited(boolean maxUploadFileSizeUnlimited)
    • isMaxUploadFileSizeUnlimited

      public boolean isMaxUploadFileSizeUnlimited()
    • openFileBrowserForUploadRoot

      public void openFileBrowserForUploadRoot(javax.faces.event.ActionEvent actionEvent)
    • openFileBrowserForLogDirectory

      public void openFileBrowserForLogDirectory(javax.faces.event.ActionEvent actionEvent)
    • isSupportsChangePassword

      public boolean isSupportsChangePassword()
    • getPasswordModification

      public PasswordModification getPasswordModification()
    • getNewPasswordConfirmation

      public String getNewPasswordConfirmation()
    • setNewPasswordConfirmation

      public void setNewPasswordConfirmation(String newPasswordConfirmation)
    • changePassword

      public void changePassword(javax.faces.event.ActionEvent actionEvent)
    • handleLicenseFileUpload

      public void handleLicenseFileUpload(org.primefaces.event.FileUploadEvent event)
    • getLogLevels

      public List<javax.faces.model.SelectItem> getLogLevels()