Class LinkedInV2ClientConfiguration
java.lang.Object
org.forgerock.oauth.OAuthClientConfiguration
org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
org.forgerock.oauth.clients.linkedinv2.LinkedInV2ClientConfiguration
Configuration used for
LinkedInV2Client implementation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder used to createLinkedInV2ClientConfigurationinstance. -
Field Summary
Fields inherited from class org.forgerock.oauth.OAuthClientConfiguration
PROVIDER -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Gets the class name of the client implementation consuming theOpenIDConnectClientConfiguration.Creates a new builder forLinkedInV2ClientConfiguration.Methods inherited from class org.forgerock.oauth.clients.oidc.OpenIDConnectClientConfiguration
getAcrValues, getClaims, getIssuer, getJwkSetEndpoint, getJwtRequestParameterOption, getKeyAlias, getKeystoreLocation, getKeystorePassword, getKeystoreType, getOpenIdResolverServiceConfig, getWellKnownEndpoint, hasEncryptedIdTokens, openIdConnectClientConfigurationMethods inherited from class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
getAuthenticationFilter, getAuthorizationEndpoint, getClientId, getClientSecret, getClientSecretReference, getIntrospectEndpoint, getPkceMethod, getRedirectUri, getResponseMode, getScope, getScopeDelimiter, getTokenEndpoint, getUserInfoEndpoint, oauth2ClientConfigurationMethods inherited from class org.forgerock.oauth.OAuthClientConfiguration
getAuthenticationIdKey, getProvider
-
Method Details
-
getClientClass
Description copied from class:OpenIDConnectClientConfigurationGets the class name of the client implementation consuming theOpenIDConnectClientConfiguration.- Overrides:
getClientClassin classOpenIDConnectClientConfiguration- Returns:
- the client implementation class name.
-
linkedInV2ClientConfiguration
Creates a new builder forLinkedInV2ClientConfiguration.- Returns:
- new
LinkedInV2ClientConfigurationbuilder instance.
-