Uses of Class
com.broadleafcommerce.auth.tenant.domain.DefaultAuthServerProperties
Packages that use DefaultAuthServerProperties
-
Uses of DefaultAuthServerProperties in com.broadleafcommerce.auth.tenant.service
Methods in com.broadleafcommerce.auth.tenant.service that return DefaultAuthServerPropertiesModifier and TypeMethodDescriptionprotected DefaultAuthServerProperties
DefaultAuthServerCreationHandler.getDefaultAuthServerProperties()
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 DefaultAuthServerPropertiesModifierConstructorDescriptionDefaultAuthServerCreationHandler
(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientService<AuthorizedClient> clientService, DefaultAuthServerProperties defaultAuthServerProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory)