Example usage for org.springframework.ide.eclipse.boot.wizard.github.auth Credentials subclass-usage

List of usage examples for org.springframework.ide.eclipse.boot.wizard.github.auth Credentials subclass-usage

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.wizard.github.auth Credentials subclass-usage.

Usage

From source file org.springframework.ide.eclipse.boot.wizard.github.auth.BasicAuthCredentials.java

/**
 * Uses basic authentication username and passwd to access github rest api.
 *
 * @author Kris De Volder
 */
public class BasicAuthCredentials extends Credentials {