|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 AuthorizationCodeServices 的软件包 | |
|---|---|
| org.springframework.security.oauth2.provider.code | |
| org.springframework.security.oauth2.provider.endpoint | |
| org.springframework.security.oauth2.provider.code 中 AuthorizationCodeServices 的使用 |
|---|
| 实现 AuthorizationCodeServices 的 org.springframework.security.oauth2.provider.code 中的类 | |
|---|---|
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. |
| 参数类型为 AuthorizationCodeServices 的 org.springframework.security.oauth2.provider.code 中的构造方法 | |
|---|---|
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
|
|
| org.springframework.security.oauth2.provider.endpoint 中 AuthorizationCodeServices 的使用 |
|---|
| 参数类型为 AuthorizationCodeServices 的 org.springframework.security.oauth2.provider.endpoint 中的方法 | |
|---|---|
void |
AuthorizationEndpoint.setAuthorizationCodeServices(AuthorizationCodeServices authorizationCodeServices)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||