
org.paranora.ssoc.configuration.SimpleCiphertextShiroConfiguration Maven / Gradle / Ivy
package org.paranora.ssoc.configuration;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.annotation.Order;
/**
* The type Simple ciphertext shiro configuration.
*/
@Order(0)
@Configuration
public class SimpleCiphertextShiroConfiguration extends RestStatelessShiroConfiguration{
@Override
protected SimpleCiphertextShiroConfig createConfig() {
return new SimpleCiphertextShiroConfig();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy