All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.paranora.ssoc.configuration.LifecycleBeanPostProcessorConfiguration Maven / Gradle / Ivy

package org.paranora.ssoc.configuration;

import org.apache.shiro.spring.LifecycleBeanPostProcessor;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;

/**
 * The type Lifecycle bean post processor configuration.
 */
@Configuration
@Order(0)
public class LifecycleBeanPostProcessorConfiguration {
    /**
     * Lifecycle bean post processor lifecycle bean post processor.
     *
     * @return the lifecycle bean post processor
     */
    @Bean
    public LifecycleBeanPostProcessor lifecycleBeanPostProcessor(){
        return new LifecycleBeanPostProcessor();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy