Package org.keycloak.provider
Interface ConfiguredPerClientProvider
- All Superinterfaces:
ConfiguredProvider
- All Known Subinterfaces:
ClientAuthenticatorFactory
- All Known Implementing Classes:
AbstractClientAuthenticator
,ClientIdAndSecretAuthenticator
,FederatedJWTClientAuthenticator
,JWTClientAuthenticator
,JWTClientSecretAuthenticator
,X509ClientAuthenticator
- Author:
- Giuseppe Graziano
-
Method Summary
Modifier and TypeMethodDescriptionList of config properties for this client implementation.Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig, getConfigProperties, getHelpText
-
Method Details
-
getConfigPropertiesPerClient
List<ProviderConfigProperty> getConfigPropertiesPerClient()List of config properties for this client implementation. Those will be shown in admin console in clients credentials tab and can be configured per client.- Returns:
-