Class FacebookClientConfiguration
java.lang.Object
org.forgerock.oauth.OAuthClientConfiguration
org.forgerock.oauth.clients.oauth2.OAuth2ClientConfiguration
org.forgerock.oauth.clients.facebook.FacebookClientConfiguration
Configuration used for Facebook Client Implementation.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Builder used to create FacebookClientConfiguration instance. -
Field Summary
Fields inherited from class org.forgerock.oauth.OAuthClientConfiguration
PROVIDER
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new builder for FacebookClientConfiguration.Class<?>
Gets the class name of the client implementation consuming theOAuth2ClientConfiguration
.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:OAuth2ClientConfiguration
Gets the class name of the client implementation consuming theOAuth2ClientConfiguration
.- Overrides:
getClientClass
in classOAuth2ClientConfiguration
- Returns:
- the client implementation class name.
-
facebookClientConfiguration
Creates a new builder for FacebookClientConfiguration.- Returns:
- Builder the new builder for the class
-