Class CookieOriginialExchangeStore
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2client.OriginalExchangeStore
com.predic8.membrane.core.interceptor.oauth2client.CookieOriginialExchangeStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCookies(Exchange exc) voidpostProcess(Exchange exchange) reconstruct(Exchange exchange, Session session, String state) voidvoidMethods inherited from class com.predic8.membrane.core.interceptor.oauth2client.OriginalExchangeStore
getTrimmedAbstractExchangeSnapshot
-
Field Details
-
ORIGINAL_REQUEST_PREFIX
- See Also:
-
-
Constructor Details
-
CookieOriginialExchangeStore
public CookieOriginialExchangeStore()
-
-
Method Details
-
createCookieAttributes
-
createInvalidationAttributes
-
store
public void store(Exchange exchange, Session session, String state, Exchange exchangeToStore) throws IOException - Specified by:
storein classOriginalExchangeStore- Throws:
IOException
-
getCookies
-
reconstruct
- Specified by:
reconstructin classOriginalExchangeStore
-
remove
- Specified by:
removein classOriginalExchangeStore
-
postProcess
- Specified by:
postProcessin classOriginalExchangeStore
-