public class AdapterConfig extends BaseAdapterConfig
Modifier and Type | Field and Description |
---|---|
protected boolean |
allowAnyHostname |
protected boolean |
alwaysRefreshToken |
protected String |
clientKeyPassword |
protected String |
clientKeystore |
protected String |
clientKeystorePassword |
protected int |
connectionPoolSize |
protected boolean |
disableTrustManager |
protected String |
principalAttribute |
protected boolean |
registerNodeAtStartup |
protected int |
registerNodePeriod |
protected String |
tokenStore |
protected String |
truststore |
protected String |
truststorePassword |
protected Boolean |
turnOffChangeSessionIdOnLogin |
bearerOnly, cors, corsAllowedHeaders, corsAllowedMethods, corsMaxAge, credentials, enableBasicAuth, exposeToken, publicClient, resource, useResourceRoleMappings
authServerUrl, realm, realmKey, sslRequired
Constructor and Description |
---|
AdapterConfig() |
getCorsAllowedHeaders, getCorsAllowedMethods, getCorsMaxAge, getCredentials, getResource, isBearerOnly, isCors, isEnableBasicAuth, isExposeToken, isPublicClient, isUseResourceRoleMappings, setBearerOnly, setCors, setCorsAllowedHeaders, setCorsAllowedMethods, setCorsMaxAge, setCredentials, setEnableBasicAuth, 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
protected boolean alwaysRefreshToken
protected boolean registerNodeAtStartup
protected int registerNodePeriod
protected String tokenStore
protected String principalAttribute
protected Boolean turnOffChangeSessionIdOnLogin
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)
public boolean isAlwaysRefreshToken()
public void setAlwaysRefreshToken(boolean alwaysRefreshToken)
public boolean isRegisterNodeAtStartup()
public void setRegisterNodeAtStartup(boolean registerNodeAtStartup)
public int getRegisterNodePeriod()
public void setRegisterNodePeriod(int registerNodePeriod)
public String getTokenStore()
public void setTokenStore(String tokenStore)
public String getPrincipalAttribute()
public void setPrincipalAttribute(String principalAttribute)
public Boolean getTurnOffChangeSessionIdOnLogin()
public void setTurnOffChangeSessionIdOnLogin(Boolean turnOffChangeSessionIdOnLogin)
Copyright © 2016 JBoss by Red Hat. All rights reserved.