Example usage for org.springframework.security.oauth.consumer.rememberme HttpSessionOAuthRememberMeServices subclass-usage

List of usage examples for org.springframework.security.oauth.consumer.rememberme HttpSessionOAuthRememberMeServices subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth.consumer.rememberme HttpSessionOAuthRememberMeServices subclass-usage.

Usage

From source file info.raack.appliancelabeler.security.HttpSessionAndDatabaseOAuthRemeberMeServices.java

@Component("httpSessionAndDatabaseOAuthRememberMeServices")
public class HttpSessionAndDatabaseOAuthRemeberMeServices extends HttpSessionOAuthRememberMeServices {
    private Logger logger = LoggerFactory.getLogger(HttpSessionAndDatabaseOAuthRemeberMeServices.class);

    public static final String EMAIL_ATTRIBUTE = "email";