Class AuthorizationDataInitializationProperties
java.lang.Object
com.broadleafcommerce.auth.data.autoconfigure.AuthorizationDataInitializationProperties
@Configuration
@ConfigurationProperties(prefix="broadleaf.auth.data.load")
@Deprecated(forRemoval=true,
since="1.9.0")
public class AuthorizationDataInitializationProperties
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in favor of liquibase insert pattern (see
auth.starter.required.data.changelog.xml)
- Author:
- Elbert Bautista (elbertbautista)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for the admin using the given hosts.Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for each application using the given hosts.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Whether or not the default authorization servers should enable cross-origin support.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the demo application clients (heatclinic, aaahotsauces, allthesauce).boolean
Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the OpenAPI client already defined in the data initializer.void
setAdditionalAdminHosts
(List<String> additionalAdminHosts) Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for the admin using the given hosts.void
setAdditionalApplicationHosts
(List<String> additionalApplicationHosts) Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for each application using the given hosts.void
setAuthorizationServers
(List<AuthorizationDataInitializationProperties.AuthorizationServerConfig> authorizationServers) Deprecated, for removal: This API element is subject to removal in a future version.void
setAuthorizedClients
(List<AuthorizationDataInitializationProperties.AuthorizedClientConfig> authorizedClients) Deprecated, for removal: This API element is subject to removal in a future version.void
setBaseAdminHost
(String baseAdminHost) Deprecated, for removal: This API element is subject to removal in a future version.void
setBaseApplicationHost
(String baseApplicationHost) Deprecated, for removal: This API element is subject to removal in a future version.void
setCrossOrigin
(Boolean crossOrigin) Deprecated, for removal: This API element is subject to removal in a future version.Whether or not the default authorization servers should enable cross-origin support.void
setRegisterDemoApplicationClients
(boolean registerDemoApplicationClients) Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the demo application clients (heatclinic, aaahotsauces, allthesauce).void
setRegisterPredefinedOpenApiClient
(boolean registerPredefinedOpenApiClient) Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the OpenAPI client already defined in the data initializer.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
AuthorizationDataInitializationProperties
public AuthorizationDataInitializationProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getAuthorizationServers
public List<AuthorizationDataInitializationProperties.AuthorizationServerConfig> getAuthorizationServers()Deprecated, for removal: This API element is subject to removal in a future version. -
getAuthorizedClients
public List<AuthorizationDataInitializationProperties.AuthorizedClientConfig> getAuthorizedClients()Deprecated, for removal: This API element is subject to removal in a future version. -
isRegisterPredefinedOpenApiClient
public boolean isRegisterPredefinedOpenApiClient()Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the OpenAPI client already defined in the data initializer. -
isRegisterDemoApplicationClients
public boolean isRegisterDemoApplicationClients()Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the demo application clients (heatclinic, aaahotsauces, allthesauce). -
getBaseAdminHost
Deprecated, for removal: This API element is subject to removal in a future version. -
getAdditionalAdminHosts
Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for the admin using the given hosts. -
getBaseApplicationHost
Deprecated, for removal: This API element is subject to removal in a future version. -
getAdditionalApplicationHosts
Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for each application using the given hosts. -
getCrossOrigin
Deprecated, for removal: This API element is subject to removal in a future version.Whether or not the default authorization servers should enable cross-origin support. -
setAuthorizationServers
public void setAuthorizationServers(List<AuthorizationDataInitializationProperties.AuthorizationServerConfig> authorizationServers) Deprecated, for removal: This API element is subject to removal in a future version. -
setAuthorizedClients
public void setAuthorizedClients(List<AuthorizationDataInitializationProperties.AuthorizedClientConfig> authorizedClients) Deprecated, for removal: This API element is subject to removal in a future version. -
setRegisterPredefinedOpenApiClient
public void setRegisterPredefinedOpenApiClient(boolean registerPredefinedOpenApiClient) Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the OpenAPI client already defined in the data initializer. -
setRegisterDemoApplicationClients
public void setRegisterDemoApplicationClients(boolean registerDemoApplicationClients) Deprecated, for removal: This API element is subject to removal in a future version.Determines whether or not to register the demo application clients (heatclinic, aaahotsauces, allthesauce). -
setBaseAdminHost
Deprecated, for removal: This API element is subject to removal in a future version. -
setAdditionalAdminHosts
Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for the admin using the given hosts. -
setBaseApplicationHost
Deprecated, for removal: This API element is subject to removal in a future version. -
setAdditionalApplicationHosts
Deprecated, for removal: This API element is subject to removal in a future version.Creates additional redirect URIs for each application using the given hosts. -
setCrossOrigin
Deprecated, for removal: This API element is subject to removal in a future version.Whether or not the default authorization servers should enable cross-origin support. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
canEqual
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-