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

org.yuequan.watchdog.provider.WatchdogUrlRegistryProvider Maven / Gradle / Ivy

There is a newer version: 0.8.3.BETA
Show newest version
package org.yuequan.watchdog.provider;

import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer;

/**
 * @author yuequan
 * @since
 **/
public interface WatchdogUrlRegistryProvider {
    /**
     * 配置权限入口
     * @param config
     * @return added result
     */
    boolean configure(ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy