Package org.apache.camel.oauth
Class InMemorySessionStore
java.lang.Object
org.apache.camel.oauth.InMemorySessionStore
- All Implemented Interfaces:
OAuthSessionStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSession(org.apache.camel.Exchange exchange) getSession(org.apache.camel.Exchange exchange)
-
Field Details
-
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
InMemorySessionStore
public InMemorySessionStore()
-
-
Method Details
-
getSession
- Specified by:
getSessionin interfaceOAuthSessionStore
-
createSession
- Specified by:
createSessionin interfaceOAuthSessionStore
-