Uses of Class
org.pac4j.oauth.config.OAuthConfiguration
-
-
Uses of OAuthConfiguration in org.pac4j.oauth.config
Subclasses of OAuthConfiguration in org.pac4j.oauth.config Modifier and Type Class Description classOAuth10ConfigurationThe OAuh 1.0 configuration.classOAuth20ConfigurationThe OAuh 2.0 configuration. -
Uses of OAuthConfiguration in org.pac4j.oauth.credentials.authenticator
Fields in org.pac4j.oauth.credentials.authenticator declared as OAuthConfiguration Modifier and Type Field Description protected OAuthConfigurationOAuthAuthenticator. configurationprotected OAuthConfigurationOAuthAuthenticator. configuration -
Uses of OAuthConfiguration in org.pac4j.oauth.credentials.extractor
Fields in org.pac4j.oauth.credentials.extractor declared as OAuthConfiguration Modifier and Type Field Description protected OAuthConfigurationOAuthCredentialsExtractor. configurationprotected OAuthConfigurationOAuthCredentialsExtractor. configuration -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.bitbucket
Methods in org.pac4j.oauth.profile.bitbucket with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringBitbucketProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token token, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.casoauthwrapper
Methods in org.pac4j.oauth.profile.casoauthwrapper with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringCasOAuthWrapperProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.creator
Fields in org.pac4j.oauth.profile.creator declared as OAuthConfiguration Modifier and Type Field Description protected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configurationprotected OAuthConfigurationOAuthProfileCreator. configuration -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.cronofy
Methods in org.pac4j.oauth.profile.cronofy with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringCronofyProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.definition
Methods in org.pac4j.oauth.profile.definition with parameters of type OAuthConfiguration Modifier and Type Method Description abstract java.lang.StringOAuthProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration)Retrieve the url of the profile of the authenticated user for the provider. -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.dropbox
Methods in org.pac4j.oauth.profile.dropbox with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringDropBoxProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token token, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.facebook
Subclasses of OAuthConfiguration in org.pac4j.oauth.profile.facebook Modifier and Type Class Description classFacebookConfigurationFacebook OAuth configuration.Methods in org.pac4j.oauth.profile.facebook with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringFacebookProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.figshare
Methods in org.pac4j.oauth.profile.figshare with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringFigShareProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.foursquare
Methods in org.pac4j.oauth.profile.foursquare with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringFoursquareProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.generic
Methods in org.pac4j.oauth.profile.generic with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringGenericOAuth20ProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.github
Methods in org.pac4j.oauth.profile.github with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringGitHubProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.google2
Methods in org.pac4j.oauth.profile.google2 with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringGoogle2ProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.hiorgserver
Subclasses of OAuthConfiguration in org.pac4j.oauth.profile.hiorgserver Modifier and Type Class Description classHiOrgServerConfigurationHiOrg-Server OAuth configuration.Methods in org.pac4j.oauth.profile.hiorgserver with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringHiOrgServerProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.linkedin2
Subclasses of OAuthConfiguration in org.pac4j.oauth.profile.linkedin2 Modifier and Type Class Description classLinkedIn2ConfigurationLinkedIn OAuth configuration.Methods in org.pac4j.oauth.profile.linkedin2 with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringLinkedIn2ProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.ok
Subclasses of OAuthConfiguration in org.pac4j.oauth.profile.ok Modifier and Type Class Description classOkConfigurationOk OAuth configuration.Methods in org.pac4j.oauth.profile.ok with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringOkProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token token, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.paypal
Methods in org.pac4j.oauth.profile.paypal with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringPayPalProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.qq
Methods in org.pac4j.oauth.profile.qq with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringQQProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.strava
Methods in org.pac4j.oauth.profile.strava with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringStravaProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.twitter
Methods in org.pac4j.oauth.profile.twitter with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringTwitterProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.vk
Subclasses of OAuthConfiguration in org.pac4j.oauth.profile.vk Modifier and Type Class Description classVkConfigurationVk OAuth configuration.Methods in org.pac4j.oauth.profile.vk with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringVkProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.wechat
Methods in org.pac4j.oauth.profile.wechat with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringWechatProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.weibo
Methods in org.pac4j.oauth.profile.weibo with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringWeiboProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.windowslive
Methods in org.pac4j.oauth.profile.windowslive with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringWindowsLiveProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.wordpress
Methods in org.pac4j.oauth.profile.wordpress with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringWordPressProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration) -
Uses of OAuthConfiguration in org.pac4j.oauth.profile.yahoo
Methods in org.pac4j.oauth.profile.yahoo with parameters of type OAuthConfiguration Modifier and Type Method Description java.lang.StringYahooProfileDefinition. getProfileUrl(com.github.scribejava.core.model.Token accessToken, OAuthConfiguration configuration)
-