Package org.gluu.oxtrust.action
Class UpdateOrganizationAction
- java.lang.Object
-
- org.gluu.oxtrust.action.UpdateOrganizationAction
-
- All Implemented Interfaces:
java.io.Serializable
@Named("updateOrganizationAction") @ConversationScoped @Secure("#{permissionService.hasPermission(\'configuration\', \'access\')}") public class UpdateOrganizationAction extends java.lang.Object implements java.io.SerializableAction class for configuring application- Author:
- Yuriy Movchan Date: 11.16.2010
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringloginPageCustomMessageprotected java.lang.StringwelcomePageCustomMessageprotected java.lang.StringwelcomeTitleText
-
Constructor Summary
Constructors Constructor Description UpdateOrganizationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNewOxauthLib(org.primefaces.event.FileUploadEvent event)voidaddNewOxtrustLib(org.primefaces.event.FileUploadEvent event)java.lang.Stringcancel()voiddestroy()GluuConfigurationgetConfiguration()java.util.List<GluuConfiguration>getConfigurations()java.lang.StringgetLoginPageCustomMessage()GluuOrganizationgetOrganization()java.lang.StringgetRandonRnd()org.gluu.model.SmtpConfigurationgetSmtpConfiguration()org.gluu.config.oxauth.WebKeysSettingsgetWebKeysSettings()java.lang.StringgetWelcomePageCustomMessage()java.lang.StringgetWelcomeTitleText()java.lang.Stringmodify()voidremoveThemeColor()java.lang.Stringsave()voidsaveWebKeySettings()voidsetConfigurations(java.util.List<GluuConfiguration> configurations)voidsetdpFaviconImage(org.primefaces.event.FileUploadEvent event)voidsetIdpLogoImage(org.primefaces.event.FileUploadEvent event)voidsetLoginPageCustomMessage(java.lang.String loginPageCustomMessage)voidsetOxAuthFaviconImage(org.primefaces.event.FileUploadEvent event)voidsetOxAuthLogoImage(org.primefaces.event.FileUploadEvent event)voidsetOxTrustFaviconImage(org.primefaces.event.FileUploadEvent event)voidsetOxTrustLogoImage(org.primefaces.event.FileUploadEvent event)voidsetWebKeysSettings(org.gluu.config.oxauth.WebKeysSettings webKeysSettings)voidsetWelcomePageCustomMessage(java.lang.String welcomePageCustomMessage)voidsetWelcomeTitleText(java.lang.String welcomeTitleText)java.lang.StringverifySmtpConfiguration()
-
-
-
Method Detail
-
modify
public java.lang.String modify()
-
save
public java.lang.String save()
-
saveWebKeySettings
public void saveWebKeySettings()
-
verifySmtpConfiguration
public java.lang.String verifySmtpConfiguration()
-
cancel
public java.lang.String cancel() throws java.lang.Exception- Throws:
java.lang.Exception
-
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 java.lang.Exception- Throws:
java.lang.Exception
-
getLoginPageCustomMessage
public java.lang.String getLoginPageCustomMessage()
-
setLoginPageCustomMessage
public void setLoginPageCustomMessage(java.lang.String loginPageCustomMessage)
-
getWelcomePageCustomMessage
public java.lang.String getWelcomePageCustomMessage()
-
setWelcomePageCustomMessage
public void setWelcomePageCustomMessage(java.lang.String welcomePageCustomMessage)
-
getWelcomeTitleText
public java.lang.String getWelcomeTitleText()
-
setWelcomeTitleText
public void setWelcomeTitleText(java.lang.String welcomeTitleText)
-
getConfiguration
public GluuConfiguration getConfiguration()
-
getConfigurations
public java.util.List<GluuConfiguration> getConfigurations()
- Returns:
- the configurations
-
setConfigurations
public void setConfigurations(java.util.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 java.lang.String getRandonRnd()
-
-