Example usage for org.springframework.security.openid OpenIDConsumer interface-usage

List of usage examples for org.springframework.security.openid OpenIDConsumer interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.openid OpenIDConsumer interface-usage.

Usage

From source file org.springframework.security.openid.OpenID4JavaConsumer.java

/**
 * @author Ray Krueger
 * @author Luke Taylor
 */
@SuppressWarnings("unchecked")
public class OpenID4JavaConsumer implements OpenIDConsumer {

From source file org.mitre.provenance.openid.OpenId4JavaProxyConsumer.java

/**
 * This is a copy of the Spring Security OpenID4JavaConsumer class, with additions to handle MITRE's proxy. 
 * Changes:
 * @author Amanda Anganes
 * 
 * Original: