@ParametersAreNonnullByDefault @Nonnull
See: Description
| Interface | Description |
|---|---|
| Artifactory |
An immutable factory for authenticated objects (artifacts).
|
| Authentication |
Defines authentication services.
|
| AuthenticationParameters |
Defines authentication parameters for signing or verifying a
Repository by an Authentication. |
| AuthenticationParametersProvider |
Provides authentication parameters.
|
| AuthenticationProvider |
Provides an authentication.
|
| KeyStoreParameters |
Defines parameters for accessing a
KeyStore which
holds the public or private keys to sign or verify a Repository
by an Authentication. |
| Repository |
A controller for storing authenticated objects (artifacts).
|
| RepositoryProvider |
Provides a repository.
|
| Class | Description |
|---|---|
| BasicRepository |
A basic repository for storing authenticated objects (artifacts).
|
| Notary |
Signs or verifies repositories with an entry in a
key store.
|
| RepositoryModel |
A model for storing authenticated objects (artifacts) as encoded strings.
|
| Exception | Description |
|---|---|
| NotaryException |
Indicates that a notary could not access the private or public key in a
key store due to insufficient or incorrect configuration parameters.
|
| RepositoryIntegrityException |
Indicates that the integrity of a
Repository with its encoded
artifact has probably been compromised because the public key did not match
the private key when verifying the data. |
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.