Skip navigation links
A C D E G I L N O P R S U 

A

addAuthentication(Credentials) - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
appendAuthenticationProvider(CredentialsProvider) - Method in class org.hibernate.build.gradle.publish.auth.maven.CredentialsProviderRegistry
 
apply(Project) - Method in class org.hibernate.build.gradle.publish.auth.maven.AuthenticationManager
 
applyTo(Project) - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler
 
applyTo(Project) - Method in class org.hibernate.build.gradle.publish.auth.maven.PublishingAuthenticationHandler
 
applyTo(Project) - Method in class org.hibernate.build.gradle.publish.auth.maven.RepositoryAuthenticationHandler
 
AuthenticationManager - Class in org.hibernate.build.gradle.publish.auth.maven
Manages authentication aspects of artifact publishing.
AuthenticationManager() - Constructor for class org.hibernate.build.gradle.publish.auth.maven.AuthenticationManager
 

C

cipher - Variable in class org.hibernate.build.gradle.publish.auth.maven.passwordprocessor.PasswordProcessor
 
Credentials - Class in org.hibernate.build.gradle.publish.auth.maven
Describes authentication credentials.
Credentials() - Constructor for class org.hibernate.build.gradle.publish.auth.maven.Credentials
 
CredentialsProvider - Interface in org.hibernate.build.gradle.publish.auth.maven
Contract for providers of authentication credentials for authenticating against remote repositories.
CredentialsProviderRegistry - Class in org.hibernate.build.gradle.publish.auth.maven
A registry of CredentialsProvider instances.
CredentialsProviderRegistry() - Constructor for class org.hibernate.build.gradle.publish.auth.maven.CredentialsProviderRegistry
 

D

determineAuthentication(String) - Method in interface org.hibernate.build.gradle.publish.auth.maven.CredentialsProvider
Given a repository identifier, determine the authentication credentials according to this provider's contract.
determineAuthentication(String) - Method in class org.hibernate.build.gradle.publish.auth.maven.SettingsXmlCredentialsProvider
 
DomHelper - Class in org.hibernate.build.gradle.publish.auth.maven
 

E

execute(Upload) - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler
 
execute(PublishToMavenRepository) - Method in class org.hibernate.build.gradle.publish.auth.maven.PublishingAuthenticationHandler
 
execute(MavenArtifactRepository) - Method in class org.hibernate.build.gradle.publish.auth.maven.RepositoryAuthenticationHandler
 
extractValue(Element) - Static method in class org.hibernate.build.gradle.publish.auth.maven.DomHelper
 

G

getAuthClass() - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
getId() - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
getInstance(String) - Static method in class org.hibernate.build.gradle.publish.auth.maven.passwordprocessor.PasswordProcessor
Gets a PasswordProcessor instance for the given password.
getPassphrase() - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 
getPassword() - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 
getPrivateKey() - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 
getRemoteRepositoryClass() - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
getUrl() - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
getUserName() - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 

I

idGetterMethod() - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
INSTANCE - Static variable in class org.hibernate.build.gradle.publish.auth.maven.SettingsXmlCredentialsProvider
Singleton access

L

LegacyAuthenticationHandler - Class in org.hibernate.build.gradle.publish.auth.maven
Acts as the main authentication coordinator for the upload.
LegacyAuthenticationHandler(CredentialsProviderRegistry) - Constructor for class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler
 
LegacyAuthenticationHandler.ReflectionException - Exception in org.hibernate.build.gradle.publish.auth.maven
 
LegacyAuthenticationHandler.Repository - Class in org.hibernate.build.gradle.publish.auth.maven
A wrapper around the org.apache.maven.artifact.ant.RemoteRepository class from the maven ant tasks due to some change in Gradle causing classloader problems.

N

normalizePath(String) - Static method in class org.hibernate.build.gradle.publish.auth.maven.PathHelper
 

O

org.hibernate.build.gradle.publish.auth.maven - package org.hibernate.build.gradle.publish.auth.maven
 
org.hibernate.build.gradle.publish.auth.maven.passwordprocessor - package org.hibernate.build.gradle.publish.auth.maven.passwordprocessor
 

P

password - Variable in class org.hibernate.build.gradle.publish.auth.maven.passwordprocessor.PasswordProcessor
 
PasswordProcessor - Class in org.hibernate.build.gradle.publish.auth.maven.passwordprocessor
Contract for processors of passwords from the Maven settings.xml file.
PasswordProcessor(String, PlexusCipher) - Constructor for class org.hibernate.build.gradle.publish.auth.maven.passwordprocessor.PasswordProcessor
 
PathHelper - Class in org.hibernate.build.gradle.publish.auth.maven
 
prependAuthenticationProvider(CredentialsProvider) - Method in class org.hibernate.build.gradle.publish.auth.maven.CredentialsProviderRegistry
 
processPassword() - Method in class org.hibernate.build.gradle.publish.auth.maven.passwordprocessor.PasswordProcessor
Processes this processor's password.
providers() - Method in class org.hibernate.build.gradle.publish.auth.maven.CredentialsProviderRegistry
 
PublishingAuthenticationHandler - Class in org.hibernate.build.gradle.publish.auth.maven
Acts as the main authentication coordinator for "publish" tasks using the Publication API.
PublishingAuthenticationHandler(CredentialsProviderRegistry) - Constructor for class org.hibernate.build.gradle.publish.auth.maven.PublishingAuthenticationHandler
 

R

ReflectionException(String) - Constructor for exception org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.ReflectionException
 
ReflectionException(String, Throwable) - Constructor for exception org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.ReflectionException
 
Repository(Object, ClassLoader) - Constructor for class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
RepositoryAuthenticationHandler - Class in org.hibernate.build.gradle.publish.auth.maven
 
RepositoryAuthenticationHandler(CredentialsProviderRegistry) - Constructor for class org.hibernate.build.gradle.publish.auth.maven.RepositoryAuthenticationHandler
 

S

setPassphrase(String) - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 
setPassword(String) - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 
setPrivateKey(String) - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 
SETTINGS_LOCATION_OVERRIDE - Static variable in class org.hibernate.build.gradle.publish.auth.maven.SettingsXmlCredentialsProvider
 
SettingsXmlCredentialsProvider - Class in org.hibernate.build.gradle.publish.auth.maven
Provider of credentials based on standard Maven conventions using settings.xml.
setUserName(String) - Method in class org.hibernate.build.gradle.publish.auth.maven.Credentials
 

U

urlGetterMethod() - Method in class org.hibernate.build.gradle.publish.auth.maven.LegacyAuthenticationHandler.Repository
 
A C D E G I L N O P R S U 
Skip navigation links