Package org.mule.maven.client.api.model
Interface Authentication
public interface Authentication
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPassword
String getPassword()- Returns:
- the password to authenticate to the remote repository
-
getUsername
String getUsername()- Returns:
- the username to authenticate to the remote repository
-
newAuthenticationBuilder
- Returns:
- a
Authentication.AuthenticationBuilderto build anAuthentication.
-