Class KeycloakProperties

java.lang.Object
org.activiti.cloud.services.identity.keycloak.KeycloakProperties

@ConfigurationProperties(prefix="keycloak") public class KeycloakProperties extends Object
  • Constructor Details

    • KeycloakProperties

      public KeycloakProperties()
  • Method Details

    • getAuthServerUrl

      public String getAuthServerUrl()
    • getRealm

      public String getRealm()
    • setAuthServerUrl

      public void setAuthServerUrl(String authServerUrl)
    • setRealm

      public void setRealm(String realm)