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.AuthenticationRepositoryUtils.toAuthentication(Authentication auth) -
Uses of Authentication in org.apache.maven.artifact.repository
Fields in org.apache.maven.artifact.repository declared as AuthenticationModifier and TypeFieldDescriptionprivate AuthenticationDefaultArtifactRepository.authenticationDeprecated.private AuthenticationMavenArtifactRepository.authenticationMethods 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 TypeMethodDescriptionvoidArtifactRepository.setAuthentication(Authentication authentication) Deprecated.voidDefaultArtifactRepository.setAuthentication(Authentication authentication) Deprecated.voidLegacyLocalRepositoryManager.ArtifactRepositoryAdapter.setAuthentication(Authentication authentication) voidMavenArtifactRepository.setAuthentication(Authentication authentication) -
Uses of Authentication in org.apache.maven.bridge
Methods in org.apache.maven.bridge that return AuthenticationModifier and TypeMethodDescriptionprivate AuthenticationMavenRepositorySystem.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 AuthenticationLegacyRepositorySystem.getAuthentication(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository)