Uses of Class
org.apache.maven.artifact.repository.Authentication
-
Packages that use Authentication Package Description org.apache.maven org.apache.maven.artifact.repository org.apache.maven.bridge org.apache.maven.repository.legacy -
-
Uses of Authentication in org.apache.maven
Methods in org.apache.maven with parameters of type Authentication Modifier and Type Method Description private 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 Authentication Modifier and Type Field Description private Authentication
DefaultArtifactRepository. authentication
Deprecated.private Authentication
MavenArtifactRepository. authentication
Methods in org.apache.maven.artifact.repository that return Authentication Modifier and Type Method Description Authentication
ArtifactRepository. getAuthentication()
Authentication
DefaultArtifactRepository. getAuthentication()
Deprecated.Authentication
LegacyLocalRepositoryManager.ArtifactRepositoryAdapter. getAuthentication()
Authentication
MavenArtifactRepository. getAuthentication()
Methods in org.apache.maven.artifact.repository with parameters of type Authentication Modifier and Type Method Description void
ArtifactRepository. setAuthentication(Authentication authentication)
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 Authentication Modifier and Type Method Description private 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 Authentication Modifier and Type Method Description private Authentication
LegacyRepositorySystem. getAuthentication(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository)
-