Example usage for org.springframework.security.openid NullAxFetchListFactory NullAxFetchListFactory

List of usage examples for org.springframework.security.openid NullAxFetchListFactory NullAxFetchListFactory

Introduction

In this page you can find the example usage for org.springframework.security.openid NullAxFetchListFactory NullAxFetchListFactory.

Prototype

NullAxFetchListFactory

Source Link

Usage

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

public OpenID4JavaConsumer() throws ConsumerException {
    this(new ConsumerManager(), new NullAxFetchListFactory());
}