Class ControlCenterProperties

java.lang.Object
com.vaadin.controlcenter.starter.ControlCenterProperties

@ConfigurationProperties(prefix="vaadin.control-center") public class ControlCenterProperties extends Object
Configuration properties for Control Center.
  • Constructor Details

    • ControlCenterProperties

      public ControlCenterProperties()
      Create a new instance.
  • Method Details

    • getClientId

      public String getClientId()
      Gets the client-id to register for OpenID Connect authentication.
      Returns:
      the client-id
    • setClientId

      public void setClientId(String clientId)
      Sets the client-id to register for OpenID Connect authentication.
      Parameters:
      clientId - the client-id
    • getClientSecret

      public String getClientSecret()
      Gets the client-secret to register for OpenID Connect authentication.
      Returns:
      the client-secret
    • setClientSecret

      public void setClientSecret(String clientSecret)
      Sets the client-secret to register for OpenID Connect authentication.
      Parameters:
      clientSecret - the client-secret
    • getClientScope

      public List<String> getClientScope()
      Gets the scope of the OpenID Connect client registration.
      Returns:
      the scope
    • setClientScope

      public void setClientScope(List<String> clientScope)
      Sets the scope of the OpenID Connect client registration.
      Parameters:
      clientScope - the scope
    • getRegistrationId

      public String getRegistrationId()
      Gets the OpenID Connect registration-id.
      Returns:
      the registration-id
    • setRegistrationId

      public void setRegistrationId(String registrationId)
      Sets the OpenID Connect registration-id.
      Parameters:
      registrationId - the registration-id
    • getIssuerBackendUri

      public String getIssuerBackendUri()
      Gets the OpenID Connect issuer backend URI.
      Returns:
      the issuer backend URI
    • setIssuerBackendUri

      public void setIssuerBackendUri(String issuerBackendUri)
      Sets the OpenID Connect issuer backend URI.
      Parameters:
      issuerBackendUri - the issuer backend URI
    • getIssuerFrontendUri

      public String getIssuerFrontendUri()
      Gets the OpenID Connect issuer frontend URI.
      Returns:
      the issuer frontend URI
    • setIssuerFrontendUri

      public void setIssuerFrontendUri(String issuerFrontendUri)
      Sets the OpenID Connect issuer frontend URI.
      Parameters:
      issuerFrontendUri - the issuer frontend URI
    • getServiceName

      public String getServiceName()
      Gets the name of the Kubernetes service for the app.
      Returns:
      the service name
    • setServiceName

      public void setServiceName(String serviceName)
      Sets the name of the Kubernetes service for the app.
      Parameters:
      serviceName - the service name