Example usage for org.springframework.security.oauth.provider.nonce InMemoryNonceServices subclass-usage

List of usage examples for org.springframework.security.oauth.provider.nonce InMemoryNonceServices subclass-usage

Introduction

In this page you can find the example usage for org.springframework.security.oauth.provider.nonce InMemoryNonceServices subclass-usage.

Usage

From source file ltistarter.oauth.MyOAuthNonceServices.java

@Component
public class MyOAuthNonceServices extends InMemoryNonceServices {

    @Override
    public long getValidityWindowSeconds() {
        return 1200;