Uses of Interface
org.apache.syncope.common.rest.api.service.AnyService
-
Packages that use AnyService Package Description org.apache.syncope.client.console.rest org.apache.syncope.client.enduser.rest org.apache.syncope.common.rest.api.service org.apache.syncope.core.rest.cxf.service -
-
Uses of AnyService in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AnyService Modifier and Type Method Description protected abstract Class<? extends AnyService<TO>>AbstractAnyRestClient. getAnyServiceClass()protected Class<? extends AnyService<AnyObjectTO>>AnyObjectRestClient. getAnyServiceClass()protected Class<? extends AnyService<GroupTO>>GroupRestClient. getAnyServiceClass()protected Class<? extends AnyService<UserTO>>UserRestClient. getAnyServiceClass() -
Uses of AnyService in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest that return types with arguments of type AnyService Modifier and Type Method Description protected abstract Class<? extends AnyService<TO>>AbstractAnyRestClient. getAnyServiceClass()protected Class<? extends AnyService<GroupTO>>GroupRestClient. getAnyServiceClass() -
Uses of AnyService in org.apache.syncope.common.rest.api.service
Subinterfaces of AnyService in org.apache.syncope.common.rest.api.service Modifier and Type Interface Description interfaceAnyObjectServiceREST operations for anyObjects.interfaceGroupServiceREST operations for groups.interfaceUserServiceREST operations for users. -
Uses of AnyService in org.apache.syncope.core.rest.cxf.service
Classes in org.apache.syncope.core.rest.cxf.service that implement AnyService Modifier and Type Class Description classAbstractAnyService<TO extends AnyTO,CR extends AnyCR,UR extends AnyUR>classAnyObjectServiceImplclassGroupServiceImplclassUserServiceImpl
-