Class LoginCommonBean
- java.lang.Object
-
- de.xima.fc.gui.common.bean.security.LoginCommonBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class LoginCommonBean extends Object implements Serializable
Bean providing information for various login screens- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginCommonBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHeader()
javax.faces.application.FacesMessage
getSystemStateMessage()
boolean
isLoginAvailable(IAuthenticationTarget target)
-
-
-
Method Detail
-
getHeader
public String getHeader()
-
getSystemStateMessage
public javax.faces.application.FacesMessage getSystemStateMessage()
-
isLoginAvailable
public boolean isLoginAvailable(IAuthenticationTarget target)
-
-