Class SessionOriginalExchangeStore
java.lang.Object
com.predic8.membrane.core.interceptor.oauth2client.OriginalExchangeStore
com.predic8.membrane.core.interceptor.oauth2client.SessionOriginalExchangeStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidpostProcess(Exchange exc) reconstruct(Exchange exchange, Session session, String state) voidvoidsetMaxBodySize(int maxBodySize) voidMethods inherited from class com.predic8.membrane.core.interceptor.oauth2client.OriginalExchangeStore
getTrimmedAbstractExchangeSnapshot
-
Field Details
-
ORIGINAL_REQUEST_PREFIX
- See Also:
-
-
Constructor Details
-
SessionOriginalExchangeStore
public SessionOriginalExchangeStore()
-
-
Method Details
-
store
public void store(Exchange exchange, Session session, String state, Exchange exchangeToStore) throws IOException - Specified by:
storein classOriginalExchangeStore- Throws:
IOException
-
reconstruct
- Specified by:
reconstructin classOriginalExchangeStore
-
remove
- Specified by:
removein classOriginalExchangeStore
-
postProcess
- Specified by:
postProcessin classOriginalExchangeStore
-
getMaxBodySize
public int getMaxBodySize() -
setMaxBodySize
public void setMaxBodySize(int maxBodySize)
-