|
@@ -15,7 +15,7 @@
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
|
|
-package org.maxkey.mxapis.identity.scim;
|
|
|
|
|
|
+package org.maxkey.webapi.identity.scim;
|
|
|
|
|
|
import java.io.IOException;
|
|
import java.io.IOException;
|
|
import java.util.ArrayList;
|
|
import java.util.ArrayList;
|
|
@@ -24,22 +24,22 @@ import org.apache.mybatis.jpa.persistence.JpaPageResults;
|
|
import org.maxkey.constants.ConstsStatus;
|
|
import org.maxkey.constants.ConstsStatus;
|
|
import org.maxkey.entity.Roles;
|
|
import org.maxkey.entity.Roles;
|
|
import org.maxkey.entity.UserInfo;
|
|
import org.maxkey.entity.UserInfo;
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimEnterprise;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimFormattedName;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimGroupRef;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimManager;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimMeta;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimParameters;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimSearchResult;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimUser;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimUserEmail;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimUserPhoneNumber;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimOrganizationEmail.UserEmailType;
|
|
|
|
-import org.maxkey.mxapis.identity.scim.resources.ScimOrganizationPhoneNumber.UserPhoneNumberType;
|
|
|
|
import org.maxkey.persistence.service.RolesService;
|
|
import org.maxkey.persistence.service.RolesService;
|
|
import org.maxkey.persistence.service.UserInfoService;
|
|
import org.maxkey.persistence.service.UserInfoService;
|
|
import org.maxkey.util.DateUtils;
|
|
import org.maxkey.util.DateUtils;
|
|
import org.maxkey.util.StringUtils;
|
|
import org.maxkey.util.StringUtils;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimEnterprise;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimFormattedName;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimGroupRef;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimManager;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimMeta;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimParameters;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimSearchResult;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimUser;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimUserEmail;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimUserPhoneNumber;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimOrganizationEmail.UserEmailType;
|
|
|
|
+import org.maxkey.webapi.identity.scim.resources.ScimOrganizationPhoneNumber.UserPhoneNumberType;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|