KIE Config command line interface 6.1.0.CR1

org.kie.config.cli.support
Class InteractiveUsernamePasswordCredentialsProvider

java.lang.Object
  extended by org.eclipse.jgit.transport.CredentialsProvider
      extended by org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider
          extended by org.kie.config.cli.support.InteractiveUsernamePasswordCredentialsProvider

public class InteractiveUsernamePasswordCredentialsProvider
extends org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider


Constructor Summary
InteractiveUsernamePasswordCredentialsProvider(String username, String password, InputReader reader)
           
 
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
 

Constructor Detail

InteractiveUsernamePasswordCredentialsProvider

public InteractiveUsernamePasswordCredentialsProvider(String username,
                                                      String password,
                                                      InputReader reader)
Method Detail

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

KIE Config command line interface 6.1.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.