Package de.xima.fc.gui.bean.settings
Class LoginLayoutConfigurationBean
- java.lang.Object
-
- de.xima.fc.gui.bean.settings.LoginLayoutConfigurationBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class LoginLayoutConfigurationBean extends Object implements Serializable
Bean for configuring the backend login layout.- Since:
- 7.1
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginLayoutConfigurationBean()
-
Method Summary
-
-
-
Method Detail
-
getHeader
public String getHeader()
-
setHeader
public void setHeader(String header)
-
getNotice
public String getNotice()
-
setNotice
public void setNotice(String notice)
-
getLayout
public String getLayout()
-
setLayout
public void setLayout(String layout)
-
getInputClientLayout
public String getInputClientLayout()
-
setInputClientLayout
public void setInputClientLayout(String inputClientLayout)
-
getRedirectClientRedirectTarget
public String getRedirectClientRedirectTarget()
-
setRedirectClientRedirectTarget
public void setRedirectClientRedirectTarget(String redirectClientRedirectTarget)
-
getInputClients
public List<IClientDescriptor> getInputClients()
-
setInputClients
public void setInputClients(List<IClientDescriptor> inputClients)
-
getRedirectClients
public List<IClientDescriptor> getRedirectClients()
-
setRedirectClients
public void setRedirectClients(List<IClientDescriptor> redirectClients)
-
getInputClientOptions
public List<IClientDescriptor> getInputClientOptions()
-
getRedirectClientOptions
public List<IClientDescriptor> getRedirectClientOptions()
-
getRedirectClientRedirectTargetOptions
public List<javax.faces.model.SelectItem> getRedirectClientRedirectTargetOptions()
-
getIconStyleClass
public String getIconStyleClass(IClientDescriptor client)
-
getIconStyle
public String getIconStyle(IClientDescriptor client)
-
getIconValue
public String getIconValue(IClientDescriptor client)
-
getName
public String getName(IClientDescriptor descriptor)
-
getTypeName
public String getTypeName(IClientDescriptor descriptor)
-
isActive
public boolean isActive(IClientDescriptor descriptor)
-
isShowSuperUserOption
public boolean isShowSuperUserOption(IClientDescriptor descriptor)
-
getRedirectProps
public CommonRedirectAuthenticatorProperties<?> getRedirectProps(IClientDescriptor descriptor)
-
save
public void save()
-
hasDescriptorLicenseAccess
public boolean hasDescriptorLicenseAccess(IClientDescriptor descriptor)
-
-