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
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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).booleanDeprecated, 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.voidsetAdditionalAdminHosts(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.voidsetAdditionalApplicationHosts(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.voidsetAuthorizationServers(List<AuthorizationDataInitializationProperties.AuthorizationServerConfig> authorizationServers) Deprecated, for removal: This API element is subject to removal in a future version.voidsetAuthorizedClients(List<AuthorizationDataInitializationProperties.AuthorizedClientConfig> authorizedClients) Deprecated, for removal: This API element is subject to removal in a future version.voidsetBaseAdminHost(String baseAdminHost) Deprecated, for removal: This API element is subject to removal in a future version.voidsetBaseApplicationHost(String baseApplicationHost) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCrossOrigin(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.voidsetRegisterDemoApplicationClients(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).voidsetRegisterPredefinedOpenApiClient(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.
-