Uses of Class
org.apache.syncope.common.lib.request.ResourceAR
-
Packages that use ResourceAR Package Description org.apache.syncope.common.lib.request org.apache.syncope.common.rest.api.service org.apache.syncope.core.rest.cxf.service -
-
Uses of ResourceAR in org.apache.syncope.common.lib.request
Methods in org.apache.syncope.common.lib.request that return ResourceAR Modifier and Type Method Description ResourceAR
ResourceAR.Builder. build()
protected ResourceAR
ResourceAR.Builder. getInstance()
protected ResourceAR
ResourceAR.Builder. newInstance()
-
Uses of ResourceAR in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ResourceAR Modifier and Type Method Description javax.ws.rs.core.Response
AnyService. associate(@NotNull ResourceAR req)
Executes resource-related operations on given entity. -
Uses of ResourceAR in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ResourceAR Modifier and Type Method Description javax.ws.rs.core.Response
AbstractAnyService. associate(ResourceAR req)
-