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 SCIMUser
SCIMDataBinder. 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 UserCR
SCIMDataBinder. toUserCR(SCIMUser user)
UserTO
SCIMDataBinder. 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 SCIMUser
SCIMUserServiceImpl. 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.Response
SCIMUserServiceImpl. create(SCIMUser user)
javax.ws.rs.core.Response
SCIMUserServiceImpl. replace(String id, SCIMUser user)
-