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

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

package org.paranora.ssoc.configuration;

import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;

/**
 * The type Jwt shiro configuration.
 */
@Order(0)
@Configuration
public class JwtShiroConfiguration extends RestStatelessShiroConfiguration{

    @Override
    protected JwtShiroConfig createConfig() {
        return new JwtShiroConfig();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy