first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.metalloop.common.auth.config;
|
||||
|
||||
/**
|
||||
* 认证服务器配置器
|
||||
*
|
||||
* @author zhaowenhao
|
||||
* @since 2023-03-19
|
||||
*/
|
||||
public interface AuthServerConfigurer {
|
||||
|
||||
/**
|
||||
* 配置操作
|
||||
*
|
||||
* @param configurer 配置器
|
||||
* @throws Exception 异常
|
||||
*/
|
||||
void configure(AuthServerEndpointsConfigurer configurer) throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user