Example usage for org.apache.http.impl.auth SpnegoTokenGenerator interface-usage

List of usage examples for org.apache.http.impl.auth SpnegoTokenGenerator interface-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.auth SpnegoTokenGenerator interface-usage.

Usage

From source file org.apache.http.contrib.auth.BouncySpnegoTokenGenerator.java

/**
 * Takes Kerberos ticket and wraps into a SPNEGO token. Leaving some optional fields out.
 */
public class BouncySpnegoTokenGenerator implements SpnegoTokenGenerator {

    private final Log log = LogFactory.getLog(getClass());