Uses of Class
org.miaixz.bus.starter.auth.AuthProperties
Packages that use AuthProperties
-
Uses of AuthProperties in org.miaixz.bus.starter.auth
Fields in org.miaixz.bus.starter.auth declared as AuthPropertiesConstructors in org.miaixz.bus.starter.auth with parameters of type AuthPropertiesModifierConstructorDescriptionAuthService(AuthProperties properties) 使用默认缓存创建授权服务提供者实例。AuthService(AuthProperties properties, org.miaixz.bus.cache.CacheX cache) 使用指定缓存创建授权服务提供者实例。