组织ID: |
org.springframework.vault |
项目ID: |
spring-vault-core |
版本: |
2.0.0.RELEASE |
最后修改时间: |
2018-08-20 11:27:56 |
包类型: |
jar |
标题: |
Spring Vault Core |
描述: |
Spring Vault Core Components |
大小: |
384.41KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-core</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.vault:spring-vault-core:2.0.0.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.vault</groupId>
<artifactId>spring-vault-parent</artifactId>
<version>2.0.0.RELEASE</version>
</parent>
<artifactId>spring-vault-core</artifactId>
<name>Spring Vault Core</name>
<description>Spring Vault Core Components</description>
<packaging>jar</packaging>
<properties>
<java-module-name>spring.vault.core</java-module-name>
</properties>
<build>
<resources>
<resource>
<directory>../src/main/resources</directory>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>
<dependencies>
<!-- Core dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<!-- Reactive support -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<optional>true</optional>
</dependency>
<!-- Repository support -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-keyvalue</artifactId>
<optional>true</optional>
</dependency>
<!-- Spring Security -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-crypto</artifactId>
<optional>true</optional>
</dependency>
<!-- HTTP clients -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.10</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>software.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-cbor</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Testing -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
<!-- Logging -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.vault.repository.mapping.VaultPersistentEntity.class
org.springframework.vault.repository.configuration.VaultRepositoriesRegistrar.class
org.springframework.vault.repository.core.VaultKeyValueAdapter$1$1.class
org.springframework.vault.repository.support.VaultRepositoryFactoryBean.class
org.springframework.vault.repository.query.VaultQueryCreator.class
org.springframework.vault.core.VaultTransitOperations.class
org.springframework.vault.core.ReactiveVaultTemplate$VaultListResponse.class
org.springframework.vault.core.util.PropertyTransformer.class
org.springframework.vault.core.VaultTransitTemplate.class
org.springframework.vault.core.lease.SecretLeaseContainer$RenewLease.class
org.springframework.vault.core.lease.event.AfterSecretLeaseRevocationEvent.class
org.springframework.vault.core.lease.event.LeaseErrorListener.class
org.springframework.vault.core.VaultSysTemplate$GetMounts.class
org.springframework.vault.core.VaultTemplate.class
org.springframework.vault.config.AbstractVaultConfiguration.class
org.springframework.vault.config.EnvironmentVaultConfiguration$AuthenticationMethod.class
org.springframework.vault.annotation.VaultPropertySourceRegistrar.class
org.springframework.vault.support.VaultTransitKeyConfiguration$1.class
org.springframework.vault.support.Policy$DurationToStringConverter.class
org.springframework.vault.support.SslConfiguration$KeyStoreConfiguration.class
org.springframework.vault.support.VaultTransitContext$VaultTransitRequestBuilder.class
org.springframework.vault.support.VaultEncryptionResult.class
org.springframework.vault.support.VaultInitializationRequest.class
org.springframework.vault.support.VaultSignCertificateRequestResponse.class
org.springframework.vault.support.VaultSignRequest.class
org.springframework.vault.support.VaultTransitKeyCreationRequest.class
org.springframework.vault.authentication.ReactiveLifecycleAwareSessionManager$TokenWrapper.class
org.springframework.vault.authentication.ReactiveLifecycleAwareSessionManager.class
org.springframework.vault.authentication.LoginTokenUtil.class
org.springframework.vault.authentication.MacAddressUserId.class
org.springframework.vault.authentication.AwsIamAuthenticationOptions$1.class
org.springframework.vault.authentication.KubernetesAuthentication.class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions.class
org.springframework.vault.authentication.AwsIamAuthenticationOptions.class
org.springframework.vault.authentication.SessionManager.class
org.springframework.vault.authentication.AuthenticationStepsFactory.class
org.springframework.vault.client.SimpleVaultEndpointProvider.class
org.springframework.vault.client.VaultResponses.class
org.springframework.vault.repository.mapping.VaultPersistentProperty.class
org.springframework.vault.repository.configuration.package-info.class
org.springframework.vault.repository.configuration.EnableVaultRepositories.class
org.springframework.vault.repository.configuration.VaultRepositoryConfigurationExtension.class
org.springframework.vault.repository.core.VaultKeyValueTemplate.class
org.springframework.vault.repository.support.VaultRepositoryFactory.class
org.springframework.vault.repository.query.VaultQueryCreator$VariableAccessor.class
org.springframework.vault.repository.convert.VaultCustomConversions.class
org.springframework.vault.repository.convert.MappingVaultConverter$1.class
org.springframework.vault.core.VaultTransitTemplate$VaultTransitKeyImpl.class
org.springframework.vault.core.util.PropertyTransformers$RemoveNullProperties.class
org.springframework.vault.core.VaultTransitTemplate$RawTransitKeyImpl.class
org.springframework.vault.core.lease.SecretLeaseContainer$OneShotTrigger.class
org.springframework.vault.core.lease.domain.RequestedSecret.class
org.springframework.vault.core.lease.event.SecretLeaseErrorEvent.class
org.springframework.vault.core.VaultTokenOperations.class
org.springframework.vault.core.VaultPkiOperations.class
org.springframework.vault.config.EnvironmentVaultConfiguration$1.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory$Netty.class
org.springframework.vault.security.package-info.class
org.springframework.vault.package-info.class
org.springframework.vault.support.VaultCertificateRequest.class
org.springframework.vault.support.Policy$PolicyDeserializer.class
org.springframework.vault.support.VaultResponseSupport.class
org.springframework.vault.support.CertificateBundle.class
org.springframework.vault.support.Policy$1.class
org.springframework.vault.support.Policy$CapabilityToStringConverter.class
org.springframework.vault.support.VaultTransitKeyCreationRequest$VaultTransitKeyCreationRequestBuilder.class
org.springframework.vault.authentication.AuthenticationSteps$PathAware.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions.class
org.springframework.vault.authentication.AuthenticationSteps$Node.class
org.springframework.vault.authentication.AppIdAuthenticationOptions$AppIdAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AuthenticationSteps.class
org.springframework.vault.authentication.KubernetesAuthenticationOptions$KubernetesAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AwsIamAuthenticationOptions$AwsIamAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$AwsEc2AuthenticationOptionsBuilder.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions$1.class
org.springframework.vault.authentication.LoginToken.class
org.springframework.vault.authentication.AppRoleTokens$Wrapped.class
org.springframework.vault.client.VaultResponses$2.class
org.springframework.vault.client.VaultResponses$1.class
org.springframework.vault.repository.mapping.Secret.class
org.springframework.vault.repository.core.VaultKeyValueAdapter.class
org.springframework.vault.repository.query.VaultQueryCreator$VariableAccessor$1.class
org.springframework.vault.repository.query.VaultQueryCreator$1.class
org.springframework.vault.repository.convert.VaultConverter.class
org.springframework.vault.core.util.PropertyTransformers$NoOpPropertyTransformer.class
org.springframework.vault.core.VaultSysTemplate$VaultHealthImpl.class
org.springframework.vault.core.lease.SecretLeaseEventPublisher$LoggingErrorListener.class
org.springframework.vault.core.lease.domain.RequestedSecret$Mode.class
org.springframework.vault.core.lease.event.LeaseListener.class
org.springframework.vault.core.env.package-info.class
org.springframework.vault.core.VaultPkiTemplate.class
org.springframework.vault.core.VaultSysTemplate$Health.class
org.springframework.vault.config.package-info.class
org.springframework.vault.config.EnvironmentVaultConfiguration.class
org.springframework.vault.support.VaultMount.class
org.springframework.vault.support.VaultHmacRequest$1.class
org.springframework.vault.support.Policy$Capability.class
org.springframework.vault.support.SignatureValidation.class
org.springframework.vault.support.JsonMapFlattener.class
org.springframework.vault.support.AbstractResult.class
org.springframework.vault.support.KeystoreUtil$DerParser.class
org.springframework.vault.support.TransitKeyType.class
org.springframework.vault.support.ClientOptions.class
org.springframework.vault.support.VaultCertificateResponse.class
org.springframework.vault.authentication.ClientAuthentication.class
org.springframework.vault.authentication.AuthenticationSteps$SupplierStep.class
org.springframework.vault.authentication.KubernetesAuthenticationOptions.class
org.springframework.vault.authentication.ReactiveLifecycleAwareSessionManager$TerminatedException.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$1.class
org.springframework.vault.authentication.ReactiveSessionManager.class
org.springframework.vault.authentication.AuthenticationSteps$HttpRequestBuilder.class
org.springframework.vault.authentication.AuthenticationStepsOperator$Undefinded.class
org.springframework.vault.authentication.VaultTokenSupplier.class
org.springframework.vault.authentication.AppIdAuthenticationOptions.class
org.springframework.vault.authentication.AppIdAuthenticationOptions$1.class
org.springframework.vault.client.VaultEndpoint.class
org.springframework.vault.client.VaultClients$PrefixAwareUriBuilderFactory.class
META-INF/maven/org.springframework.vault/spring-vault-core/pom.properties
org.springframework.vault.repository.mapping.BasicVaultPersistentEntity.class
org.springframework.vault.repository.core.VaultKeyValueAdapter$1.class
org.springframework.vault.repository.core.VaultQueryEngine.class
org.springframework.vault.repository.convert.VaultTypeMapper.class
org.springframework.vault.repository.convert.VaultCustomConversions$CustomToStringConverter.class
org.springframework.vault.core.VaultSysTemplate$1.class
org.springframework.vault.core.util.PropertyTransformers$KeyPrefixPropertyTransformer.class
org.springframework.vault.core.VaultSysTemplate.class
org.springframework.vault.core.lease.SecretLeaseContainer$LeaseRenewalScheduler.class
org.springframework.vault.core.lease.event.BeforeSecretLeaseRevocationEvent.class
org.springframework.vault.core.lease.event.LeaseListenerAdapter.class
org.springframework.vault.core.ReactiveVaultTemplate.class
org.springframework.vault.VaultException.class
org.springframework.vault.config.EnvironmentVaultConfiguration$AppIdUserId.class
org.springframework.vault.security.VaultBytesEncryptor.class
org.springframework.vault.annotation.VaultPropertySource.class
org.springframework.vault.support.RawTransitKey.class
org.springframework.vault.support.Policy.class
org.springframework.vault.support.Signature.class
org.springframework.vault.support.VaultTransitKeyConfiguration$VaultTransitKeyConfigurationBuilder.class
org.springframework.vault.support.VaultTransitKeyConfiguration.class
org.springframework.vault.support.VaultHealth.class
org.springframework.vault.support.Base64.class
org.springframework.vault.support.VaultTransitKeyCreationRequest$1.class
org.springframework.vault.support.Policy$StringToCapabilityConverter.class
org.springframework.vault.authentication.AuthenticationSteps$HttpRequest.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions$SecretId.class
org.springframework.vault.authentication.CubbyholeAuthenticationOptions$CubbyholeAuthenticationOptionsBuilder.class
org.springframework.vault.authentication.IpAddressUserId.class
org.springframework.vault.authentication.KubernetesAuthenticationOptions$1.class
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport$OneShotTrigger.class
org.springframework.vault.authentication.SimpleSessionManager.class
org.springframework.vault.authentication.AuthenticationStepsOperator.class
org.springframework.vault.authentication.AuthenticationSteps$MapStep.class
org.springframework.vault.authentication.AuthenticationSteps$OnNextStep.class
org.springframework.vault.authentication.CachingVaultTokenSupplier.class
org.springframework.vault.client.VaultHttpHeaders.class
org.springframework.vault.client.VaultResponses$3.class
META-INF/maven/org.springframework.vault/spring-vault-core/pom.xml
org.springframework.vault.repository.mapping.package-info.class
org.springframework.vault.repository.core.VaultQueryEngine$VaultCriteriaAccessor.class
org.springframework.vault.repository.core.VaultEntityInformation.class
org.springframework.vault.repository.support.package-info.class
org.springframework.vault.repository.query.package-info.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.core.util.package-info.class
org.springframework.vault.core.VaultTokenTemplate.class
org.springframework.vault.core.lease.package-info.class
org.springframework.vault.core.lease.event.SecretLeaseCreatedEvent.class
org.springframework.vault.core.env.VaultPropertySource.class
org.springframework.vault.core.ReactiveVaultOperations.class
org.springframework.vault.core.RestOperationsCallback.class
org.springframework.vault.config.AbstractReactiveVaultConfiguration.class
org.springframework.vault.config.ClientHttpRequestFactoryFactory$OkHttp3.class
org.springframework.vault.annotation.VaultPropertySource$Renewal.class
org.springframework.vault.support.Ciphertext.class
org.springframework.vault.support.Hmac.class
org.springframework.vault.support.Policy$Rule$RuleBuilder.class
org.springframework.vault.support.Plaintext.class
org.springframework.vault.support.VaultTokenRequest$VaultTokenRequestBuilder.class
org.springframework.vault.support.VaultToken.class
org.springframework.vault.support.VaultTransitKey.class
org.springframework.vault.authentication.AppIdUserIdMechanism.class
org.springframework.vault.authentication.Sha256.class
org.springframework.vault.authentication.LifecycleAwareSessionManager.class
org.springframework.vault.authentication.KubernetesJwtSupplier.class
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport.class
org.springframework.vault.authentication.LoginTokenAdapter.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions$Nonce$Generated.class
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport$FixedTimeoutRefreshTrigger.class
org.springframework.vault.client.ReactiveVaultClients.class
META-INF/license.txt
org.springframework.vault.repository.mapping.VaultSimpleTypes.class
org.springframework.vault.repository.core.MappingVaultEntityInformation.class
org.springframework.vault.repository.query.VaultQuery.class
org.springframework.vault.repository.query.VaultQueryCreator$Criteria.class
org.springframework.vault.repository.convert.AbstractVaultConverter.class
org.springframework.vault.repository.convert.MappingVaultConverter.class
org.springframework.vault.core.VaultPkiOperations$Encoding.class
org.springframework.vault.core.lease.SecretLeaseContainer$LeaseRenewalScheduler$1.class
org.springframework.vault.core.lease.domain.Lease.class
org.springframework.vault.core.lease.event.SecretLeaseExpiredEvent.class
org.springframework.vault.core.env.LeaseAwareVaultPropertySource$1.class
org.springframework.vault.core.VaultSysTemplate$VaultUnsealStatusImpl.class
org.springframework.vault.core.VaultSysTemplate$GetUnsealStatus.class
org.springframework.vault.config.AbstractReactiveVaultConfiguration$ReactiveSessionManagerAdapter.class
org.springframework.vault.security.VaultBytesKeyGenerator.class
org.springframework.vault.support.VaultCertificateRequest$VaultCertificateRequestBuilder.class
org.springframework.vault.support.VaultSignatureVerificationRequest$1.class
org.springframework.vault.support.VaultSignRequest$1.class
org.springframework.vault.support.Policy$StringToDurationConverter.class
org.springframework.vault.support.Policy$BuiltinCapabilities.class
org.springframework.vault.support.VaultDecryptionResult.class
org.springframework.vault.support.VaultSignatureVerificationRequest.class
org.springframework.vault.support.VaultTokenResponse.class
org.springframework.vault.support.VaultHmacRequest$VaultHmacRequestBuilder.class
org.springframework.vault.support.VaultSignatureVerificationRequest$VaultSignatureVerificationRequestBuilder.class
org.springframework.vault.authentication.KubernetesServiceAccountTokenFile.class
org.springframework.vault.authentication.CubbyholeAuthentication.class
org.springframework.vault.authentication.AppRoleTokens.class
org.springframework.vault.authentication.AppRoleAuthenticationOptions$RoleId.class
org.springframework.vault.authentication.AwsEc2Authentication.class
org.springframework.vault.authentication.AwsEc2AuthenticationOptions.class
org.springframework.vault.authentication.AwsIamAuthentication.class
org.springframework.vault.authentication.AuthenticationStepsExecutor.class
org.springframework.vault.client.VaultEndpointProvider.class
META-INF/notice.txt
org.springframework.vault.repository.mapping.VaultMappingContext.class
org.springframework.vault.repository.query.VaultPartTreeQuery.class
org.springframework.vault.repository.convert.DefaultVaultTypeMapper$SecretDocumentTypeAliasAccessor.class
org.springframework.vault.repository.convert.package-info.class
org.springframework.vault.core.VaultSysTemplate$GetMounts$VaultMountsResponse.class
org.springframework.vault.core.VaultTemplate$VaultListResponse.class
org.springframework.vault.core.VaultSysOperations.class
org.springframework.vault.core.lease.SecretLeaseEventPublisher.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
lombok-1.16.10.jar
/org.projectlombok/lombok/1.16.10
查看lombok所有版本文件
jsonassert-1.5.0.jar
/org.skyscreamer/jsonassert/1.5.0
查看jsonassert所有版本文件
logback-classic-1.2.2.jar
/ch.qos.logback/logback-classic/1.2.2
查看logback-classic所有版本文件
|