Uses of Class
com.broadleafcommerce.auth.tenant.domain.DefaultAuthServerProperties
-
Packages that use DefaultAuthServerProperties Package Description com.broadleafcommerce.auth.tenant.service -
-
Uses of DefaultAuthServerProperties in com.broadleafcommerce.auth.tenant.service
Methods in com.broadleafcommerce.auth.tenant.service that return DefaultAuthServerProperties Modifier and Type Method Description protected DefaultAuthServerProperties
DefaultAuthServerCreationHandler. getDefaultAuthServerProperties()
DefaultAuthServerProperties
DefaultAuthServerCreationPropertiesLoader. loadAuthServerSettings(org.springframework.core.env.Environment env, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
Constructors in com.broadleafcommerce.auth.tenant.service with parameters of type DefaultAuthServerProperties Constructor Description DefaultAuthServerCreationHandler(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientService<AuthorizedClient> clientService, DefaultAuthServerProperties defaultAuthServerProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-