Uses of Interface
org.apache.syncope.common.rest.api.service.JAXRSService
-
-
Uses of JAXRSService in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with type parameters of type JAXRSService Modifier and Type Method Description protected <E extends JAXRSService,T>
TBaseRestClient. getObject(E service, URI location, Class<T> resultClass)
-
Uses of JAXRSService in org.apache.syncope.client.enduser.rest
Methods in org.apache.syncope.client.enduser.rest with type parameters of type JAXRSService Modifier and Type Method Description protected <E extends JAXRSService,T>
TBaseRestClient. getObject(E service, URI location, Class<T> resultClass)
-
Uses of JAXRSService in org.apache.syncope.common.rest.api.service
Subinterfaces of JAXRSService in org.apache.syncope.common.rest.api.service Modifier and Type Interface Description interface
AccessTokenService
REST operations for access tokens.interface
AnyObjectService
REST operations for anyObjects.interface
AnyService<TO extends AnyTO>
interface
AnyTypeClassService
REST operations for any type classes.interface
AnyTypeService
REST operations for any types.interface
ApplicationService
REST operations for applications.interface
AttrRepoService
REST operations for attribute repositories.interface
AuditService
REST operations for audit.interface
AuthModuleService
REST operations for authentication modules.interface
AuthProfileService
REST operations for Auth profiles.interface
BpmnProcessService
REST operations for BPMN processes.interface
ClientAppService
REST operations for client applications.interface
CommandService
REST operations for commands.interface
ConnectorService
REST operations for connector bundles and instances.interface
DelegationService
REST operations for delegations.interface
DynRealmService
REST operations for dynamic realms.interface
ExecutableService
interface
FIQLQueryService
REST operations for FIQL queries.interface
GroupService
REST operations for groups.interface
ImplementationService
REST operations for implementations.interface
MailTemplateService
REST operations for mail templates.interface
NotificationService
REST operations for notifications.interface
OIDCC4UIProviderService
REST operations for OpenID Connect Providers.interface
OIDCC4UIService
REST operations for OpenID Connect Clients.interface
OIDCJWKSService
interface
PolicyService
REST operations for policies.interface
RealmService
REST operations for realms.interface
ReconciliationService
REST operations for reconciliation.interface
RelationshipTypeService
REST operations for relationship types.interface
RemediationService
REST operations for remediations.interface
ReportService
REST operations for reports.interface
ResourceService
REST operations for external resources.interface
RoleService
REST operations for roles.interface
SAML2IdPEntityService
REST operations for SAML 2.0 IdP metadata.interface
SAML2SP4UIIdPService
REST operations for SAML 2.0 SP4UI Identity Providers.interface
SAML2SP4UIService
REST operations for the provided SAML 2.0 SP4UI Service Provider.interface
SAML2SPEntityService
REST operations for SAML 2.0 SP entity.interface
SchemaService
REST operations for attribute schemas.interface
SCIMConfService
REST operations for SCIM 2.0 configuration.interface
SecurityQuestionService
REST operations for security questions.interface
SRARouteService
REST operations for SRA routes.interface
SyncopeService
General info about this Apache Syncope deployment.interface
TaskService
REST operations for tasks.interface
UserRequestService
REST operations related to user workflow.interface
UserSelfService
REST operations for user self-management.interface
UserService
REST operations for users.interface
UserWorkflowTaskService
-
Uses of JAXRSService in org.apache.syncope.common.rest.api.service.wa
Subinterfaces of JAXRSService in org.apache.syncope.common.rest.api.service.wa Modifier and Type Interface Description interface
GoogleMfaAuthAccountService
interface
GoogleMfaAuthTokenService
interface
ImpersonationService
interface
MfaTrustStorageService
interface
U2FRegistrationService
interface
WAClientAppService
REST operations for WA to read client applications.interface
WAConfigService
REST operations for WA Configuration.interface
WebAuthnRegistrationService
-
Uses of JAXRSService in org.apache.syncope.core.rest.cxf
Method parameters in org.apache.syncope.core.rest.cxf with type arguments of type JAXRSService Modifier and Type Method Description Server
IdRepoRESTCXFContext. restContainer(List<JAXRSService> services, AddETagFilter addETagFilter, AddDomainFilter addDomainFilter, org.apache.cxf.jaxrs.ext.ContextProvider<org.apache.cxf.jaxrs.ext.search.SearchContext> searchContextProvider, com.fasterxml.jackson.jaxrs.yaml.JacksonYAMLProvider yamlProvider, com.fasterxml.jackson.jaxrs.xml.JacksonXMLProvider xmlProvider, com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider jsonProvider, DateParamConverterProvider dateParamConverterProvider, MDCInInterceptor mdcInInterceptor, org.apache.cxf.jaxrs.validation.JAXRSBeanValidationInInterceptor validationInInterceptor, GZIPInInterceptor gzipInInterceptor, GZIPOutInterceptor gzipOutInterceptor, ThreadLocalCleanupOutInterceptor threadLocalCleanupOutInterceptor, org.apache.cxf.jaxrs.openapi.OpenApiFeature openapiFeature, RestServiceExceptionMapper restServiceExceptionMapper, Bus bus)
-
Uses of JAXRSService in org.apache.syncope.core.rest.cxf.service
-
Uses of JAXRSService in org.apache.syncope.core.rest.cxf.service.wa
Classes in org.apache.syncope.core.rest.cxf.service.wa that implement JAXRSService Modifier and Type Class Description class
GoogleMfaAuthAccountServiceImpl
class
GoogleMfaAuthTokenServiceImpl
class
ImpersonationServiceImpl
class
MfaTrustStorageServiceImpl
class
U2FRegistrationServiceImpl
class
WAClientAppServiceImpl
class
WAConfigServiceImpl
class
WebAuthnRegistrationServiceImpl
-