@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, truststorePassword
bearerOnly, cors, corsAllowedHeaders, corsAllowedMethods, corsMaxAge, credentials, enableBasicAuth, exposeToken, publicClient, resource, useResourceRoleMappings
authServerUrl, 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, setTruststorePassword
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
public List<KeycloakSpringBootProperties.SecurityConstraint> getSecurityConstraints()
public void setSecurityConstraints(List<KeycloakSpringBootProperties.SecurityConstraint> securityConstraints)
Copyright © 2015. All rights reserved.