@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, authServerUrlForBackendRequests, clientKeyPassword, clientKeystore, clientKeystorePassword, connectionPoolSize, disableTrustManager, principalAttribute, registerNodeAtStartup, registerNodePeriod, tokenStore, truststore, truststorePasswordbearerOnly, 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) |
getAuthServerUrlForBackendRequests, getClientKeyPassword, getClientKeystore, getClientKeystorePassword, getConnectionPoolSize, getPrincipalAttribute, getRegisterNodePeriod, getTokenStore, getTruststore, getTruststorePassword, isAllowAnyHostname, isAlwaysRefreshToken, isDisableTrustManager, isRegisterNodeAtStartup, setAllowAnyHostname, setAlwaysRefreshToken, setAuthServerUrlForBackendRequests, setClientKeyPassword, setClientKeystore, setClientKeystorePassword, setConnectionPoolSize, setDisableTrustManager, setPrincipalAttribute, setRegisterNodeAtStartup, setRegisterNodePeriod, setTokenStore, setTruststore, setTruststorePasswordgetCorsAllowedHeaders, 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 © 2015. All rights reserved.