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

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

package org.paranora.ssoc.configuration;

import org.paranora.ssoc.shiro.property.ShiroConfigurationProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;

/**
 * The type Cas shiro configurer.
 */
@Order(0)
@Configuration
@EnableConfigurationProperties({ShiroConfigurationProperties.class})
public class CasShiroConfigurer extends DefaultWebShiroConfigurer {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy