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 StringgetErrorMsg()org.pac4j.core.profile.UserProfilegetPac4jProfile()StringgetSessionId()StringgetUserRawDataJson()StringgetViewToken()voidsetErrorMsg(String errorMsg) 
 - 
 
- 
- 
Method Detail
- 
getPac4jProfile
public org.pac4j.core.profile.UserProfile getPac4jProfile()
 
- 
getUserRawDataJson
public String getUserRawDataJson()
 
- 
getErrorMsg
public String getErrorMsg()
 
- 
setErrorMsg
public void setErrorMsg(String errorMsg)
 
- 
getViewToken
public String getViewToken()
 
- 
getSessionId
public String getSessionId()
 
 - 
 
 -