public class JWTClientAuthenticator extends AbstractClientAuthenticator
Modifier and Type | Field and Description |
---|---|
static String |
CERTIFICATE_ATTR |
protected static ServicesLogger |
logger |
static String |
PROVIDER_ID |
static AuthenticationExecutionModel.Requirement[] |
REQUIREMENT_CHOICES |
Constructor and Description |
---|
JWTClientAuthenticator() |
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, postInit
protected static ServicesLogger logger
public static final String PROVIDER_ID
public static final String CERTIFICATE_ATTR
public static final AuthenticationExecutionModel.Requirement[] REQUIREMENT_CHOICES
public void authenticateClient(ClientAuthenticationFlowContext context)
ClientAuthenticator
public String getDisplayType()
ConfigurableAuthenticatorFactory
public boolean isConfigurable()
ClientAuthenticatorFactory
public AuthenticationExecutionModel.Requirement[] getRequirementChoices()
ConfigurableAuthenticatorFactory
public String getHelpText()
public List<ProviderConfigProperty> getConfigProperties()
public List<ProviderConfigProperty> getConfigPropertiesPerClient()
ClientAuthenticatorFactory
public Map<String,Object> getAdapterConfiguration(ClientModel client)
ClientAuthenticatorFactory
public String getId()
Copyright © 2016 JBoss by Red Hat. All rights reserved.