Class AuthServiceServiceAutoConfiguration


  • @Configuration
    @EnableBinding({com.broadleafcommerce.common.messaging.authentication.AuthenticationMessageProducer.class,PurgeLoginTriggeredJobEventConsumer.class})
    @EnableConfigurationProperties(AuthRegistrationProperties.class)
    public class AuthServiceServiceAutoConfiguration
    extends Object
    Configures the common service layer that applies to both the resource and authorization server concerns
    Author:
    Phillip Verheyden (phillipuniverse), Nick Crum (ncrum)