public static class FlowableIdmAppProperties.Keycloak extends Object
| Constructor and Description |
|---|
Keycloak() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationPassword() |
String |
getAuthenticationRealm() |
String |
getAuthenticationUser() |
String |
getRealm() |
String |
getServer() |
boolean |
isEnabled() |
void |
setAuthenticationPassword(String authenticationPassword) |
void |
setAuthenticationRealm(String authenticationRealm) |
void |
setAuthenticationUser(String authenticationUser) |
void |
setEnabled(boolean enabled) |
void |
setRealm(String realm) |
void |
setServer(String server) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public 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)
Copyright © 2021 Flowable. All rights reserved.