public class ClientIdAndSecretAuthenticator extends AbstractClientAuthenticator
| Modifier and Type | Field and Description |
|---|---|
protected static ServicesLogger |
logger |
static String |
PROVIDER_ID |
static AuthenticationExecutionModel.Requirement[] |
REQUIREMENT_CHOICES |
| Constructor and Description |
|---|
ClientIdAndSecretAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticateClient(ClientAuthenticationFlowContext context)
Initial call for the authenticator.
|
Map<String,Object> |
getAdapterConfiguration(ClientModel client)
Get configuration, which needs to be used for adapter ( keycloak.json ) of particular client.
|
List<ProviderConfigProperty> |
getConfigProperties() |
List<ProviderConfigProperty> |
getConfigPropertiesPerClient()
List of config properties for this client implementation.
|
String |
getDisplayType()
Friendly name for the authenticator
|
String |
getHelpText() |
String |
getId() |
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices()
What requirement settings are allowed.
|
boolean |
isConfigurable()
Is this authenticator configurable globally?
|
close, create, create, getReferenceCategory, init, isUserSetupAllowed, postInitprotected static ServicesLogger logger
public static final String PROVIDER_ID
public static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
public void authenticateClient(ClientAuthenticationFlowContext context)
ClientAuthenticatorpublic String getDisplayType()
ConfigurableAuthenticatorFactorypublic boolean isConfigurable()
ClientAuthenticatorFactorypublic AuthenticationExecutionModel.Requirement[] getRequirementChoices()
ConfigurableAuthenticatorFactorypublic String getHelpText()
public List<ProviderConfigProperty> getConfigProperties()
public List<ProviderConfigProperty> getConfigPropertiesPerClient()
ClientAuthenticatorFactorypublic Map<String,Object> getAdapterConfiguration(ClientModel client)
ClientAuthenticatorFactorypublic String getId()
Copyright © 2016 JBoss by Red Hat. All rights reserved.