Interface OAuthSessionStore

All Known Implementing Classes:
InMemorySessionStore

public interface OAuthSessionStore
  • Method Details

    • getSession

      Optional<OAuthSession> getSession(org.apache.camel.Exchange exchange)
    • createSession

      OAuthSession createSession(org.apache.camel.Exchange exchange)