org.kie.config.cli.support
Class InteractiveUsernamePasswordCredentialsProvider
java.lang.Object
org.eclipse.jgit.transport.CredentialsProvider
org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
org.kie.config.cli.support.InteractiveUsernamePasswordCredentialsProvider
public class InteractiveUsernamePasswordCredentialsProvider
- extends org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
|
Method Summary |
boolean |
get(org.eclipse.jgit.transport.URIish uri,
org.eclipse.jgit.transport.CredentialItem... items)
|
| Methods inherited from class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider |
clear, isInteractive, supports |
| Methods inherited from class org.eclipse.jgit.transport.CredentialsProvider |
get, getDefault, reset, setDefault |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractiveUsernamePasswordCredentialsProvider
public InteractiveUsernamePasswordCredentialsProvider(String username,
String password,
InputReader reader)
get
public boolean get(org.eclipse.jgit.transport.URIish uri,
org.eclipse.jgit.transport.CredentialItem... items)
throws org.eclipse.jgit.errors.UnsupportedCredentialItem
- Overrides:
get in class org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
- Throws:
org.eclipse.jgit.errors.UnsupportedCredentialItem
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.