Interface | Description |
---|---|
AuthorizationServerConfigurer |
Convenient strategy for configuring an OAUth2 Authorization Server.
|
ResourceServerConfigurer |
Configurer interface for
@EnableResourceServer classes. |
Annotation Type | Description |
---|---|
EnableAuthorizationServer |
Convenience annotation for enabling an Authorization Server (i.e. an
AuthorizationEndpoint and a
TokenEndpoint ) in the current application context, which must be a DispatcherServlet context. |
EnableOAuth2Client |
Enable configuration for an OAuth2 client in a web application that uses Spring Security and wants to use the
Authorization Code Grant from one or more OAuth2 Authorization servers.
|
EnableResourceServer |
Convenient annotation for OAuth2 Resource Servers, enabling a Spring Security filter that authenticates requests via
an incoming OAuth2 token.
|
Copyright © 2019. All rights reserved.