@ConfigurationProperties(prefix="keycloak",
ignoreUnknownFields=false)
public class KeycloakSpringBootProperties
extends AdapterConfig
| Modifier and Type | Class and Description |
|---|---|
static class |
KeycloakSpringBootProperties.SecurityCollection
This matches web-resource-collection of the servlet spec
|
static class |
KeycloakSpringBootProperties.SecurityConstraint
This matches security-constraint of the servlet spec
|
allowAnyHostname, alwaysRefreshToken, clientKeyPassword, clientKeystore, clientKeystorePassword, connectionPoolSize, disableTrustManager, minTimeBetweenJwksRequests, pkce, policyEnforcerConfig, principalAttribute, proxyUrl, publicKeyCacheTtl, registerNodeAtStartup, registerNodePeriod, tokenMinimumTimeToLive, tokenStore, truststore, truststorePassword, turnOffChangeSessionIdOnLoginautodetectBearerOnly, bearerOnly, cors, corsAllowedHeaders, corsAllowedMethods, corsMaxAge, credentials, enableBasicAuth, exposeToken, publicClient, resource, useResourceRoleMappingsauthServerUrl, realm, realmKey, sslRequired| Constructor and Description |
|---|
KeycloakSpringBootProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getConfig() |
List<KeycloakSpringBootProperties.SecurityConstraint> |
getSecurityConstraints() |
void |
setSecurityConstraints(List<KeycloakSpringBootProperties.SecurityConstraint> securityConstraints) |
getClientKeyPassword, getClientKeystore, getClientKeystorePassword, getConnectionPoolSize, getMinTimeBetweenJwksRequests, getPolicyEnforcerConfig, getPrincipalAttribute, getProxyUrl, getPublicKeyCacheTtl, getRegisterNodePeriod, getTokenMinimumTimeToLive, getTokenStore, getTruststore, getTruststorePassword, getTurnOffChangeSessionIdOnLogin, isAllowAnyHostname, isAlwaysRefreshToken, isDisableTrustManager, isPkce, isRegisterNodeAtStartup, setAllowAnyHostname, setAlwaysRefreshToken, setClientKeyPassword, setClientKeystore, setClientKeystorePassword, setConnectionPoolSize, setDisableTrustManager, setMinTimeBetweenJwksRequests, setPkce, setPolicyEnforcerConfig, setPrincipalAttribute, setProxyUrl, setPublicKeyCacheTtl, setRegisterNodeAtStartup, setRegisterNodePeriod, setTokenMinimumTimeToLive, setTokenStore, setTruststore, setTruststorePassword, setTurnOffChangeSessionIdOnLogingetCorsAllowedHeaders, getCorsAllowedMethods, getCorsMaxAge, getCredentials, getResource, isAutodetectBearerOnly, isBearerOnly, isCors, isEnableBasicAuth, isExposeToken, isPublicClient, isUseResourceRoleMappings, setAutodetectBearerOnly, setBearerOnly, setCors, setCorsAllowedHeaders, setCorsAllowedMethods, setCorsMaxAge, setCredentials, setEnableBasicAuth, setExposeToken, setPublicClient, setResource, setUseResourceRoleMappingsgetAuthServerUrl, getRealm, getRealmKey, getSslRequired, setAuthServerUrl, setRealm, setRealmKey, setSslRequiredpublic Map getConfig()
public List<KeycloakSpringBootProperties.SecurityConstraint> getSecurityConstraints()
public void setSecurityConstraints(List<KeycloakSpringBootProperties.SecurityConstraint> securityConstraints)
Copyright © 2017 JBoss by Red Hat. All rights reserved.