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 SCIMGroup
SCIMDataBinder. 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 GroupCR
SCIMDataBinder. toGroupCR(SCIMGroup group)
GroupTO
SCIMDataBinder. 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 SCIMGroup
SCIMGroupServiceImpl. 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.Response
SCIMGroupServiceImpl. create(SCIMGroup group)
javax.ws.rs.core.Response
SCIMGroupServiceImpl. replace(String id, SCIMGroup group)
-