Uses of Class
org.apache.syncope.ext.scimv2.api.data.SCIMGroup
-
Packages that use SCIMGroup Package Description org.apache.syncope.core.logic org.apache.syncope.ext.scimv2.cxf.service -
-
Uses of SCIMGroup in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SCIMGroup Modifier and Type Method Description SCIMGroupSCIMDataBinder. toSCIMGroup(GroupTO groupTO, String location, List<String> attributes, List<String> excludedAttributes)Methods in org.apache.syncope.core.logic with parameters of type SCIMGroup Modifier and Type Method Description GroupCRSCIMDataBinder. toGroupCR(SCIMGroup group)GroupTOSCIMDataBinder. toGroupTO(SCIMGroup group, boolean checkSchemas) -
Uses of SCIMGroup in org.apache.syncope.ext.scimv2.cxf.service
Methods in org.apache.syncope.ext.scimv2.cxf.service that return SCIMGroup Modifier and Type Method Description SCIMGroupSCIMGroupServiceImpl. get(String id, String attributes, String excludedAttributes)Methods in org.apache.syncope.ext.scimv2.cxf.service that return types with arguments of type SCIMGroup Modifier and Type Method Description ListResponse<SCIMGroup>SCIMGroupServiceImpl. search(String attributes, String excludedAttributes, String filter, String sortBy, SortOrder sortOrder, Integer startIndex, Integer count)ListResponse<SCIMGroup>SCIMGroupServiceImpl. search(SCIMSearchRequest request)Methods in org.apache.syncope.ext.scimv2.cxf.service with parameters of type SCIMGroup Modifier and Type Method Description javax.ws.rs.core.ResponseSCIMGroupServiceImpl. create(SCIMGroup group)javax.ws.rs.core.ResponseSCIMGroupServiceImpl. replace(String id, SCIMGroup group)
-