Class OAuthUtils
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2client.rf.OAuthUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic Stringoa2redictKeyNameInSession(String oa2redirect) static voidsimplifyMultipleOAuth2Answers(Session session) Tries to avoid very long cookies by dropping all OAUTH2_ANSWERS except the first one.
-
Constructor Details
-
OAuthUtils
public OAuthUtils()
-
-
Method Details
-
simplifyMultipleOAuth2Answers
Tries to avoid very long cookies by dropping all OAUTH2_ANSWERS except the first one. (The SessionManager.mergeCookies produces a value with "{...answer1...},{...answer2...}". We locate the ',' in between the JSON objects and split the string.) -
isOAuth2RedirectRequest
-
oa2redictKeyNameInSession
-