Example usage for org.springframework.security.oauth2.config.annotation.web.configurers ResourceServerSecurityConfigurer stateless

List of usage examples for org.springframework.security.oauth2.config.annotation.web.configurers ResourceServerSecurityConfigurer stateless

Introduction

In this page you can find the example usage for org.springframework.security.oauth2.config.annotation.web.configurers ResourceServerSecurityConfigurer stateless.

Prototype

boolean stateless

To view the source code for org.springframework.security.oauth2.config.annotation.web.configurers ResourceServerSecurityConfigurer stateless.

Click Source Link

Usage

From source file:com.netflix.genie.web.security.oauth2.OAuth2Config.java

/**
 * {@inheritDoc}/* w  ww .j  a v a  2  s. c  om*/
 */
@Override
public void configure(final ResourceServerSecurityConfigurer resources) throws Exception {
    resources.stateless(false);
}