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 class
Builder used to createLinkedInV2ClientConfiguration
instance. -
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, openIdConnectClientConfiguration
Methods inherited from class org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
getAuthenticationFilter, getAuthorizationEndpoint, getClientId, getClientSecret, getClientSecretReference, getIntrospectEndpoint, getPkceMethod, getRedirectUri, getResponseMode, getScope, getScopeDelimiter, getTokenEndpoint, getUserInfoEndpoint, oauth2ClientConfiguration
Methods inherited from class org.forgerock.oauth.OAuthClientConfiguration
getAuthenticationIdKey, getProvider
-
Method Details
-
getClientClass
Description copied from class:OpenIDConnectClientConfiguration
Gets the class name of the client implementation consuming theOpenIDConnectClientConfiguration
.- Overrides:
getClientClass
in classOpenIDConnectClientConfiguration
- Returns:
- the client implementation class name.
-
linkedInV2ClientConfiguration
Creates a new builder forLinkedInV2ClientConfiguration
.- Returns:
- new
LinkedInV2ClientConfiguration
builder instance.
-