|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationCodeServices | |
|---|---|
| org.springframework.security.oauth2.provider.code | |
| org.springframework.security.oauth2.provider.endpoint | |
| Uses of AuthorizationCodeServices in org.springframework.security.oauth2.provider.code |
|---|
| Classes in org.springframework.security.oauth2.provider.code that implement AuthorizationCodeServices | |
|---|---|
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. |
| Constructors in org.springframework.security.oauth2.provider.code with parameters of type AuthorizationCodeServices | |
|---|---|
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
|
|
| Uses of AuthorizationCodeServices in org.springframework.security.oauth2.provider.endpoint |
|---|
| Methods in org.springframework.security.oauth2.provider.endpoint with parameters of type AuthorizationCodeServices | |
|---|---|
void |
AuthorizationEndpoint.setAuthorizationCodeServices(AuthorizationCodeServices authorizationCodeServices)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||