Class UpdateOrganizationAction

java.lang.Object
org.gluu.oxtrust.action.UpdateOrganizationAction
All Implemented Interfaces:
Serializable

@Named("updateOrganizationAction") @ConversationScoped @Secure("#{permissionService.hasPermission(\'configuration\', \'access\')}") public class UpdateOrganizationAction extends Object implements Serializable
Action class for configuring application
Author:
Yuriy Movchan Date: 11.16.2010
See Also:
  • Field Details

    • loginPageCustomMessage

      protected String loginPageCustomMessage
    • welcomePageCustomMessage

      protected String welcomePageCustomMessage
    • welcomeTitleText

      protected String welcomeTitleText
  • Constructor Details

    • UpdateOrganizationAction

      public UpdateOrganizationAction()
  • Method Details

    • modify

      public String modify()
    • save

      public String save()
    • saveWebKeySettings

      public void saveWebKeySettings()
    • verifySmtpConfiguration

      public String verifySmtpConfiguration()
    • cancel

      public String cancel() throws Exception
      Throws:
      Exception
    • getContactEmail

      public String getContactEmail()
    • setContactEmail

      public void setContactEmail(String contactEmail)
    • setOxTrustLogoImage

      public void setOxTrustLogoImage(org.primefaces.event.FileUploadEvent event)
    • setOxTrustFaviconImage

      public void setOxTrustFaviconImage(org.primefaces.event.FileUploadEvent event)
    • setOxAuthLogoImage

      public void setOxAuthLogoImage(org.primefaces.event.FileUploadEvent event)
    • setOxAuthFaviconImage

      public void setOxAuthFaviconImage(org.primefaces.event.FileUploadEvent event)
    • setIdpLogoImage

      public void setIdpLogoImage(org.primefaces.event.FileUploadEvent event)
    • setdpFaviconImage

      public void setdpFaviconImage(org.primefaces.event.FileUploadEvent event)
    • addNewOxtrustLib

      public void addNewOxtrustLib(org.primefaces.event.FileUploadEvent event)
    • addNewOxauthLib

      public void addNewOxauthLib(org.primefaces.event.FileUploadEvent event)
    • removeThemeColor

      public void removeThemeColor()
    • getOrganization

      public GluuOrganization getOrganization()
    • destroy

      @PreDestroy public void destroy() throws Exception
      Throws:
      Exception
    • getLoginPageCustomMessage

      public String getLoginPageCustomMessage()
    • setLoginPageCustomMessage

      public void setLoginPageCustomMessage(String loginPageCustomMessage)
    • getWelcomePageCustomMessage

      public String getWelcomePageCustomMessage()
    • setWelcomePageCustomMessage

      public void setWelcomePageCustomMessage(String welcomePageCustomMessage)
    • getWelcomeTitleText

      public String getWelcomeTitleText()
    • setWelcomeTitleText

      public void setWelcomeTitleText(String welcomeTitleText)
    • getSmtpPasswordDecrypted

      public String getSmtpPasswordDecrypted()
    • setSmtpPasswordDecrypted

      public void setSmtpPasswordDecrypted(String smtpPasswordDecrypted)
    • getKeyStorePasswordDecrypted

      public String getKeyStorePasswordDecrypted()
    • setKeyStorePasswordDecrypted

      public void setKeyStorePasswordDecrypted(String keyStorePasswordDecrypted)
    • getConfiguration

      public GluuConfiguration getConfiguration()
    • getConfigurations

      public List<GluuConfiguration> getConfigurations()
      Returns:
      the configurations
    • setConfigurations

      public void setConfigurations(List<GluuConfiguration> configurations)
      Parameters:
      configurations - the configurations to set
    • getWebKeysSettings

      public org.gluu.config.oxauth.WebKeysSettings getWebKeysSettings()
    • setWebKeysSettings

      public void setWebKeysSettings(org.gluu.config.oxauth.WebKeysSettings webKeysSettings)
    • getSmtpConfiguration

      public org.gluu.model.SmtpConfiguration getSmtpConfiguration()
    • getRandonRnd

      public String getRandonRnd()