public class IdentityServiceConfig
extends org.keycloak.representations.adapters.config.AdapterConfig
allowAnyHostname, alwaysRefreshToken, clientKeyPassword, clientKeystore, clientKeystorePassword, connectionPoolSize, disableTrustManager, ignoreOAuthQueryParameter, minTimeBetweenJwksRequests, pkce, policyEnforcerConfig, principalAttribute, proxyUrl, publicKeyCacheTtl, registerNodeAtStartup, registerNodePeriod, tokenCookiePath, tokenMinimumTimeToLive, tokenStore, truststore, truststorePassword, turnOffChangeSessionIdOnLogin, verifyTokenAudienceautodetectBearerOnly, bearerOnly, cors, corsAllowedHeaders, corsAllowedMethods, corsExposedHeaders, corsMaxAge, credentials, enableBasicAuth, exposeToken, publicClient, redirectRewriteRules, resource, useResourceRoleMappings| Constructor and Description |
|---|
IdentityServiceConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getClientConnectionTimeoutInMillis() |
int |
getClientSocketTimeoutInMillis() |
String |
getCredentialsProvider() |
String |
getCredentialsSecret() |
String |
getGrantType() |
String |
getPassword() |
String |
getUsername() |
boolean |
isValidateToken() |
void |
setClientConnectionTimeoutInMillis(int clientConnectionTimeoutInMillis) |
void |
setClientSocketTimeoutInMillis(int clientSocketTimeoutInMillis) |
void |
setCredentials()
Helper method to set the credentials.
|
void |
setCredentialsProvider(String credentialsProvider) |
void |
setCredentialsSecret(String credentialsSecret) |
void |
setGrantType(String grantType) |
void |
setPassword(String password) |
void |
setUsername(String username) |
void |
setValidateToken(boolean validateToken) |
getClientKeyPassword, getClientKeystore, getClientKeystorePassword, getConnectionPoolSize, getMinTimeBetweenJwksRequests, getPolicyEnforcerConfig, getPrincipalAttribute, getProxyUrl, getPublicKeyCacheTtl, getRegisterNodePeriod, getTokenCookiePath, getTokenMinimumTimeToLive, getTokenStore, getTruststore, getTruststorePassword, getTurnOffChangeSessionIdOnLogin, isAllowAnyHostname, isAlwaysRefreshToken, isDisableTrustManager, isIgnoreOAuthQueryParameter, isPkce, isRegisterNodeAtStartup, isVerifyTokenAudience, setAllowAnyHostname, setAlwaysRefreshToken, setClientKeyPassword, setClientKeystore, setClientKeystorePassword, setConnectionPoolSize, setDisableTrustManager, setIgnoreOAuthQueryParameter, setMinTimeBetweenJwksRequests, setPkce, setPolicyEnforcerConfig, setPrincipalAttribute, setProxyUrl, setPublicKeyCacheTtl, setRegisterNodeAtStartup, setRegisterNodePeriod, setTokenCookiePath, setTokenMinimumTimeToLive, setTokenStore, setTruststore, setTruststorePassword, setTurnOffChangeSessionIdOnLogin, setVerifyTokenAudiencegetCorsAllowedHeaders, getCorsAllowedMethods, getCorsExposedHeaders, getCorsMaxAge, getCredentials, getRedirectRewriteRules, getResource, isAutodetectBearerOnly, isBearerOnly, isCors, isEnableBasicAuth, isExposeToken, isPublicClient, isUseResourceRoleMappings, setAutodetectBearerOnly, setBearerOnly, setCors, setCorsAllowedHeaders, setCorsAllowedMethods, setCorsExposedHeaders, setCorsMaxAge, setCredentials, setEnableBasicAuth, setExposeToken, setPublicClient, setRedirectRewriteRules, setResource, setUseResourceRoleMappingspublic String getGrantType()
public void setGrantType(String grantType)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getCredentialsSecret()
public void setCredentialsSecret(String credentialsSecret)
public String getCredentialsProvider()
public void setCredentialsProvider(String credentialsProvider)
public boolean isValidateToken()
public void setValidateToken(boolean validateToken)
public int getClientConnectionTimeoutInMillis()
public void setClientConnectionTimeoutInMillis(int clientConnectionTimeoutInMillis)
public int getClientSocketTimeoutInMillis()
public void setClientSocketTimeoutInMillis(int clientSocketTimeoutInMillis)
public void setCredentials()
Copyright © 2019. All rights reserved.