Package org.apache.syncope.core.rest.cxf
Class AMRESTCXFContext
java.lang.Object
org.apache.syncope.core.rest.cxf.AMRESTCXFContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionattrRepoService
(AttrRepoLogic attrRepoLogic) authModuleService
(AuthModuleLogic authModuleLogic) authProfileService
(AuthProfileLogic authProfileLogic) clientAppService
(ClientAppLogic clientAppLogic) googleMfaAuthAccountService
(GoogleMfaAuthAccountLogic googleMfaAuthAccountLogic) googleMfaAuthTokenService
(GoogleMfaAuthTokenLogic googleMfaAuthTokenLogic) impersonationService
(ImpersonationLogic impersonationLogic) mfaTrustStorageService
(MfaTrusStorageLogic mfaTrusStorageLogic) oidcJWKSService
(OIDCJWKSLogic oidcJWKSLogic) saml2IdPEntityService
(SAML2IdPEntityLogic saml2IdPEntityLogic) saml2SPEntityService
(SAML2SPEntityLogic saml2SPEntityLogic) sraRouteService
(SRARouteLogic sraRouteLogic) waClientAppService
(WAClientAppLogic waClientAppLogic) waConfigService
(WAConfigLogic waConfigLogic) webAuthnRegistrationService
(WebAuthnRegistrationLogic webAuthnRegistrationLogic)
-
Constructor Details
-
AMRESTCXFContext
public AMRESTCXFContext()
-
-
Method Details
-
authModuleService
@ConditionalOnMissingBean @Bean public AuthModuleService authModuleService(AuthModuleLogic authModuleLogic) -
attrRepoService
-
authProfileService
@ConditionalOnMissingBean @Bean public AuthProfileService authProfileService(AuthProfileLogic authProfileLogic) -
clientAppService
@ConditionalOnMissingBean @Bean public ClientAppService clientAppService(ClientAppLogic clientAppLogic) -
googleMfaAuthAccountService
@ConditionalOnMissingBean @Bean public GoogleMfaAuthAccountService googleMfaAuthAccountService(GoogleMfaAuthAccountLogic googleMfaAuthAccountLogic) -
googleMfaAuthTokenService
@ConditionalOnMissingBean @Bean public GoogleMfaAuthTokenService googleMfaAuthTokenService(GoogleMfaAuthTokenLogic googleMfaAuthTokenLogic) -
impersonationService
@ConditionalOnMissingBean @Bean public ImpersonationService impersonationService(ImpersonationLogic impersonationLogic) -
oidcJWKSService
-
saml2IdPEntityService
@ConditionalOnMissingBean @Bean public SAML2IdPEntityService saml2IdPEntityService(SAML2IdPEntityLogic saml2IdPEntityLogic) -
saml2SPEntityService
@ConditionalOnMissingBean @Bean public SAML2SPEntityService saml2SPEntityService(SAML2SPEntityLogic saml2SPEntityLogic) -
sraRouteService
-
mfaTrustStorageService
@ConditionalOnMissingBean @Bean public MfaTrustStorageService mfaTrustStorageService(MfaTrusStorageLogic mfaTrusStorageLogic) -
waClientAppService
@ConditionalOnMissingBean @Bean public WAClientAppService waClientAppService(WAClientAppLogic waClientAppLogic) -
waConfigService
-
webAuthnRegistrationService
@ConditionalOnMissingBean @Bean public WebAuthnRegistrationService webAuthnRegistrationService(WebAuthnRegistrationLogic webAuthnRegistrationLogic)
-