public class KeycloakConfiguration extends Object implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Class and Description |
|---|---|
static class |
KeycloakConfiguration.AccessToken |
class |
KeycloakConfiguration.AuthenticationTokenInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected String |
authenticationPassword |
protected String |
authenticationRealm |
protected String |
authenticationUser |
protected Clock |
clock |
protected Duration |
clockSkew |
protected String |
realm |
protected org.springframework.web.client.RestTemplate |
restTemplate |
protected String |
server |
| Constructor and Description |
|---|
KeycloakConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getAuthenticationPassword() |
String |
getAuthenticationRealm() |
String |
getAuthenticationUser() |
Clock |
getClock() |
Duration |
getClockSkew() |
String |
getRealm() |
org.springframework.web.client.RestTemplate |
getRestTemplate() |
String |
getServer() |
void |
setAuthenticationPassword(String authenticationPassword) |
void |
setAuthenticationRealm(String authenticationRealm) |
void |
setAuthenticationUser(String authenticationUser) |
void |
setClock(Clock clock) |
void |
setClockSkew(Duration clockSkew) |
void |
setRealm(String realm) |
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
void |
setServer(String server) |
protected String server
protected String authenticationRealm
protected String authenticationUser
protected String authenticationPassword
protected String realm
protected Duration clockSkew
protected Clock clock
protected org.springframework.web.client.RestTemplate restTemplate
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic String getServer()
public void setServer(String server)
public String getAuthenticationRealm()
public void setAuthenticationRealm(String authenticationRealm)
public String getAuthenticationUser()
public void setAuthenticationUser(String authenticationUser)
public String getAuthenticationPassword()
public void setAuthenticationPassword(String authenticationPassword)
public String getRealm()
public void setRealm(String realm)
public org.springframework.web.client.RestTemplate getRestTemplate()
public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
public Duration getClockSkew()
public void setClockSkew(Duration clockSkew)
public Clock getClock()
public void setClock(Clock clock)
Copyright © 2021 Flowable. All rights reserved.