Class OAuth10CredentialsExtractor

java.lang.Object
org.pac4j.oauth.credentials.extractor.OAuth10CredentialsExtractor
All Implemented Interfaces:
org.pac4j.core.credentials.extractor.CredentialsExtractor

public class OAuth10CredentialsExtractor extends Object
OAuth 1.0 credentials extractor.
Since:
2.0.0
Author:
Jerome Leleu
  • Field Details

    • logger

      protected final org.slf4j.Logger logger
    • configuration

      protected OAuthConfiguration configuration
    • client

      protected org.pac4j.core.client.IndirectClient client
  • Constructor Details

    • OAuth10CredentialsExtractor

      public OAuth10CredentialsExtractor(OAuth10Configuration configuration, org.pac4j.core.client.IndirectClient client)
  • Method Details

    • getOAuthCredentials

      protected Optional<org.pac4j.core.credentials.Credentials> getOAuthCredentials(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
      Get the OAuth credentials from the web context.
      Parameters:
      context - the web context
      sessionStore - the session store
      Returns:
      the OAuth credentials
    • extract

      public Optional<org.pac4j.core.credentials.Credentials> extract(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore sessionStore)
      Specified by:
      extract in interface org.pac4j.core.credentials.extractor.CredentialsExtractor