Package org.apache.camel.oauth
Interface OAuthSession
- All Known Implementing Classes:
InMemorySession
public interface OAuthSession
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<UserProfile> <T> Optional<T> default voidputUserProfile(UserProfile profile) <T> voiddefault Optional<UserProfile> <T> Optional<T> removeValue(String key)
-
Method Details
-
getSessionId
String getSessionId() -
getValue
-
putValue
-
removeValue
-
getUserProfile
-
putUserProfile
-
removeUserProfile
-