Example usage for org.springframework.security.oauth2.provider.code RandomValueAuthorizationCodeServices subclass-usage

List of usage examples for org.springframework.security.oauth2.provider.code RandomValueAuthorizationCodeServices subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.provider.code RandomValueAuthorizationCodeServices subclass-usage.

Usage

From source file org.apigw.authserver.svc.impl.ExpiringAuthorizationCodeServices.java

/**
 * Implementation of authorization code services that stores the codes and authentication in memory 
 * with an expiration time set
 * 
 * @author Albert rwall
 */

From source file org.apigw.authserver.svc.impl.AuthorizationCodeServicesJpaImpl.java

/**
 * Implementation of authorization code services that stores the codes and authentication in db
 * 
 * @author Albert rwall
 */
public class AuthorizationCodeServicesJpaImpl extends RandomValueAuthorizationCodeServices {

From source file com.cedac.security.oauth2.provider.code.MongoAuthorizationCodeServices.java

/**
 * MongoOperations implementation of {@link AuthorizationCodeServices}.
 *
 * @author mauro.franceschini@cedac.com
 * @since 1.0.0
 */