Uses of Class
org.apache.maven.artifact.repository.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in org.apache.maven
Methods in org.apache.maven with parameters of type AuthenticationModifier and TypeMethodDescriptionprivate static org.eclipse.aether.repository.Authentication
RepositoryUtils.toAuthentication
(Authentication auth) -
Uses of Authentication in org.apache.maven.artifact.repository
Fields in org.apache.maven.artifact.repository declared as AuthenticationModifier and TypeFieldDescriptionprivate Authentication
DefaultArtifactRepository.authentication
Deprecated.private Authentication
MavenArtifactRepository.authentication
Methods in org.apache.maven.artifact.repository that return AuthenticationModifier and TypeMethodDescriptionArtifactRepository.getAuthentication()
Deprecated.DefaultArtifactRepository.getAuthentication()
Deprecated.LegacyLocalRepositoryManager.ArtifactRepositoryAdapter.getAuthentication()
MavenArtifactRepository.getAuthentication()
Methods in org.apache.maven.artifact.repository with parameters of type AuthenticationModifier and TypeMethodDescriptionvoid
ArtifactRepository.setAuthentication
(Authentication authentication) Deprecated.void
DefaultArtifactRepository.setAuthentication
(Authentication authentication) Deprecated.void
LegacyLocalRepositoryManager.ArtifactRepositoryAdapter.setAuthentication
(Authentication authentication) void
MavenArtifactRepository.setAuthentication
(Authentication authentication) -
Uses of Authentication in org.apache.maven.bridge
Methods in org.apache.maven.bridge that return AuthenticationModifier and TypeMethodDescriptionprivate Authentication
MavenRepositorySystem.getAuthentication
(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository) -
Uses of Authentication in org.apache.maven.repository.legacy
Methods in org.apache.maven.repository.legacy that return AuthenticationModifier and TypeMethodDescriptionprivate Authentication
LegacyRepositorySystem.getAuthentication
(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository)