Example usage for org.springframework.security.oauth2.provider.token UserAuthenticationConverter interface-usage

List of usage examples for org.springframework.security.oauth2.provider.token UserAuthenticationConverter interface-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.provider.token UserAuthenticationConverter interface-usage.

Usage

From source file org.openlmis.fulfillment.security.CustomUserAuthenticationConverter.java

/**
 * Implementation of {@link UserAuthenticationConverter}. Converts from an Authentication
 * using only referencedata user id.
 *
 */
public class CustomUserAuthenticationConverter implements UserAuthenticationConverter {