org.yuequan.watchdog.provider.WatchdogUrlRegistryProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of watchdog-spring-boot-starter Show documentation
Show all versions of watchdog-spring-boot-starter Show documentation
Watchdog is an OAuth 2 provider for SpringBoot
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