Uses of Class
org.pac4j.oauth.config.OAuth10Configuration
-
-
Uses of OAuth10Configuration in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client declared as OAuth10Configuration Modifier and Type Field Description protected OAuth10ConfigurationOAuth10Client. configurationMethods in org.pac4j.oauth.client that return OAuth10Configuration Modifier and Type Method Description OAuth10ConfigurationOAuth10Client. getConfiguration()Methods in org.pac4j.oauth.client with parameters of type OAuth10Configuration Modifier and Type Method Description voidOAuth10Client. setConfiguration(OAuth10Configuration configuration) -
Uses of OAuth10Configuration in org.pac4j.oauth.credentials.authenticator
Constructors in org.pac4j.oauth.credentials.authenticator with parameters of type OAuth10Configuration Constructor Description OAuth10Authenticator(OAuth10Configuration configuration, IndirectClient client) -
Uses of OAuth10Configuration in org.pac4j.oauth.credentials.extractor
Constructors in org.pac4j.oauth.credentials.extractor with parameters of type OAuth10Configuration Constructor Description OAuth10CredentialsExtractor(OAuth10Configuration configuration, IndirectClient client) -
Uses of OAuth10Configuration in org.pac4j.oauth.profile.bitbucket
Methods in org.pac4j.oauth.profile.bitbucket with parameters of type OAuth10Configuration Modifier and Type Method Description StringBitbucketProfileDefinition. getProfileUrl(com.github.scribejava.core.model.OAuth1Token token, OAuth10Configuration configuration) -
Uses of OAuth10Configuration in org.pac4j.oauth.profile.creator
Constructors in org.pac4j.oauth.profile.creator with parameters of type OAuth10Configuration Constructor Description OAuth10ProfileCreator(OAuth10Configuration configuration, IndirectClient client) -
Uses of OAuth10Configuration in org.pac4j.oauth.profile.twitter
Methods in org.pac4j.oauth.profile.twitter with parameters of type OAuth10Configuration Modifier and Type Method Description StringTwitterProfileDefinition. getProfileUrl(com.github.scribejava.core.model.OAuth1Token accessToken, OAuth10Configuration configuration) -
Uses of OAuth10Configuration in org.pac4j.oauth.profile.yahoo
Methods in org.pac4j.oauth.profile.yahoo with parameters of type OAuth10Configuration Modifier and Type Method Description StringYahooProfileDefinition. getProfileUrl(com.github.scribejava.core.model.OAuth1Token accessToken, OAuth10Configuration configuration)Constructors in org.pac4j.oauth.profile.yahoo with parameters of type OAuth10Configuration Constructor Description YahooProfileCreator(OAuth10Configuration configuration, IndirectClient client) -
Uses of OAuth10Configuration in org.pac4j.oauth.redirect
Fields in org.pac4j.oauth.redirect declared as OAuth10Configuration Modifier and Type Field Description protected OAuth10ConfigurationOAuth10RedirectionActionBuilder. configurationConstructors in org.pac4j.oauth.redirect with parameters of type OAuth10Configuration Constructor Description OAuth10RedirectionActionBuilder(OAuth10Configuration configuration, IndirectClient client)
-