Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMUser
-
Packages that use SCIMUser Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMUser in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SCIMUser Modifier and Type Method Description SCIMUserSCIMDataBinder. toSCIMUser(UserTO userTO, String location, List<String> attributes, List<String> excludedAttributes)Methods in org.apache.syncope.core.logic with parameters of type SCIMUser Modifier and Type Method Description UserCRSCIMDataBinder. toUserCR(SCIMUser user)UserTOSCIMDataBinder. toUserTO(SCIMUser user, boolean checkSchemas) -
Uses of SCIMUser in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return SCIMUser Modifier and Type Method Description SCIMUserSCIMUserServiceImpl. get(String id, String attributes, String excludedAttributes)Methods in org.apache.syncope.ext.scimv2.cxf.service that return types with arguments of type SCIMUser Modifier and Type Method Description ListResponse<SCIMUser>SCIMUserServiceImpl. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)ListResponse<SCIMUser>SCIMUserServiceImpl. search(SCIMSearchRequest request)Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMUser Modifier and Type Method Description javax.ws.rs.core.ResponseSCIMUserServiceImpl. create(SCIMUser user)javax.ws.rs.core.ResponseSCIMUserServiceImpl. replace(String id, SCIMUser user)
-