Package de.xima.fc.gui.bean.user
Class AuthenticationTestBean
- java.lang.Object
-
- de.xima.fc.gui.bean.user.AuthenticationTestBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class AuthenticationTestBean extends Object implements Serializable
Bean for testing the client- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationTestBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMsg()
String
getHintMsg()
org.pac4j.core.profile.UserProfile
getPac4jProfile()
String
getSessionId()
String
getUserRawDataJson()
String
getViewToken()
void
setErrorMsg(String errorMsg)
void
setHintMsg(String hintMsg)
-
-
-
Method Detail
-
getPac4jProfile
public org.pac4j.core.profile.UserProfile getPac4jProfile()
-
getUserRawDataJson
public String getUserRawDataJson()
-
getHintMsg
public String getHintMsg()
-
setHintMsg
public void setHintMsg(String hintMsg)
-
getErrorMsg
public String getErrorMsg()
-
setErrorMsg
public void setErrorMsg(String errorMsg)
-
getViewToken
public String getViewToken()
-
getSessionId
public String getSessionId()
-
-