Class LinkedInClientConfiguration
java.lang.Object
org.forgerock.oauth.OAuthClientConfiguration
org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
org.forgerock.oauth.clients.linkedin.LinkedInClientConfiguration
Configuration used for
LinkedInClient
Implementation.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder used to createLinkedInClientConfiguration
instance. -
Field Summary
Fields inherited from class org.forgerock.oauth.OAuthClientConfiguration
PROVIDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Gets the class name of the client implementation consuming theOAuth2ClientConfiguration
.protected URI
Gets the email address endpoint.Gets the PKCE transformation method to us when making requests to the authorization endpoint.Creates a new builder forLinkedInClientConfiguration
.Methods inherited from class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
getAuthenticationFilter, getAuthorizationEndpoint, getClientId, getClientSecret, getClientSecretReference, getIntrospectEndpoint, getRedirectUri, getResponseMode, getScope, getScopeDelimiter, getTokenEndpoint, getUserInfoEndpoint, oauth2ClientConfiguration
Methods inherited from class org.forgerock.oauth.OAuthClientConfiguration
getAuthenticationIdKey, getProvider
-
Constructor Details
-
LinkedInClientConfiguration
Creates anLinkedInClientConfiguration
instance.- Parameters:
builder
-LinkedInClientConfiguration
instance builder.
-
-
Method Details
-
getClientClass
Description copied from class:OAuth2ClientConfiguration
Gets the class name of the client implementation consuming theOAuth2ClientConfiguration
.- Overrides:
getClientClass
in classOAuth2ClientConfiguration
- Returns:
- the client implementation class name.
-
getEmailAddressEndpoint
Gets the email address endpoint.- Returns:
- the email address endpoint
-
linkedinClientConfiguration
Creates a new builder forLinkedInClientConfiguration
.- Returns:
- new
LinkedInClientConfiguration
builder instance.
-
getPkceMethod
Description copied from class:OAuth2ClientConfiguration
Gets the PKCE transformation method to us when making requests to the authorization endpoint.- Overrides:
getPkceMethod
in classOAuth2ClientConfiguration
- Returns:
- the PKCE transformation method.
-