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 interfaceAccessTokenServiceREST operations for access tokens.interfaceAnyObjectServiceREST operations for anyObjects.interfaceAnyService<TO extends AnyTO>interfaceAnyTypeClassServiceREST operations for any type classes.interfaceAnyTypeServiceREST operations for any types.interfaceApplicationServiceREST operations for applications.interfaceAttrRepoServiceREST operations for attribute repositories.interfaceAuditServiceREST operations for audit.interfaceAuthModuleServiceREST operations for authentication modules.interfaceAuthProfileSelfServiceREST operations for Auth profile self-management.interfaceAuthProfileServiceREST operations for Auth profiles.interfaceBpmnProcessServiceREST operations for BPMN processes.interfaceClientAppServiceREST operations for client applications.interfaceCommandServiceREST operations for commands.interfaceConnectorServiceREST operations for connector bundles and instances.interfaceDelegationServiceREST operations for delegations.interfaceDynRealmServiceREST operations for dynamic realms.interfaceExecutableServiceinterfaceFIQLQueryServiceREST operations for FIQL queries.interfaceGroupServiceREST operations for groups.interfaceImplementationServiceREST operations for implementations.interfaceMailTemplateServiceREST operations for mail templates.interfaceNotificationServiceREST operations for notifications.interfaceOIDCC4UIProviderServiceREST operations for OpenID Connect Providers.interfaceOIDCC4UIServiceREST operations for OpenID Connect Clients.interfaceOIDCJWKSServiceinterfacePolicyServiceREST operations for policies.interfaceRealmServiceREST operations for realms.interfaceReconciliationServiceREST operations for reconciliation.interfaceRelationshipTypeServiceREST operations for relationship types.interfaceRemediationServiceREST operations for remediations.interfaceReportServiceREST operations for reports.interfaceResourceServiceREST operations for external resources.interfaceRoleServiceREST operations for roles.interfaceSAML2IdPEntityServiceREST operations for SAML 2.0 IdP metadata.interfaceSAML2SP4UIIdPServiceREST operations for SAML 2.0 SP4UI Identity Providers.interfaceSAML2SP4UIServiceREST operations for the provided SAML 2.0 SP4UI Service Provider.interfaceSAML2SPEntityServiceREST operations for SAML 2.0 SP entity.interfaceSchemaServiceREST operations for attribute schemas.interfaceSCIMConfServiceREST operations for SCIM 2.0 configuration.interfaceSecurityQuestionServiceREST operations for security questions.interfaceSRARouteServiceREST operations for SRA routes.interfaceSyncopeServiceGeneral info about this Apache Syncope deployment.interfaceTaskServiceREST operations for tasks.interfaceUserRequestServiceREST operations related to user workflow.interfaceUserSelfServiceREST operations for user self-management.interfaceUserServiceREST operations for users.interfaceUserWorkflowTaskService -
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 interfaceGoogleMfaAuthAccountServiceinterfaceGoogleMfaAuthTokenServiceinterfaceImpersonationServiceinterfaceMfaTrustStorageServiceinterfaceU2FRegistrationServiceinterfaceWAClientAppServiceREST operations for WA to read client applications.interfaceWAConfigServiceREST operations for WA Configuration.interfaceWebAuthnRegistrationService -
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 ServerIdRepoRESTCXFContext. 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 classGoogleMfaAuthAccountServiceImplclassGoogleMfaAuthTokenServiceImplclassImpersonationServiceImplclassMfaTrustStorageServiceImplclassU2FRegistrationServiceImplclassWAClientAppServiceImplclassWAConfigServiceImplclassWebAuthnRegistrationServiceImpl
-