Package org.apache.camel.oauth
Class InMemorySession
java.lang.Object
org.apache.camel.oauth.InMemorySession
- All Implemented Interfaces:
OAuthSession
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.oauth.OAuthSession
getUserProfile, putUserProfile, removeUserProfile
-
Field Details
-
log
protected final org.slf4j.Logger log
-
-
Constructor Details
-
InMemorySession
-
-
Method Details
-
getSessionId
- Specified by:
getSessionIdin interfaceOAuthSession
-
getValue
- Specified by:
getValuein interfaceOAuthSession
-
putValue
- Specified by:
putValuein interfaceOAuthSession
-
removeValue
- Specified by:
removeValuein interfaceOAuthSession
-