Uses of Class
org.apache.syncope.wa.bootstrap.WARestClient
-
-
Uses of WARestClient in org.apache.syncope.wa.bootstrap
Fields in org.apache.syncope.wa.bootstrap declared as WARestClient Modifier and Type Field Description protected WARestClientWAPropertySourceLocator. waRestClientMethods in org.apache.syncope.wa.bootstrap that return WARestClient Modifier and Type Method Description WARestClientWABootstrapConfiguration.WAClientConfiguration. waRestClient()Methods in org.apache.syncope.wa.bootstrap with parameters of type WARestClient Modifier and Type Method Description AttrRepoPropertySourceMapperWABootstrapConfiguration.PropertySourceConfiguration. attrRepoPropertySourceMapper(WARestClient waRestClient)AuthModulePropertySourceMapperWABootstrapConfiguration.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 WARestClient Constructor Description WAPropertySourceLocator(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 WARestClient Modifier and Type Field Description protected WARestClientAttrRepoPropertySourceMapper. waRestClientprotected WARestClientAuthModulePropertySourceMapper. waRestClientConstructors in org.apache.syncope.wa.bootstrap.mapping with parameters of type WARestClient Constructor Description AttrRepoPropertySourceMapper(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 WARestClient Modifier and Type Field Description protected WARestClientSyncopeCoreHealthIndicator. waRestClientConstructors in org.apache.syncope.wa.starter.actuate with parameters of type WARestClient Constructor Description SyncopeCoreHealthIndicator(WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.audit
Constructors in org.apache.syncope.wa.starter.audit with parameters of type WARestClient Constructor Description WAAuditTrailManager(WARestClient restClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.config
Methods in org.apache.syncope.wa.starter.config with parameters of type WARestClient Modifier and Type Method Description org.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)WAGoogleMfaAuthTokenRepositoryWAContext. 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, WARestClient waRestClient)org.apereo.cas.authentication.surrogate.SurrogateAuthenticationServiceWAContext. surrogateAuthenticationService(WARestClient waRestClient)SyncopeCoreHealthIndicatorWAContext. 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.adaptors.u2f.storage.U2FDeviceRepositoryWAContext. u2fDeviceRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, WARestClient waRestClient)org.apereo.cas.webauthn.storage.WebAuthnCredentialRepositoryWAContext. webAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.events
Constructors in org.apache.syncope.wa.starter.events with parameters of type WARestClient Constructor Description WAEventRepository(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 WARestClient Modifier and Type Field Description protected WARestClientWAGoogleMfaAuthCredentialRepository. waRestClientprotected WARestClientWAGoogleMfaAuthTokenRepository. waRestClientConstructors in org.apache.syncope.wa.starter.gauth with parameters of type WARestClient Constructor Description WAGoogleMfaAuthCredentialRepository(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 WARestClient Modifier and Type Field Description protected WARestClientWAMultifactorAuthenticationTrustStorage. waRestClientConstructors in org.apache.syncope.wa.starter.mfa with parameters of type WARestClient Constructor Description WAMultifactorAuthenticationTrustStorage(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 WARestClient Modifier and Type Field Description protected WARestClientWAOIDCJWKSGeneratorService. waRestClientConstructors in org.apache.syncope.wa.starter.oidc with parameters of type WARestClient Constructor Description WAOIDCJWKSGeneratorService(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 WARestClient Modifier and Type Field Description protected WARestClientWASAML2ClientCustomizer. restClientprotected WARestClientWASAML2ClientKeystoreGenerator. waRestClientprotected WARestClientWASAML2ClientMetadataGenerator. waRestClientprotected WARestClientWASAML2MetadataResolver. waRestClientConstructors in org.apache.syncope.wa.starter.pac4j.saml with parameters of type WARestClient Constructor Description WASAML2ClientCustomizer(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 WARestClient Modifier and Type Field Description protected WARestClientWASamlIdPMetadataGenerator. waRestClientprotected WARestClientWASamlIdPMetadataLocator. waRestClientConstructors in org.apache.syncope.wa.starter.saml.idp.metadata with parameters of type WARestClient Constructor Description WASamlIdPMetadataGenerator(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, WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.services
Fields in org.apache.syncope.wa.starter.services declared as WARestClient Modifier and Type Field Description protected WARestClientWAServiceRegistry. waRestClientConstructors in org.apache.syncope.wa.starter.services with parameters of type WARestClient Constructor Description WAServiceRegistry(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 WARestClient Modifier and Type Field Description protected WARestClientWASurrogateAuthenticationService. waRestClientConstructors in org.apache.syncope.wa.starter.surrogate with parameters of type WARestClient Constructor Description WASurrogateAuthenticationService(WARestClient waRestClient) -
Uses of WARestClient in org.apache.syncope.wa.starter.u2f
Fields in org.apache.syncope.wa.starter.u2f declared as WARestClient Modifier and Type Field Description protected WARestClientWAU2FDeviceRepository. waRestClientConstructors in org.apache.syncope.wa.starter.u2f with parameters of type WARestClient Constructor Description WAU2FDeviceRepository(org.apereo.cas.configuration.CasConfigurationProperties casProperties, com.github.benmanes.caffeine.cache.LoadingCache<String,String> requestStorage, WARestClient waRestClient, OffsetDateTime expirationDate) -
Uses of WARestClient in org.apache.syncope.wa.starter.webauthn
Fields in org.apache.syncope.wa.starter.webauthn declared as WARestClient Modifier and Type Field Description protected WARestClientWAWebAuthnCredentialRepository. waRestClientConstructors in org.apache.syncope.wa.starter.webauthn with parameters of type WARestClient Constructor Description WAWebAuthnCredentialRepository(org.apereo.cas.configuration.CasConfigurationProperties properties, WARestClient waRestClient)
-