Provide credentials for use in connecting to Git repositories. Implementors are strongly encouraged to support at least the minimal {@link CredentialItem.Username} and {@link CredentialItem.Password} items.More sophisticated implementors may implement additional types, such as {@link CredentialItem.StringType}. CredentialItems are usually presented in bulk, allowing implementors to combine them into a single UI widget and streamline the authentication process for an end-user.
@see UsernamePasswordCredentialsProvider
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.