public static class SecureClientAuthenticatorExecutor.Configuration extends ClientPolicyExecutorConfigurationRepresentation
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
allowedClientAuthenticators |
protected String |
defaultClientAuthenticator |
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedClientAuthenticators() |
String |
getDefaultClientAuthenticator() |
void |
setAllowedClientAuthenticators(List<String> allowedClientAuthenticators) |
void |
setDefaultClientAuthenticator(String defaultClientAuthenticator) |
getConfigAsMap, setConfigAsMapprotected String defaultClientAuthenticator
public void setAllowedClientAuthenticators(List<String> allowedClientAuthenticators)
public String getDefaultClientAuthenticator()
public void setDefaultClientAuthenticator(String defaultClientAuthenticator)
Copyright © 2021 JBoss by Red Hat. All rights reserved.