Example usage for org.springframework.security.openid OpenIDAuthenticationProvider subclass-usage

List of usage examples for org.springframework.security.openid OpenIDAuthenticationProvider subclass-usage

Introduction

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

Usage

From source file org.opendatakit.common.security.spring.WrappingOpenIDAuthenticationProvider.java

/**
 * Ensures that the UserDetails returned from the openID authentication process
 * have a username that is the e-mail address of the user that was authenticated
 * and that the granted authorities include the AUTH_OPENID authority.
 * 
 * @author mitchellsundt@gmail.com