Uses of Class
org.apache.syncope.wa.bootstrap.WARestClient
Package
Description
-
Uses of WARestClient in org.apache.syncope.wa.bootstrap
Modifier and TypeFieldDescriptionprotected final WARestClient
WAPropertySourceLocator.waRestClient
Modifier and TypeMethodDescriptionWABootstrapConfiguration.PropertySourceConfiguration.attrRepoPropertySourceMapper
(WARestClient waRestClient) WABootstrapConfiguration.PropertySourceConfiguration.authModulePropertySourceMapper
(WARestClient waRestClient) org.springframework.cloud.bootstrap.config.PropertySourceLocator
WABootstrapConfiguration.PropertySourceConfiguration.configPropertySourceLocator
(org.apereo.cas.util.crypto.CipherExecutor<String, String> waConfigurationCipher, WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper) ModifierConstructorDescriptionWAPropertySourceLocator
(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
Modifier and TypeFieldDescriptionprotected final WARestClient
AttrRepoPropertySourceMapper.waRestClient
protected final WARestClient
AuthModulePropertySourceMapper.waRestClient
ModifierConstructorDescriptionAttrRepoPropertySourceMapper
(WARestClient waRestClient) AuthModulePropertySourceMapper
(WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.actuate
Modifier and TypeFieldDescriptionprotected final WARestClient
SyncopeCoreHealthIndicator.waRestClient
-
Uses of WARestClient in org.apache.syncope.wa.starter.audit
-
Uses of WARestClient in org.apache.syncope.wa.starter.config
Modifier and TypeMethodDescriptionorg.apereo.cas.audit.AuditTrailExecutionPlanConfigurer
WAContext.auditConfigurer
(WARestClient waRestClient) org.apereo.cas.support.events.CasEventRepository
WAContext.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.OneTimeTokenCredentialRepository
WAContext.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.MultifactorAuthenticationTrustStorage
WAContext.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.OidcJsonWebKeystoreGeneratorService
WAContext.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.SamlIdPMetadataGenerator
WAContext.samlIdPMetadataGenerator
(WARestClient waRestClient, org.apereo.cas.support.saml.idp.metadata.generator.SamlIdPMetadataGeneratorConfigurationContext context) org.apereo.cas.support.saml.idp.metadata.locator.SamlIdPMetadataLocator
WAContext.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.SurrogateAuthenticationService
WAContext.surrogateAuthenticationService
(WARestClient waRestClient) WAContext.syncopeCoreHealthIndicator
(WARestClient waRestClient) org.apereo.cas.services.ServiceRegistryExecutionPlanConfigurer
WAContext.syncopeServiceRegistryConfigurer
(ConfigurableApplicationContext ctx, WARestClient waRestClient, RegisteredServiceMapper registeredServiceMapper, ObjectProvider<List<org.apereo.cas.services.ServiceRegistryListener>> serviceRegistryListeners) org.apereo.cas.webauthn.storage.WebAuthnCredentialRepository
WAContext.webAuthnCredentialRepository
(org.apereo.cas.configuration.CasConfigurationProperties casProperties, WARestClient waRestClient) ModifierConstructorDescriptionWARefreshContextJob
(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
ModifierConstructorDescriptionWAEventRepository
(org.apereo.cas.support.events.CasEventRepositoryFilter eventRepositoryFilter, WARestClient restClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.gauth
Modifier and TypeFieldDescriptionprotected final WARestClient
WAGoogleMfaAuthCredentialRepository.waRestClient
protected final WARestClient
WAGoogleMfaAuthTokenRepository.waRestClient
ModifierConstructorDescriptionWAGoogleMfaAuthCredentialRepository
(WARestClient waRestClient, com.warrenstrange.googleauth.IGoogleAuthenticator googleAuthenticator) WAGoogleMfaAuthTokenRepository
(WARestClient waRestClient, long expireTokensInSeconds) -
Uses of WARestClient in org.apache.syncope.wa.starter.mfa
Modifier and TypeFieldDescriptionprotected final WARestClient
WAMultifactorAuthenticationTrustStorage.waRestClient
ModifierConstructorDescriptionWAMultifactorAuthenticationTrustStorage
(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
Modifier and TypeFieldDescriptionprotected final WARestClient
WAOIDCJWKSGeneratorService.waRestClient
ModifierConstructorDescriptionWAOIDCJWKSGeneratorService
(WARestClient waRestClient, String jwksKeyId, String jwksType, int jwksKeySize) -
Uses of WARestClient in org.apache.syncope.wa.starter.pac4j.saml
Modifier and TypeFieldDescriptionprotected final WARestClient
WASAML2ClientCustomizer.restClient
protected final WARestClient
WASAML2ClientKeystoreGenerator.waRestClient
protected final WARestClient
WASAML2ClientMetadataGenerator.waRestClient
protected final WARestClient
WASAML2MetadataResolver.waRestClient
ModifierConstructorDescriptionWASAML2ClientCustomizer
(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
Modifier and TypeFieldDescriptionprotected final WARestClient
WASamlIdPMetadataGenerator.waRestClient
protected final WARestClient
WASamlIdPMetadataLocator.waRestClient
ModifierConstructorDescriptionWASamlIdPMetadataGenerator
(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
ModifierConstructorDescriptionWAServiceRegistry
(WARestClient restClient, RegisteredServiceMapper registeredServiceMapper, ConfigurableApplicationContext applicationContext, Collection<org.apereo.cas.services.ServiceRegistryListener> serviceRegistryListeners) -
Uses of WARestClient in org.apache.syncope.wa.starter.surrogate
Modifier and TypeFieldDescriptionprotected final WARestClient
WASurrogateAuthenticationService.waRestClient
-
Uses of WARestClient in org.apache.syncope.wa.starter.webauthn
Modifier and TypeFieldDescriptionprotected final WARestClient
WAWebAuthnCredentialRepository.waRestClient
ModifierConstructorDescriptionWAWebAuthnCredentialRepository
(org.apereo.cas.configuration.CasConfigurationProperties properties, WARestClient waRestClient)