Uses of Interface
org.apache.camel.oauth.OAuthSession
Packages that use OAuthSession
-
Uses of OAuthSession in org.apache.camel.oauth
Classes in org.apache.camel.oauth that implement OAuthSessionMethods in org.apache.camel.oauth that return OAuthSessionModifier and TypeMethodDescriptionInMemorySessionStore.createSession(org.apache.camel.Exchange exchange) OAuth.createSession(org.apache.camel.Exchange exchange) OAuthSessionStore.createSession(org.apache.camel.Exchange exchange) Methods in org.apache.camel.oauth that return types with arguments of type OAuthSessionModifier and TypeMethodDescriptionInMemorySessionStore.getSession(org.apache.camel.Exchange exchange) OAuth.getSession(org.apache.camel.Exchange exchange) OAuthSessionStore.getSession(org.apache.camel.Exchange exchange) Methods in org.apache.camel.oauth with parameters of type OAuthSessionModifier and TypeMethodDescriptionprotected voidAbstractOAuthProcessor.authenticateExistingUserProfile(OAuth oauth, OAuthSession session) protected voidAbstractOAuthProcessor.setSessionCookie(org.apache.camel.Message msg, OAuthSession session)