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 WARestClient
WAPropertySourceLocator.waRestClient
Methods 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.PropertySourceLocator
WABootstrapConfiguration.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 WARestClient
AttrRepoPropertySourceMapper.waRestClient
protected final WARestClient
AuthModulePropertySourceMapper.waRestClient
Constructors 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 WARestClient
SyncopeCoreHealthIndicator.waRestClient
Constructors 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.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) 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 WARestClient
WAGoogleMfaAuthCredentialRepository.waRestClient
protected final WARestClient
WAGoogleMfaAuthTokenRepository.waRestClient
Constructors 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 WARestClient
WAMultifactorAuthenticationTrustStorage.waRestClient
Constructors 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 WARestClient
WAOIDCJWKSGeneratorService.waRestClient
Constructors 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 WARestClient
WASAML2ClientCustomizer.restClient
protected final WARestClient
WASAML2ClientKeystoreGenerator.waRestClient
protected final WARestClient
WASAML2ClientMetadataGenerator.waRestClient
protected final WARestClient
WASAML2MetadataResolver.waRestClient
Constructors 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 WARestClient
WASamlIdPMetadataGenerator.waRestClient
protected final WARestClient
WASamlIdPMetadataLocator.waRestClient
Constructors 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 WARestClient
WASurrogateAuthenticationService.waRestClient
Constructors 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 WARestClient
WAWebAuthnCredentialRepository.waRestClient
Constructors in org.apache.syncope.wa.starter.webauthn with parameters of type WARestClientModifierConstructorDescriptionWAWebAuthnCredentialRepository
(org.apereo.cas.configuration.CasConfigurationProperties properties, WARestClient waRestClient)