@ConfigurationProperties(value="broadleaf.auth") public class AuthenticationProperties extends Object implements com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
Constructor and Description |
---|
AuthenticationProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties |
getDatasource() |
com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties |
getDelegating() |
com.broadleafcommerce.common.jpa.data.JpaProperties |
getJpa() |
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties |
getLiquibase() |
int |
hashCode() |
void |
setDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource) |
void |
setDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating) |
void |
setJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa) |
void |
setLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase) |
String |
toString() |
public com.broadleafcommerce.common.jpa.data.JpaProperties getJpa()
getJpa
in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
public org.springframework.boot.autoconfigure.jdbc.DataSourceProperties getDatasource()
getDatasource
in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
public org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties getLiquibase()
getLiquibase
in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
public com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties getDelegating()
getDelegating
in interface com.broadleafcommerce.common.jpa.data.JpaPropertyRelated
public void setJpa(com.broadleafcommerce.common.jpa.data.JpaProperties jpa)
public void setDatasource(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties datasource)
public void setLiquibase(org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties liquibase)
public void setDelegating(com.broadleafcommerce.common.jpa.data.SchemaDelegatingProperties delegating)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.