Package | Description |
---|---|
org.apache.maven | |
org.apache.maven.artifact.repository | |
org.apache.maven.bridge | |
org.apache.maven.repository.legacy |
Modifier and Type | Method and Description |
---|---|
private static org.eclipse.aether.repository.Authentication |
RepositoryUtils.toAuthentication(Authentication auth) |
Modifier and Type | Field and Description |
---|---|
private Authentication |
DefaultArtifactRepository.authentication
Deprecated.
|
private Authentication |
MavenArtifactRepository.authentication |
Modifier and Type | Method and Description |
---|---|
Authentication |
DefaultArtifactRepository.getAuthentication()
Deprecated.
|
Authentication |
LegacyLocalRepositoryManager.ArtifactRepositoryAdapter.getAuthentication() |
Authentication |
MavenArtifactRepository.getAuthentication() |
Authentication |
ArtifactRepository.getAuthentication() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultArtifactRepository.setAuthentication(Authentication authentication)
Deprecated.
|
void |
LegacyLocalRepositoryManager.ArtifactRepositoryAdapter.setAuthentication(Authentication authentication) |
void |
MavenArtifactRepository.setAuthentication(Authentication authentication) |
void |
ArtifactRepository.setAuthentication(Authentication authentication) |
Modifier and Type | Method and Description |
---|---|
private Authentication |
MavenRepositorySystem.getAuthentication(org.eclipse.aether.RepositorySystemSession session,
ArtifactRepository repository) |
Modifier and Type | Method and Description |
---|---|
private Authentication |
LegacyRepositorySystem.getAuthentication(org.eclipse.aether.RepositorySystemSession session,
ArtifactRepository repository) |