public class X509ClientAuthenticator extends AbstractClientAuthenticator
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_PREFIX |
static String |
ATTR_SUBJECT_DN |
protected static ServicesLogger |
logger |
static String |
PROVIDER_ID |
REQUIREMENT_CHOICES
Constructor and Description |
---|
X509ClientAuthenticator() |
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() |
Set<String> |
getProtocolAuthenticatorMethods(String loginProtocol)
Get authentication methods for the specified protocol
|
AuthenticationExecutionModel.Requirement[] |
getRequirementChoices()
What requirement settings are allowed.
|
boolean |
isConfigurable()
Is this authenticator configurable globally?
|
close, create, create, getReferenceCategory, init, isUserSetupAllowed, postInit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public static final String PROVIDER_ID
public static final String ATTR_PREFIX
public static final String ATTR_SUBJECT_DN
protected static ServicesLogger logger
public void authenticateClient(ClientAuthenticationFlowContext context)
ClientAuthenticator
public String getDisplayType()
ConfigurableAuthenticatorFactory
public boolean isConfigurable()
ClientAuthenticatorFactory
public AuthenticationExecutionModel.Requirement[] getRequirementChoices()
ConfigurableAuthenticatorFactory
public List<ProviderConfigProperty> getConfigPropertiesPerClient()
ClientAuthenticatorFactory
public Map<String,Object> getAdapterConfiguration(ClientModel client)
ClientAuthenticatorFactory
public Set<String> getProtocolAuthenticatorMethods(String loginProtocol)
ClientAuthenticatorFactory
loginProtocol
- corresponds to ProviderFactory.getId()
public String getHelpText()
public List<ProviderConfigProperty> getConfigProperties()
public String getId()
Copyright © 2020 JBoss by Red Hat. All rights reserved.