Serialized Form
-
Package com.vaadin.controlcenter.starter.i18n
-
Class com.vaadin.controlcenter.starter.i18n.ControlCenterI18NProperties
class ControlCenterI18NProperties extends Object implements Serializable-
Serialized Fields
-
applicationId
String applicationId
-
enabled
boolean enabled
Whether to enable I18N with Control Center.Default is
false.
-
-
-
Class com.vaadin.controlcenter.starter.i18n.ControlCenterI18NProvider
class ControlCenterI18NProvider extends Object implements Serializable
-
-
Package com.vaadin.controlcenter.starter.idm
-
Class com.vaadin.controlcenter.starter.idm.IdentityManagementProperties
class IdentityManagementProperties extends Object implements Serializable-
Serialized Fields
-
clientId
String clientId
The client ID to use for OIDC authentication. -
clientRegistrationId
String clientRegistrationId
The client registration ID. -
clientSecret
String clientSecret
The client secret to use for OIDC authentication. -
enabled
boolean enabled
Whether to enable Identity Management with Control Center.Default is
false. -
issuerBackendUri
String issuerBackendUri
The backend URI of the issuer to use for OIDC authentication. -
issuerFrontendUri
String issuerFrontendUri
The frontend URI of the issuer to use for OIDC authentication. -
loginRoute
String loginRoute
The route to the login view. This is automatically set by the configuration wizard and should not be changed manually. -
loginSuccessRoute
String loginSuccessRoute
The route to redirect to after a successful login. -
logoutSuccessRoute
String logoutSuccessRoute
The route to redirect to after a successful logout.Default is
"{baseUrl}".
-
-
-