Package de.xima.fc.web.common.auth
Class FRQSessionStateGenerator
- java.lang.Object
 - 
- de.xima.fc.web.common.auth.FRQSessionStateGenerator
 
 
- 
- All Implemented Interfaces:
 org.pac4j.core.util.generator.ValueGenerator
@Deprecated public class FRQSessionStateGenerator extends Object implements org.pac4j.core.util.generator.ValueGenerator
Deprecated.Will be moved in version 8.0.0.- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FRQSessionStateGenerator()Deprecated. 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.alibaba.fastjson.JSONObjectdecryptJSON(String encoded)Deprecated.static StringencryptedJSON(javax.servlet.http.HttpServletRequest request)Deprecated.StringgenerateValue(org.pac4j.core.context.WebContext webContext, org.pac4j.core.context.session.SessionStore sessionStore)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
generateValue
public String generateValue(org.pac4j.core.context.WebContext webContext, org.pac4j.core.context.session.SessionStore sessionStore)
Deprecated.- Specified by:
 generateValuein interfaceorg.pac4j.core.util.generator.ValueGenerator
 
- 
encryptedJSON
public static String encryptedJSON(javax.servlet.http.HttpServletRequest request)
Deprecated. 
- 
decryptJSON
public static com.alibaba.fastjson.JSONObject decryptJSON(String encoded)
Deprecated. 
 - 
 
 -