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.AuthenticationRepositoryUtils. 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 AuthenticationDefaultArtifactRepository. authenticationDeprecated.private AuthenticationMavenArtifactRepository. authenticationMethods in org.apache.maven.artifact.repository that return Authentication Modifier and Type Method Description AuthenticationArtifactRepository. getAuthentication()AuthenticationDefaultArtifactRepository. getAuthentication()Deprecated.AuthenticationLegacyLocalRepositoryManager.ArtifactRepositoryAdapter. getAuthentication()AuthenticationMavenArtifactRepository. getAuthentication()Methods in org.apache.maven.artifact.repository with parameters of type Authentication Modifier and Type Method Description voidArtifactRepository. setAuthentication(Authentication authentication)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 Authentication Modifier and Type Method Description private 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 Authentication Modifier and Type Method Description private AuthenticationLegacyRepositorySystem. getAuthentication(org.eclipse.aether.RepositorySystemSession session, ArtifactRepository repository)
-