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) |
Copyright © 2019. All rights reserved.