You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/oauth/ApiBootResourceServerAutoConfiguration.java
Copy file name to clipboardExpand all lines: api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/security/ApiBootSecurityProperties.java
@@ -86,7 +85,7 @@ public class ApiBootSecurityProperties {
86
85
* the data in the "api_boot_user_info" table will be read by default for authentication
87
86
* <p>
88
87
* If the value is set to false,
89
-
* you need to implement the {@link ApiBootStoreDelegate} interface to complete the custom method of reading user data
88
+
* you need to implement the {@link org.minbox.framework.security.delegate.SecurityStoreDelegate} interface to complete the custom method of reading user data
Copy file name to clipboardExpand all lines: api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/security/ApiBootWebSecurityAutoConfiguration.java
Copy file name to clipboardExpand all lines: api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/security/ApiBootWebSecurityJdbcAutoConfiguration.java
Copy file name to clipboardExpand all lines: api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/security/ApiBootWebSecurityMemoryAutoConfiguration.java
Copy file name to clipboardExpand all lines: api-boot-project/api-boot-common/src/main/java/org/minbox/framework/api/boot/common/event/LoadUserEvent.java
Copy file name to clipboardExpand all lines: api-boot-project/api-boot/src/main/java/org/minbox/framework/api/boot/secuirty/ApiBootWebSecurityConfiguration.java
0 commit comments