Java org.springframework.security.oauth2.provider OAuth2Authentication fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.security.oauth2.provider.OAuth2Authentication has subclasses.
Click this link to see all its subclasses.

Constructor

Method

CollectiongetAuthorities()
ObjectgetCredentials()
ObjectgetDetails()
StringgetName()
OAuth2RequestgetOAuth2Request()
The authorization request containing details of the client application.
ObjectgetPrincipal()
AuthenticationgetUserAuthentication()
The user authentication.
booleanisAuthenticated()
booleanisClientOnly()
Convenience method to check if there is a user associated with this token, or just a client application.
voidsetAuthenticated(boolean authenticated)
voidsetDetails(Object details)