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