| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeServices |
AuthorizationServerEndpointsConfigurer.getAuthorizationCodeServices() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationServerEndpointsConfigurer |
AuthorizationServerEndpointsConfigurer.authorizationCodeServices(AuthorizationCodeServices authorizationCodeServices) |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryAuthorizationCodeServices
Implementation of authorization code services that stores the codes and authentication in memory.
|
class |
JdbcAuthorizationCodeServices
Implementation of authorization code services that stores the codes and authentication in a database.
|
class |
RandomValueAuthorizationCodeServices
Base implementation for authorization code services that generates a random-value authorization code.
|
| Constructor and Description |
|---|
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory) |
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationEndpoint.setAuthorizationCodeServices(AuthorizationCodeServices authorizationCodeServices) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultResponseTypesHandler.createAuthorizationCode(AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication authUser,
AuthorizationCodeServices authorizationCodeServices) |
org.springframework.web.servlet.ModelAndView |
CompositeResponseTypesHandler.handleApprovedAuthorizationRequest(Set<String> responseTypes,
AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication authentication,
AuthorizationCodeServices authorizationCodeServices) |
org.springframework.web.servlet.ModelAndView |
DefaultResponseTypesHandler.handleApprovedAuthorizationRequest(Set<String> responseTypes,
AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication authentication,
AuthorizationCodeServices authorizationCodeServices) |
org.springframework.web.servlet.ModelAndView |
ResponseTypesHandler.handleApprovedAuthorizationRequest(Set<String> responseTypes,
AuthorizationRequest authorizationRequest,
org.springframework.security.core.Authentication authentication,
AuthorizationCodeServices authorizationCodeServices)
Handle the authorization request for the given responseTypes
|
Copyright © 2018. All rights reserved.