组织ID: |
org.springframework.vault |
项目ID: |
spring-vault-core |
版本: |
2.2.0.RELEASE |
最后修改时间: |
2019-11-19 22:04:24 |
包类型: |
jar |
标题: |
Spring Vault Core |
描述: |
Spring Vault Core Components |
相关URL: |
https://projects.spring.io/spring-vault/spring-vault-core/ |
大小: |
508.26KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.vault:spring-vault-core:2.2.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.2.0.RELEASE</version>
</parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>2.2.0.RELEASE</version>
<name>Spring Vault Core</name>
<description>Spring Vault Core Components</description>
<url>https://projects.spring.io/spring-vault/spring-vault-core/</url>
<inceptionYear>2016</inceptionYear>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://www.spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<comments>Copyright 2016 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.
See the License for the specific language governing permissions and
limitations under the License.</comments>
</license>
</licenses>
<developers>
<developer>
<id>sgibb</id>
<name>Spencer Gibb</name>
</developer>
<developer>
<id>mpaluch</id>
<name>Mark Paluch</name>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-vault.git/spring-vault-core</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-vault.git/spring-vault-core</developerConnection>
<tag>2.2.0.RELEASE</tag>
<url>https://github.com/spring-projects/spring-vault/spring-vault-core</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/spring-projects/spring-vault/issues</url>
</issueManagement>
<ciManagement>
<system>Bamboo</system>
<url>https://build.spring.io/browse/SPRINGVAULT-VAULT</url>
</ciManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.2.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.2.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.2.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.2.1.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.2.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.9.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>2.2.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>
<version>2.2.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<version>5.2.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.50</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-reactor</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.10</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-reactive-httpclient</artifactId>
<version>1.0.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.43.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.11.658</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>ion-java</artifactId>
<groupId>software.amazon.ion</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-dataformat-cbor</artifactId>
<groupId>com.fasterxml.jackson.dataformat</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iam</artifactId>
<version>v1-rev20191010-1.30.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jackson-core</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
</exclusion>
<exclusion>
<artifactId>httpclient</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>0.18.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.64</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.vault.repository.mapping.VaultPersistentEntity.class
org.springframework.vault.repository.core.VaultKeyValueAdapter.class
org.springframework.vault.repository.core.VaultQueryEngine.class
org.springframework.vault.repository.convert.AbstractVaultConverter.class
org.springframework.vault.core.VaultVersionedKeyValueOperations.class
org.springframework.vault.core.ReactiveVaultOperationsExtensionsKt.class
org.springframework.vault.core.lease.package-info.class
org.springframework.vault.core.lease.event.SecretLeaseCreatedEvent.class
org.springframework.vault.core.VaultKeyValue2Accessor.class
org.springframework.vault.config.EnvironmentVaultConfiguration$AuthenticationMethod.class
org.springframework.vault.support.Ciphertext.class
org.springframework.vault.support.SignatureValidation.class
org.springframework.vault.support.CertificateBundle.class
org.springframework.vault.support.VaultHealth.class
org.springframework.vault.support.VaultTransitKey.class
org.springframework.vault.support.VaultTransitKeyCreationRequest$VaultTransitKeyCreationRequestBuilder.class
org.springframework.vault.authentication.LifecycleAwareSessionManager.class
org.springframework.vault.authentication.TokenAuthentication.class
org.springframework.vault.authentication.AppIdAuthenticationOptions$1.class
org.springframework.vault.client.ClientHttpConnectorFactory$JettyClient.class
org.springframework.vault.client.VaultResponses$2.class
org.springframework.vault.client.RestTemplateRequestCustomizer.class
org.springframework.vault.repository.mapping.VaultPersistentProperty.class
org.springframework.vault.repository.core.package-info.class
org.springframework.vault.repository.query.VaultPartTreeQuery$VaultQueryCreatorFactory.class
org.springframework.vault.core.VaultTransitOperations.class
org.springframework.vault.core.VaultOperationsExtensionsKt.class
org.springframework.vault.core.lease.SecretLeaseContainer$LeaseRenewalScheduler.class
org.springframework.vault.core.lease.event.LeaseErrorListener.class
org.springframework.vault.core.VaultSysTemplate$VaultUnsealStatusImpl.class
org.springframework.vault.core.VaultKeyValue2Template.class
org.springframework.vault.annotation.VaultPropertySourceRegistrar.class
org.springframework.vault.support.Hmac.class
org.springframework.vault.support.VaultInitializationRequest.class
org.springframework.vault.support.VaultToken.class
org.springframework.vault.support.VaultMount$VaultMountBuilder.class
org.springframework.vault.authentication.UnwrappingEndpoints$2.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions$SecretId.class
org.springframework.vault.authentication.VaultLoginException.class
org.springframework.vault.authentication.GcpComputeAuthenticationOptions.class
org.springframework.vault.authentication.ResourceCredentialSupplier.class
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport.class
org.springframework.vault.authentication.ClientCertificateAuthentication.class
org.springframework.vault.authentication.AuthenticationSteps$OnNextStep.class
org.springframework.vault.authentication.CachingVaultTokenSupplier.class
org.springframework.vault.authentication.AuthenticationStepsExecutor.class
org.springframework.vault.client.VaultEndpointProvider.class
org.springframework.vault.client.ClientHttpRequestFactoryFactory$OkHttp3.class
org.springframework.vault.repository.mapping.Secret.class
org.springframework.vault.repository.core.VaultKeyValueAdapter$1.class
org.springframework.vault.repository.query.VaultQueryCreator$1.class
org.springframework.vault.core.VaultWrappingOperationsExtensionsKt.class
org.springframework.vault.core.util.package-info.class
org.springframework.vault.core.VaultVersionedKeyValueOperationsExtensionsKt.class
org.springframework.vault.core.lease.domain.package-info.class
org.springframework.vault.core.env.VaultPropertySourceNotFoundException.class
org.springframework.vault.core.VaultSysTemplate$Seal.class
org.springframework.vault.config.AbstractVaultConfiguration$ClientFactoryWrapper.class
org.springframework.vault.annotation.VaultPropertySource.class
org.springframework.vault.support.Versioned$1.class
org.springframework.vault.support.VaultTransitKeyCreationRequest.class
org.springframework.vault.authentication.VaultTokenLookupException.class
org.springframework.vault.authentication.GcpComputeAuthentication.class
org.springframework.vault.authentication.SimpleSessionManager.class
org.springframework.vault.authentication.PcfAuthentication.class
org.springframework.vault.authentication.LoginTokenAdapter.class
org.springframework.vault.authentication.AwsIamAuthenticationOptions.class
org.springframework.vault.client.RestTemplateBuilder$RestTemplateBuilderClientHttpRequestFactoryWrapper.class
org.springframework.vault.repository.mapping.BasicVaultPersistentEntity.class
org.springframework.vault.repository.core.MappingVaultEntityInformation.class
org.springframework.vault.repository.convert.VaultTypeMapper.class
org.springframework.vault.core.VaultTemplate$1.class
org.springframework.vault.core.util.PropertyTransformers$RemoveNullProperties.class
org.springframework.vault.core.lease.SecretLeaseEventPublisher$LoggingErrorListener.class
org.springframework.vault.core.lease.event.SecretLeaseExpiredEvent.class
org.springframework.vault.core.VaultWrappingOperations.class
org.springframework.vault.core.package-info.class
org.springframework.vault.config.AbstractVaultConfiguration.class
org.springframework.vault.security.package-info.class
org.springframework.vault.support.Versioned$Metadata.class
org.springframework.vault.support.Policy$StringToDurationConverter.class
org.springframework.vault.support.VaultInitializationResponse.class
org.springframework.vault.support.TransitKeyType.class
org.springframework.vault.authentication.AuthenticationSteps$HttpRequest.class
org.springframework.vault.authentication.AuthenticationSteps$HttpRequestNode.class
org.springframework.vault.authentication.UnwrappingEndpoints$1.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$Nonce.class
org.springframework.vault.authentication.MacAddressUserId.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$AwsEc2AuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AwsIamAuthentication.class
org.springframework.vault.authentication.event.AuthenticationErrorListener.class
org.springframework.vault.client.ClientHttpConnectorFactory.class
org.springframework.vault.client.ClientHttpRequestFactoryFactory$HttpComponents.class
org.springframework.vault.repository.mapping.package-info.class
org.springframework.vault.repository.convert.DefaultVaultTypeMapper$SecretDocumentTypeAliasAccessor.class
org.springframework.vault.core.VaultKeyValueOperationsExtensionsKt.class
org.springframework.vault.core.util.PropertyTransformers$KeyPrefixPropertyTransformer.class
org.springframework.vault.core.lease.event.AfterSecretLeaseRenewedEvent.class
org.springframework.vault.core.VaultPkiOperations.class
org.springframework.vault.VaultException.class
org.springframework.vault.security.VaultBytesKeyGenerator.class
org.springframework.vault.annotation.package-info.class
org.springframework.vault.support.Policy.class
org.springframework.vault.support.VaultTransitKeyConfiguration$VaultTransitKeyConfigurationBuilder.class
org.springframework.vault.support.Versioned$Version.class
org.springframework.vault.authentication.AppRoleAuthentication.class
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport$OneShotTrigger.class
org.springframework.vault.authentication.package-info.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions$1.class
org.springframework.vault.authentication.AppIdAuthenticationOptions.class
org.springframework.vault.authentication.LoginToken.class
org.springframework.vault.authentication.VaultSessionManagerException.class
org.springframework.vault.authentication.event.LoginTokenRevocationFailedEvent.class
org.springframework.vault.authentication.event.AfterLoginEvent.class
org.springframework.vault.client.RestTemplateCustomizer.class
META-INF/spring-vault-core.kotlin_module
org.springframework.vault.repository.mapping.VaultSimpleTypes.class
org.springframework.vault.repository.support.VaultRepositoryFactory.class
org.springframework.vault.repository.convert.SecretDocument.class
org.springframework.vault.repository.convert.DefaultVaultTypeMapper.class
org.springframework.vault.repository.convert.SecretDocumentAccessor.class
org.springframework.vault.repository.convert.MappingVaultConverter.class
org.springframework.vault.core.util.KeyValueDelegate$MountInfo.class
org.springframework.vault.core.lease.SecretLeaseContainer$LeaseRenewalScheduler$1.class
org.springframework.vault.core.lease.event.BeforeSecretLeaseRevocationEvent.class
org.springframework.vault.core.VaultTokenOperations.class
org.springframework.vault.core.ReactiveVaultOperationsExtensionsKt$awaitDelete$1.class
org.springframework.vault.core.ReactiveVaultTemplate.class
org.springframework.vault.config.ClientHttpConnectorFactory.class
org.springframework.vault.annotation.VaultPropertySource$Renewal.class
org.springframework.vault.package-info.class
org.springframework.vault.support.RawTransitKey.class
org.springframework.vault.support.Policy$1.class
org.springframework.vault.support.Policy$CapabilityToStringConverter.class
org.springframework.vault.support.ClientOptions.class
org.springframework.vault.authentication.AuthenticationEventPublisher.class
org.springframework.vault.authentication.AuthenticationSteps$SupplierStep.class
org.springframework.vault.authentication.AuthenticationSteps.class
org.springframework.vault.authentication.AuthenticationStepsOperator$Undefinded.class
org.springframework.vault.authentication.SessionManager.class
org.springframework.vault.authentication.event.AfterLoginTokenRevocationEvent.class
org.springframework.vault.client.VaultClients.class
META-INF/notice.txt
META-INF/license.txt
org.springframework.vault.repository.mapping.VaultMappingContext.class
org.springframework.vault.repository.support.package-info.class
org.springframework.vault.repository.convert.VaultCustomConversions.class
org.springframework.vault.core.VaultTransitTemplate$VaultTransitKeyImpl.class
org.springframework.vault.core.VaultOperations.class
org.springframework.vault.core.lease.SecretLeaseContainer$OneShotTrigger.class
org.springframework.vault.core.lease.SecretLeaseContainer.class
org.springframework.vault.core.env.VaultPropertySource.class
org.springframework.vault.core.VaultTemplate.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory.class
org.springframework.vault.support.VaultSignatureVerificationRequest$1.class
org.springframework.vault.support.Policy$PolicyDeserializer.class
org.springframework.vault.support.VaultSignatureVerificationRequest.class
org.springframework.vault.support.VaultTransitKeyConfiguration.class
org.springframework.vault.support.VaultSignCertificateRequestResponse.class
org.springframework.vault.support.KeystoreUtil$Asn1Object.class
org.springframework.vault.authentication.KubernetesAuthenticationOptions.class
org.springframework.vault.authentication.AuthenticationSteps$ZipStep.class
org.springframework.vault.authentication.IpAddressUserId.class
org.springframework.vault.authentication.GcpIamAuthenticationOptions$1.class
org.springframework.vault.authentication.AppRoleTokens$Pull.class
org.springframework.vault.authentication.AppRoleTokens$Provided.class
org.springframework.vault.client.WebClientCustomizer.class
org.springframework.vault.client.ReactiveVaultClients.class
org.springframework.vault.repository.mapping.VaultMappingContext$SimpleClassNameKeySpaceResolver.class
org.springframework.vault.repository.support.VaultRepositoryFactoryBean.class
org.springframework.vault.core.ReactiveVaultTemplate$VaultListResponse.class
org.springframework.vault.core.VaultKeyValueOperationsSupport.class
org.springframework.vault.core.lease.LeaseEndpoints$2.class
org.springframework.vault.core.lease.event.LeaseListener.class
org.springframework.vault.core.VaultSysTemplate$GetUnsealStatus.class
org.springframework.vault.core.VaultVersionedKeyValueTemplate$VersionedResponse.class
org.springframework.vault.config.EnvironmentVaultConfiguration.class
org.springframework.vault.support.VaultResponseSupport.class
org.springframework.vault.support.VaultTransitContext.class
org.springframework.vault.support.SslConfiguration.class
org.springframework.vault.support.SslConfiguration$AbsentResource.class
org.springframework.vault.authentication.AppIdUserIdMechanism.class
org.springframework.vault.authentication.KubernetesServiceAccountTokenFile.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$1.class
org.springframework.vault.authentication.AuthenticationSteps$Pair.class
org.springframework.vault.authentication.AzureMsiAuthenticationOptions$AzureMsiAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AwsEc2Authentication.class
org.springframework.vault.authentication.GcpServiceAccountIdAccessor.class
org.springframework.vault.authentication.AuthenticationSteps$MapStep.class
org.springframework.vault.authentication.event.AuthenticationListener.class
org.springframework.vault.authentication.event.BeforeLoginTokenRenewedEvent.class
org.springframework.vault.client.SimpleVaultEndpointProvider.class
org.springframework.vault.client.ClientHttpRequestFactoryFactory.class
org.springframework.vault.repository.configuration.VaultRepositoriesRegistrar.class
org.springframework.vault.repository.query.VaultQueryCreator$VariableAccessor$2.class
org.springframework.vault.repository.convert.VaultConverter.class
org.springframework.vault.core.VaultPkiOperations$Encoding.class
org.springframework.vault.core.lease.SecretLeaseEventPublisher.class
org.springframework.vault.core.lease.event.SecretLeaseEvent.class
org.springframework.vault.core.VaultPkiTemplate.class
org.springframework.vault.config.EnvironmentVaultConfiguration$1.class
org.springframework.vault.support.VaultCertificateRequest.class
org.springframework.vault.support.VaultTransitContext$VaultTransitRequestBuilder.class
org.springframework.vault.support.JsonMapFlattener.class
org.springframework.vault.support.VaultCertificateResponse.class
org.springframework.vault.authentication.CredentialSupplier.class
org.springframework.vault.authentication.AppRoleTokens$AbsentSecretId.class
org.springframework.vault.authentication.LoginTokenUtil.class
org.springframework.vault.authentication.AwsIamAuthenticationOptions$AwsIamAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.GcpIamAuthentication.class
org.springframework.vault.authentication.event.AuthenticationErrorEvent.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$Nonce$Provided.class
org.springframework.vault.client.ClientHttpConnectorFactory$ReactorNetty.class
META-INF/changelog.txt
org.springframework.vault.repository.configuration.package-info.class
org.springframework.vault.repository.query.VaultQueryCreator$VariableAccessor$1.class
org.springframework.vault.core.VaultListResponse.class
org.springframework.vault.core.VaultVersionedKeyValueTemplate.class
org.springframework.vault.core.VaultTransitTemplate.class
org.springframework.vault.core.lease.LeaseEndpoints.class
org.springframework.vault.core.lease.event.AfterSecretLeaseRevocationEvent.class
org.springframework.vault.core.ReactiveVaultOperationsExtensionsKt$awaitWrite$2.class
org.springframework.vault.core.ReactiveVaultOperationsExtensionsKt$awaitWrite$1.class
org.springframework.vault.support.VaultTokenRequest.class
org.springframework.vault.support.Versioned$Metadata$MetadataBuilder.class
org.springframework.vault.support.KeystoreUtil$DerParser.class
org.springframework.vault.support.VaultTransitKeyCreationRequest$1.class
org.springframework.vault.support.LeaseStrategy.class
org.springframework.vault.authentication.ReactiveLifecycleAwareSessionManager$TokenWrapper.class
org.springframework.vault.authentication.GcpProjectIdAccessor.class
org.springframework.vault.authentication.ReactiveLifecycleAwareSessionManager$TerminatedException.class
org.springframework.vault.authentication.KubernetesAuthenticationOptions$KubernetesAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.DefaultGcpCredentialAccessors.class
org.springframework.vault.authentication.AuthenticationStepsOperator.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$Nonce$Generated.class
org.springframework.vault.authentication.event.LoginTokenExpiredEvent.class
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport$RefreshTrigger.class
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport$FixedTimeoutRefreshTrigger.class
org.springframework.vault.client.ClientHttpRequestFactoryFactory$KeySelectingKeyManagerFactory.class
org.springframework.vault.client.VaultResponses$3.class
META-INF/maven/org.springframework.vault/spring-vault-core/pom.xml
org.springframework.vault.repository.configuration.EnableVaultRepositories.class
org.springframework.vault.repository.query.VaultPartTreeQuery.class
org.springframework.vault.repository.convert.package-info.class
org.springframework.vault.core.VaultSysTemplate$GetMounts$VaultMountsResponse.class
org.springframework.vault.core.VaultSysTemplate$VaultHealthImpl.class
org.springframework.vault.core.VaultSysTemplate.class
org.springframework.vault.core.lease.domain.RequestedSecret$Mode.class
org.springframework.vault.core.env.LeaseAwareVaultPropertySource$1.class
org.springframework.vault.core.env.package-info.class
org.springframework.vault.core.VaultSysTemplate$VaultInitializationResponseImpl.class
org.springframework.vault.config.AbstractReactiveVaultConfiguration.class
org.springframework.vault.support.VaultCertificateRequest$VaultCertificateRequestBuilder.class
org.springframework.vault.support.Versioned.class
org.springframework.vault.support.KeystoreUtil.class
org.springframework.vault.support.Policy$PolicySerializer.class
org.springframework.vault.support.Policy$StringToCapabilityConverter.class
org.springframework.vault.authentication.AuthenticationSteps$Node.class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions$CubbyholeAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.LifecycleAwareSessionManager$TokenWrapper.class
org.springframework.vault.authentication.AppRoleTokens.class
org.springframework.vault.authentication.PcfAuthenticationOptions.class
org.springframework.vault.authentication.AppIdAuthentication.class
org.springframework.vault.client.WebClientBuilder.class
org.springframework.vault.client.ClientHttpRequestFactoryFactory$KeySelectingKeyManagerFactory$1.class
org.springframework.vault.repository.configuration.VaultRepositoryConfigurationExtension.class
org.springframework.vault.repository.query.VaultQuery.class
org.springframework.vault.repository.convert.VaultCustomConversions$CustomToStringConverter.class
org.springframework.vault.core.VaultSysTemplate$1.class
org.springframework.vault.core.VaultTokenTemplate.class
org.springframework.vault.core.VaultSysOperations.class
org.springframework.vault.core.lease.LeaseEndpoints$1.class
org.springframework.vault.core.lease.event.SecretNotFoundEvent.class
org.springframework.vault.core.VaultWrappingTemplate.class
org.springframework.vault.config.AbstractReactiveVaultConfiguration$ReactiveSessionManagerAdapter.class
org.springframework.vault.config.package-info.class
org.springframework.vault.support.VaultMount.class
org.springframework.vault.support.SslConfiguration$KeyStoreConfiguration.class
org.springframework.vault.support.Plaintext.class
org.springframework.vault.support.VaultEncryptionResult.class
org.springframework.vault.support.VaultHmacRequest$VaultHmacRequestBuilder.class
org.springframework.vault.authentication.AuthenticationSteps$PathAware.class
org.springframework.vault.authentication.ClientAuthentication.class
org.springframework.vault.authentication.AzureMsiAuthenticationOptions.class
org.springframework.vault.authentication.AzureVmEnvironment.class
org.springframework.vault.authentication.KubernetesAuthenticationOptions$1.class
org.springframework.vault.authentication.AzureMsiAuthentication.class
org.springframework.vault.authentication.GcpComputeAuthenticationOptions$1.class
org.springframework.vault.authentication.VaultTokenSupplier.class
org.springframework.vault.authentication.event.LoginFailedEvent.class
org.springframework.vault.authentication.AuthenticationStepsFactory.class
org.springframework.vault.authentication.AppRoleTokens$Wrapped.class
org.springframework.vault.authentication.GcpCredentialSupplier.class
org.springframework.vault.client.package-info.class
org.springframework.vault.client.VaultClients$PrefixAwareUriTemplateHandler.class
org.springframework.vault.repository.core.VaultQueryEngine$VaultCriteriaAccessor.class
org.springframework.vault.repository.query.VaultQueryCreator$Criteria.class
org.springframework.vault.core.VaultKeyValueAccessor.class
org.springframework.vault.core.VaultTransitTemplate$RawTransitKeyImpl.class
org.springframework.vault.core.VaultKeyValueOperations.class
org.springframework.vault.core.lease.domain.Lease.class
org.springframework.vault.core.lease.event.LeaseListenerAdapter.class
org.springframework.vault.core.ReactiveVaultOperations.class
org.springframework.vault.core.VaultSysTemplate$Health.class
org.springframework.vault.annotation.VaultPropertySources.class
org.springframework.vault.support.Policy$DurationToStringConverter.class
org.springframework.vault.support.VaultHmacRequest$1.class
org.springframework.vault.support.Policy$Capability.class
org.springframework.vault.support.VaultResponse.class
org.springframework.vault.support.VaultSignRequest$1.class
org.springframework.vault.support.SslConfiguration$KeyConfiguration.class
org.springframework.vault.support.Policy$BuiltinCapabilities.class
org.springframework.vault.support.Signature.class
org.springframework.vault.authentication.ReactiveLifecycleAwareSessionManager.class
org.springframework.vault.authentication.AppIdAuthenticationOptions$AppIdAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.GcpComputeAuthenticationOptions$GcpComputeAuthenticationOptionsBuilder.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-core-5.2.1.RELEASE.jar
/org.springframework/spring-core/5.2.1.RELEASE
查看spring-core所有版本文件
spring-context-5.2.1.RELEASE.jar
/org.springframework/spring-context/5.2.1.RELEASE
查看spring-context所有版本文件
spring-beans-5.2.1.RELEASE.jar
/org.springframework/spring-beans/5.2.1.RELEASE
查看spring-beans所有版本文件
spring-web-5.2.1.RELEASE.jar
/org.springframework/spring-web/5.2.1.RELEASE
查看spring-web所有版本文件
jackson-databind-2.10.0.jar
/com.fasterxml.jackson.core/jackson-databind/2.10.0
查看jackson-databind所有版本文件
spring-webflux-5.2.1.RELEASE.jar
/org.springframework/spring-webflux/5.2.1.RELEASE
查看spring-webflux所有版本文件
reactor-netty-0.9.1.RELEASE.jar
/io.projectreactor.netty/reactor-netty/0.9.1.RELEASE
查看reactor-netty所有版本文件
spring-data-commons-2.2.1.RELEASE.jar
/org.springframework.data/spring-data-commons/2.2.1.RELEASE
查看spring-data-commons所有版本文件
spring-data-keyvalue-2.2.1.RELEASE.jar
/org.springframework.data/spring-data-keyvalue/2.2.1.RELEASE
查看spring-data-keyvalue所有版本文件
spring-security-crypto-5.2.1.RELEASE.jar
/org.springframework.security/spring-security-crypto/5.2.1.RELEASE
查看spring-security-crypto所有版本文件
kotlin-stdlib-1.3.50.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.3.50
查看kotlin-stdlib所有版本文件
kotlinx-coroutines-core-1.3.2.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.3.2
查看kotlinx-coroutines-core所有版本文件
kotlinx-coroutines-reactor-1.3.2.jar
/org.jetbrains.kotlinx/kotlinx-coroutines-reactor/1.3.2
查看kotlinx-coroutines-reactor所有版本文件
httpclient-4.5.10.jar
/org.apache.httpcomponents/httpclient/4.5.10
查看httpclient所有版本文件
httpcore-4.4.12.jar
/org.apache.httpcomponents/httpcore/4.4.12
查看httpcore所有版本文件
jetty-reactive-httpclient-1.0.3.jar
/org.eclipse.jetty/jetty-reactive-httpclient/1.0.3
查看jetty-reactive-httpclient所有版本文件
netty-all-4.1.43.Final.jar
/io.netty/netty-all/4.1.43.Final
查看netty-all所有版本文件
okhttp-3.14.2.jar
/com.squareup.okhttp3/okhttp/3.14.2
查看okhttp所有版本文件
aws-java-sdk-core-1.11.658.jar
/com.amazonaws/aws-java-sdk-core/1.11.658
查看aws-java-sdk-core所有版本文件
google-api-services-iam-v1-rev20191010-1.30.3.jar
/com.google.apis/google-api-services-iam/v1-rev20191010-1.30.3
查看google-api-services-iam所有版本文件
google-auth-library-oauth2-http-0.18.0.jar
/com.google.auth/google-auth-library-oauth2-http/0.18.0
查看google-auth-library-oauth2-http所有版本文件
bcpkix-jdk15on-1.64.jar
/org.bouncycastle/bcpkix-jdk15on/1.64
查看bcpkix-jdk15on所有版本文件
|