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.Serializable
Action 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.String
loginPageCustomMessage
protected java.lang.String
welcomePageCustomMessage
protected java.lang.String
welcomeTitleText
-
Constructor Summary
Constructors Constructor Description UpdateOrganizationAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNewOxauthLib(org.primefaces.event.FileUploadEvent event)
void
addNewOxtrustLib(org.primefaces.event.FileUploadEvent event)
java.lang.String
cancel()
void
destroy()
GluuConfiguration
getConfiguration()
java.util.List<GluuConfiguration>
getConfigurations()
java.lang.String
getLoginPageCustomMessage()
GluuOrganization
getOrganization()
java.lang.String
getRandonRnd()
org.gluu.model.SmtpConfiguration
getSmtpConfiguration()
org.gluu.config.oxauth.WebKeysSettings
getWebKeysSettings()
java.lang.String
getWelcomePageCustomMessage()
java.lang.String
getWelcomeTitleText()
java.lang.String
modify()
void
removeThemeColor()
java.lang.String
save()
void
saveWebKeySettings()
void
setConfigurations(java.util.List<GluuConfiguration> configurations)
void
setdpFaviconImage(org.primefaces.event.FileUploadEvent event)
void
setIdpLogoImage(org.primefaces.event.FileUploadEvent event)
void
setLoginPageCustomMessage(java.lang.String loginPageCustomMessage)
void
setOxAuthFaviconImage(org.primefaces.event.FileUploadEvent event)
void
setOxAuthLogoImage(org.primefaces.event.FileUploadEvent event)
void
setOxTrustFaviconImage(org.primefaces.event.FileUploadEvent event)
void
setOxTrustLogoImage(org.primefaces.event.FileUploadEvent event)
void
setWebKeysSettings(org.gluu.config.oxauth.WebKeysSettings webKeysSettings)
void
setWelcomePageCustomMessage(java.lang.String welcomePageCustomMessage)
void
setWelcomeTitleText(java.lang.String welcomeTitleText)
java.lang.String
verifySmtpConfiguration()
-
-
-
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()
-
-