Index: .idea/sonarIssues.xml
===================================================================
diff -u -r3cc6de1ed312d5484e49797cf8a54691bff2c876 -r6df6cf5fb18bac8e8530530c4d7501094ef53953
--- .idea/sonarIssues.xml (.../sonarIssues.xml) (revision 3cc6de1ed312d5484e49797cf8a54691bff2c876)
+++ .idea/sonarIssues.xml (.../sonarIssues.xml) (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -1408,6 +1408,11 @@
+
+
+
+
+
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/AdminCustomController.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/AdminCustomController.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/AdminCustomController.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.controller;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class AdminCustomController {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/AnonymousCustomController.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/AnonymousCustomController.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/AnonymousCustomController.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.controller;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class AnonymousCustomController {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/UserCustomController.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/UserCustomController.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/controller/UserCustomController.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.controller;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class UserCustomController {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/entrypoint/CustomSecurityAuthenticationEntryPoint.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/entrypoint/CustomSecurityAuthenticationEntryPoint.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/entrypoint/CustomSecurityAuthenticationEntryPoint.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.entrypoint;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class CustomSecurityAuthenticationEntryPoint {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/exception/UserAlreadyExistAuthenticationException.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/exception/UserAlreadyExistAuthenticationException.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/exception/UserAlreadyExistAuthenticationException.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.exception;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class UserAlreadyExistAuthenticationException {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/handler/CustomSecuritySuccessHandler.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/handler/CustomSecuritySuccessHandler.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/handler/CustomSecuritySuccessHandler.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.handler;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class CustomSecuritySuccessHandler {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/registry/CustomSecurityConnectionSignUp.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/registry/CustomSecurityConnectionSignUp.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/registry/CustomSecurityConnectionSignUp.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.registry;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class CustomSecurityConnectionSignUp {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/registry/CustomSecuritySocialAuthenticationServiceRegistry.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/registry/CustomSecuritySocialAuthenticationServiceRegistry.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/registry/CustomSecuritySocialAuthenticationServiceRegistry.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.registry;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class CustomSecuritySocialAuthenticationServiceRegistry {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/LocalUserDetailService.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/LocalUserDetailService.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/LocalUserDetailService.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.service;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class LocalUserDetailService {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/RegistrationUserDetailService.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/RegistrationUserDetailService.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/RegistrationUserDetailService.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.service;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class RegistrationUserDetailService {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/SocialUserDetailService.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/SocialUserDetailService.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/SocialUserDetailService.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.service;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class SocialUserDetailService {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/UserService.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/UserService.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/service/UserService.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.service;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public interface UserService {
+}
Index: standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/util/CustomSecurityUtil.java
===================================================================
diff -u
--- standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/util/CustomSecurityUtil.java (revision 0)
+++ standard/project/web/src/main/java/egovframework/com/ext/jstree/customSecurity/util/CustomSecurityUtil.java (revision 6df6cf5fb18bac8e8530530c4d7501094ef53953)
@@ -0,0 +1,7 @@
+package egovframework.com.ext.jstree.customSecurity.util;
+
+/**
+ * Created by Administrator on 2018-01-17.
+ */
+public class CustomSecurityUtil {
+}