Uses of Class
org.apache.syncope.wa.bootstrap.WARestClient
Packages that use WARestClient
Package
Description
-
Uses of WARestClient in org.apache.syncope.wa.bootstrap
Fields in org.apache.syncope.wa.bootstrap declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWAPropertySourceLocator.waRestClientMethods in org.apache.syncope.wa.bootstrap that return WARestClientMethods in org.apache.syncope.wa.bootstrap with parameters of type WARestClientModifier and TypeMethodDescriptionWABootstrapConfiguration.PropertySourceConfiguration.attrRepoPropertySourceMapper(WARestClient waRestClient) WABootstrapConfiguration.PropertySourceConfiguration.authModulePropertySourceMapper(WARestClient waRestClient) org.springframework.cloud.bootstrap.config.PropertySourceLocatorWABootstrapConfiguration.PropertySourceConfiguration.configPropertySourceLocator(org.apereo.cas.util.crypto.CipherExecutor<String, String> waConfigurationCipher, WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper) Constructors in org.apache.syncope.wa.bootstrap with parameters of type WARestClientModifierConstructorDescriptionWAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper, org.apereo.cas.util.crypto.CipherExecutor<String, String> configurationCipher) -
Uses of WARestClient in org.apache.syncope.wa.bootstrap.mapping
Fields in org.apache.syncope.wa.bootstrap.mapping declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientAttrRepoPropertySourceMapper.waRestClientprotected final WARestClientAuthModulePropertySourceMapper.waRestClientConstructors in org.apache.syncope.wa.bootstrap.mapping with parameters of type WARestClientModifierConstructorDescriptionAttrRepoPropertySourceMapper(WARestClient waRestClient) AuthModulePropertySourceMapper(WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.actuate
Fields in org.apache.syncope.wa.starter.actuate declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientSyncopeCoreHealthIndicator.waRestClientConstructors in org.apache.syncope.wa.starter.actuate with parameters of type WARestClient -
Uses of WARestClient in org.apache.syncope.wa.starter.audit
Constructors in org.apache.syncope.wa.starter.audit with parameters of type WARestClient -
Uses of WARestClient in org.apache.syncope.wa.starter.config
Fields in org.apache.syncope.wa.starter.config declared as WARestClientMethods in org.apache.syncope.wa.starter.config with parameters of type WARestClientModifier and TypeMethodDescriptionorg.apereo.cas.audit.AuditTrailExecutionPlanConfigurerWAContext.auditConfigurer(WARestClient waRestClient) org.apereo.cas.support.events.CasEventRepositoryWAContext.casEventRepository(WARestClient waRestClient, org.apereo.cas.support.events.CasEventRepositoryFilter syncopeWAEventRepositoryFilter) org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer<org.pac4j.core.client.Client> WAContext.delegatedClientCustomizer(WARestClient waRestClient) org.apereo.cas.otp.repository.credentials.OneTimeTokenCredentialRepositoryWAContext.googleAuthenticatorAccountRegistry(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.util.crypto.CipherExecutor<String, String> googleAuthenticatorAccountCipherExecutor, org.apereo.cas.util.crypto.CipherExecutor<Number, Number> googleAuthenticatorScratchCodesCipherExecutor, com.warrenstrange.googleauth.IGoogleAuthenticator googleAuthenticatorInstance, WARestClient waRestClient) org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustStorageWAContext.mfaTrustStorage(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecordKeyGenerator keyGenerationStrategy, org.apereo.cas.util.crypto.CipherExecutor<Serializable, String> mfaTrustCipherExecutor, WARestClient waRestClient) org.apereo.cas.oidc.jwks.generator.OidcJsonWebKeystoreGeneratorServiceWAContext.oidcJsonWebKeystoreGeneratorService(org.apereo.cas.configuration.CasConfigurationProperties casProperties, WARestClient waRestClient) WAContext.oneTimeTokenAuthenticatorTokenRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, WARestClient waRestClient) org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGeneratorWAContext.samlIdPMetadataGenerator(WARestClient waRestClient, org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGeneratorConfigurationContext context) org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocatorWAContext.samlIdPMetadataLocator(org.apereo.cas.util.crypto.CipherExecutor<String, String> cipherExecutor, com.github.benmanes.caffeine.cache.Cache<String, org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> samlIdPMetadataCache, ApplicationContext applicationContext, WARestClient waRestClient) org.apereo.cas.authentication.surrogate.SurrogateAuthenticationServiceWAContext.surrogateAuthenticationService(WARestClient waRestClient) WAContext.syncopeCoreHealthIndicator(WARestClient waRestClient) org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurerWAContext.syncopeServiceRegistryConfigurer(ConfigurableApplicationContext ctx, WARestClient waRestClient, RegisteredServiceMapper registeredServiceMapper, ObjectProvider<List<org.apereo.cas.services.ServiceRegistryListener>> serviceRegistryListeners) org.apereo.cas.webauthn.storage.WebAuthnCredentialRepositoryWAContext.webAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, WARestClient waRestClient) Constructors in org.apache.syncope.wa.starter.config with parameters of type WARestClientModifierConstructorDescriptionWARefreshContextJob(WARestClient waRestClient, org.springframework.cloud.context.refresh.ContextRefresher contextRefresher, org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGenerator metadataGenerator) -
Uses of WARestClient in org.apache.syncope.wa.starter.events
Constructors in org.apache.syncope.wa.starter.events with parameters of type WARestClientModifierConstructorDescriptionWAEventRepository(org.apereo.cas.support.events.CasEventRepositoryFilter eventRepositoryFilter, WARestClient restClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.gauth
Fields in org.apache.syncope.wa.starter.gauth declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWAGoogleMfaAuthCredentialRepository.waRestClientprotected final WARestClientWAGoogleMfaAuthTokenRepository.waRestClientConstructors in org.apache.syncope.wa.starter.gauth with parameters of type WARestClientModifierConstructorDescriptionWAGoogleMfaAuthCredentialRepository(WARestClient waRestClient, com.warrenstrange.googleauth.IGoogleAuthenticator googleAuthenticator) WAGoogleMfaAuthTokenRepository(WARestClient waRestClient, long expireTokensInSeconds) -
Uses of WARestClient in org.apache.syncope.wa.starter.mfa
Fields in org.apache.syncope.wa.starter.mfa declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWAMultifactorAuthenticationTrustStorage.waRestClientConstructors in org.apache.syncope.wa.starter.mfa with parameters of type WARestClientModifierConstructorDescriptionWAMultifactorAuthenticationTrustStorage(org.apereo.cas.configuration.model.support.mfa.trusteddevice.TrustedDevicesMultifactorProperties trustedDevicesMultifactorProperties, org.apereo.cas.util.crypto.CipherExecutor<Serializable, String> cipherExecutor, org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecordKeyGenerator keyGenerationStrategy, WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.oidc
Fields in org.apache.syncope.wa.starter.oidc declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWAOIDCJWKSGeneratorService.waRestClientConstructors in org.apache.syncope.wa.starter.oidc with parameters of type WARestClientModifierConstructorDescriptionWAOIDCJWKSGeneratorService(WARestClient waRestClient, String jwksKeyId, String jwksType, int jwksKeySize) -
Uses of WARestClient in org.apache.syncope.wa.starter.pac4j.saml
Fields in org.apache.syncope.wa.starter.pac4j.saml declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWASAML2ClientCustomizer.restClientprotected final WARestClientWASAML2ClientKeystoreGenerator.waRestClientprotected final WARestClientWASAML2ClientMetadataGenerator.waRestClientprotected final WARestClientWASAML2MetadataResolver.waRestClientConstructors in org.apache.syncope.wa.starter.pac4j.saml with parameters of type WARestClientModifierConstructorDescriptionWASAML2ClientCustomizer(WARestClient restClient) WASAML2ClientKeystoreGenerator(WARestClient waRestClient, org.pac4j.saml.client.SAML2Client saml2Client) WASAML2ClientMetadataGenerator(WARestClient waRestClient, org.pac4j.saml.client.SAML2Client saml2Client) WASAML2MetadataResolver(WARestClient waRestClient, org.pac4j.saml.client.SAML2Client saml2Client) -
Uses of WARestClient in org.apache.syncope.wa.starter.saml.idp.metadata
Fields in org.apache.syncope.wa.starter.saml.idp.metadata declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWASamlIdPMetadataGenerator.waRestClientprotected final WARestClientWASamlIdPMetadataLocator.waRestClientConstructors in org.apache.syncope.wa.starter.saml.idp.metadata with parameters of type WARestClientModifierConstructorDescriptionWASamlIdPMetadataGenerator(org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGeneratorConfigurationContext samlIdPMetadataGeneratorConfigurationContext, WARestClient waRestClient) WASamlIdPMetadataLocator(org.apereo.cas.util.crypto.CipherExecutor<String, String> metadataCipherExecutor, com.github.benmanes.caffeine.cache.Cache<String, org.apereo.cas.support.saml.services.idp.metadata.SamlIdPMetadataDocument> metadataCache, ApplicationContext applicationContext, WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.services
Fields in org.apache.syncope.wa.starter.services declared as WARestClientConstructors in org.apache.syncope.wa.starter.services with parameters of type WARestClientModifierConstructorDescriptionWAServiceRegistry(WARestClient restClient, RegisteredServiceMapper registeredServiceMapper, ConfigurableApplicationContext applicationContext, Collection<org.apereo.cas.services.ServiceRegistryListener> serviceRegistryListeners) -
Uses of WARestClient in org.apache.syncope.wa.starter.surrogate
Fields in org.apache.syncope.wa.starter.surrogate declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWASurrogateAuthenticationService.waRestClientConstructors in org.apache.syncope.wa.starter.surrogate with parameters of type WARestClient -
Uses of WARestClient in org.apache.syncope.wa.starter.webauthn
Fields in org.apache.syncope.wa.starter.webauthn declared as WARestClientModifier and TypeFieldDescriptionprotected final WARestClientWAWebAuthnCredentialRepository.waRestClientConstructors in org.apache.syncope.wa.starter.webauthn with parameters of type WARestClientModifierConstructorDescriptionWAWebAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties properties, WARestClient waRestClient)