Java org.springframework.security.oauth2.core OAuth2TokenValidatorResult fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.core OAuth2TokenValidatorResult fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.core OAuth2TokenValidatorResult.

The text is from its open source code.

Method

OAuth2TokenValidatorResultfailure(OAuth2Error... errors)
Construct a failure OAuth2TokenValidatorResult with the provided detail
OAuth2TokenValidatorResultfailure(Collection errors)
Construct a failure OAuth2TokenValidatorResult with the provided detail
OAuth2TokenValidatorResultsuccess()
Construct a successful OAuth2TokenValidatorResult