Uses of Class
org.pac4j.oauth.config.OAuth20Configuration
Packages that use OAuth20Configuration
Package
Description
-
Uses of OAuth20Configuration in org.pac4j.oauth.client
Fields in org.pac4j.oauth.client declared as OAuth20Configuration -
Uses of OAuth20Configuration in org.pac4j.oauth.credentials.authenticator
Constructors in org.pac4j.oauth.credentials.authenticator with parameters of type OAuth20ConfigurationModifierConstructorDescriptionOAuth20Authenticator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for OAuth20Authenticator. -
Uses of OAuth20Configuration in org.pac4j.oauth.credentials.extractor
Constructors in org.pac4j.oauth.credentials.extractor with parameters of type OAuth20ConfigurationModifierConstructorDescriptionOAuth20CredentialsExtractor(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for OAuth20CredentialsExtractor. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.creator
Constructors in org.pac4j.oauth.profile.creator with parameters of type OAuth20ConfigurationModifierConstructorDescriptionOAuth20ProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for OAuth20ProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.cronofy
Constructors in org.pac4j.oauth.profile.cronofy with parameters of type OAuth20ConfigurationModifierConstructorDescriptionCronofyProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for CronofyProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.dropbox
Constructors in org.pac4j.oauth.profile.dropbox with parameters of type OAuth20ConfigurationModifierConstructorDescriptionDropBoxProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for DropBoxProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.facebook
Subclasses of OAuth20Configuration in org.pac4j.oauth.profile.facebookConstructors in org.pac4j.oauth.profile.facebook with parameters of type OAuth20ConfigurationModifierConstructorDescriptionFacebookProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for FacebookProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.foursquare
Constructors in org.pac4j.oauth.profile.foursquare with parameters of type OAuth20ConfigurationModifierConstructorDescriptionFoursquareProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for FoursquareProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.hiorgserver
Subclasses of OAuth20Configuration in org.pac4j.oauth.profile.hiorgserverModifier and TypeClassDescriptionclassHiOrg-Server OAuth configuration. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.linkedin2
Subclasses of OAuth20Configuration in org.pac4j.oauth.profile.linkedin2Constructors in org.pac4j.oauth.profile.linkedin2 with parameters of type OAuth20ConfigurationModifierConstructorDescriptionLinkedIn2ProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for LinkedIn2ProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.ok
Subclasses of OAuth20Configuration in org.pac4j.oauth.profile.ok -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.qq
Methods in org.pac4j.oauth.profile.qq with parameters of type OAuth20ConfigurationModifier and TypeMethodDescriptionQQProfileDefinition.getOpenidUrl(com.github.scribejava.core.model.OAuth2AccessToken accessToken, OAuth20Configuration configuration) getOpenidUrl.Constructors in org.pac4j.oauth.profile.qq with parameters of type OAuth20ConfigurationModifierConstructorDescriptionQQProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for QQProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.vk
Subclasses of OAuth20Configuration in org.pac4j.oauth.profile.vk -
Uses of OAuth20Configuration in org.pac4j.oauth.profile.wechat
Constructors in org.pac4j.oauth.profile.wechat with parameters of type OAuth20ConfigurationModifierConstructorDescriptionWechatProfileCreator(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for WechatProfileCreator. -
Uses of OAuth20Configuration in org.pac4j.oauth.redirect
Fields in org.pac4j.oauth.redirect declared as OAuth20ConfigurationModifier and TypeFieldDescriptionprotected OAuth20ConfigurationOAuth20RedirectionActionBuilder.configurationConstructors in org.pac4j.oauth.redirect with parameters of type OAuth20ConfigurationModifierConstructorDescriptionOAuth20RedirectionActionBuilder(OAuth20Configuration configuration, org.pac4j.core.client.IndirectClient client) Constructor for OAuth20RedirectionActionBuilder.