Package | Description |
---|---|
org.apache.syncope.client.console.rest | |
org.apache.syncope.common.rest.api.service | |
org.apache.syncope.core.rest.cxf.service |
Modifier and Type | Method and Description |
---|---|
protected abstract Class<? extends AnyService<TO>> |
AbstractAnyRestClient.getAnyServiceClass() |
protected Class<? extends AnyService<GroupTO>> |
GroupRestClient.getAnyServiceClass() |
protected Class<? extends AnyService<AnyObjectTO>> |
AnyObjectRestClient.getAnyServiceClass() |
protected Class<? extends AnyService<UserTO>> |
UserRestClient.getAnyServiceClass() |
Modifier and Type | Interface and Description |
---|---|
interface |
AnyObjectService
REST operations for anyObjects.
|
interface |
GroupService
REST operations for groups.
|
interface |
UserService
REST operations for users.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnyService<TO extends AnyTO,P extends AnyPatch> |
class |
AnyObjectServiceImpl |
class |
GroupServiceImpl |
class |
UserServiceImpl |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.