public class AdapterConfig extends BaseAdapterConfig
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowAnyHostname |
protected String |
clientKeyPassword |
protected String |
clientKeystore |
protected String |
clientKeystorePassword |
protected int |
connectionPoolSize |
protected boolean |
disableTrustManager |
protected String |
truststore |
protected String |
truststorePassword |
bearerOnly, cors, corsAllowedHeaders, corsAllowedMethods, corsMaxAge, credentials, exposeToken, publicClient, resource, useResourceRoleMappings
authServerUrl, realm, realmKey, sslRequired
Constructor and Description |
---|
AdapterConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getClientKeyPassword() |
String |
getClientKeystore() |
String |
getClientKeystorePassword() |
int |
getConnectionPoolSize() |
String |
getTruststore() |
String |
getTruststorePassword() |
boolean |
isAllowAnyHostname() |
boolean |
isDisableTrustManager() |
void |
setAllowAnyHostname(boolean allowAnyHostname) |
void |
setClientKeyPassword(String clientKeyPassword) |
void |
setClientKeystore(String clientKeystore) |
void |
setClientKeystorePassword(String clientKeystorePassword) |
void |
setConnectionPoolSize(int connectionPoolSize) |
void |
setDisableTrustManager(boolean disableTrustManager) |
void |
setTruststore(String truststore) |
void |
setTruststorePassword(String truststorePassword) |
getCorsAllowedHeaders, getCorsAllowedMethods, getCorsMaxAge, getCredentials, getResource, isBearerOnly, isCors, isExposeToken, isPublicClient, isUseResourceRoleMappings, setBearerOnly, setCors, setCorsAllowedHeaders, setCorsAllowedMethods, setCorsMaxAge, setCredentials, setExposeToken, setPublicClient, setResource, setUseResourceRoleMappings
getAuthServerUrl, getRealm, getRealmKey, getSslRequired, setAuthServerUrl, setRealm, setRealmKey, setSslRequired
protected boolean allowAnyHostname
protected boolean disableTrustManager
protected String truststore
protected String truststorePassword
protected String clientKeystore
protected String clientKeystorePassword
protected String clientKeyPassword
protected int connectionPoolSize
public boolean isAllowAnyHostname()
public void setAllowAnyHostname(boolean allowAnyHostname)
public boolean isDisableTrustManager()
public void setDisableTrustManager(boolean disableTrustManager)
public String getTruststore()
public void setTruststore(String truststore)
public String getTruststorePassword()
public void setTruststorePassword(String truststorePassword)
public String getClientKeystore()
public void setClientKeystore(String clientKeystore)
public String getClientKeystorePassword()
public void setClientKeystorePassword(String clientKeystorePassword)
public String getClientKeyPassword()
public void setClientKeyPassword(String clientKeyPassword)
public int getConnectionPoolSize()
public void setConnectionPoolSize(int connectionPoolSize)
Copyright © 2014. All Rights Reserved.