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

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

Introduction

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

Usage

From source file grails.plugin.springsecurity.openid.GrailsAxFetchListFactory.java

/**
 * @author <a href='mailto:burt@burtbeckwith.com'>Burt Beckwith</a>
 */
public class GrailsAxFetchListFactory implements AxFetchListFactory {

    private final List<OpenIDAttribute> fetchAttrs;

From source file com.erudika.para.security.SimpleAxFetchListFactory.java

/**
 * OpenID attributes list
 * @author Alex Bogdanovski [alex@erudika.com]
 */
public class SimpleAxFetchListFactory implements AxFetchListFactory {
    private static final long serialVersionUID = 1L;