|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.springframework.security.oauth2.provider 中 OAuth2RequestFactory 的使用 |
|---|
| 实现 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider 中的类 | |
|---|---|
class |
DefaultOAuth2RequestFactory
Default implementation of OAuth2RequestFactory which initializes fields from the parameters map,
validates grant types and scopes, and fills in scopes with the default values from the client if they are missing. |
| org.springframework.security.oauth2.provider.approval 中 OAuth2RequestFactory 的使用 |
|---|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.approval 中的方法 | |
|---|---|
void |
TokenServicesUserApprovalHandler.setRequestFactory(OAuth2RequestFactory requestFactory)
|
| org.springframework.security.oauth2.provider.client 中 OAuth2RequestFactory 的使用 |
|---|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.client 中的构造方法 | |
|---|---|
ClientCredentialsTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
|
|
| org.springframework.security.oauth2.provider.code 中 OAuth2RequestFactory 的使用 |
|---|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.code 中的构造方法 | |
|---|---|
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
AuthorizationCodeServices authorizationCodeServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
|
|
| org.springframework.security.oauth2.provider.endpoint 中 OAuth2RequestFactory 的使用 |
|---|
| 返回 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.endpoint 中的方法 | |
|---|---|
protected OAuth2RequestFactory |
AbstractEndpoint.getDefaultOAuth2RequestFactory()
|
protected OAuth2RequestFactory |
AbstractEndpoint.getOAuth2RequestFactory()
|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.endpoint 中的方法 | |
|---|---|
void |
AbstractEndpoint.setOAuth2RequestFactory(OAuth2RequestFactory oAuth2RequestFactory)
|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.endpoint 中的构造方法 | |
|---|---|
TokenEndpointAuthenticationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
OAuth2RequestFactory oAuth2RequestFactory)
|
|
| org.springframework.security.oauth2.provider.implicit 中 OAuth2RequestFactory 的使用 |
|---|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.implicit 中的构造方法 | |
|---|---|
ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
|
|
| org.springframework.security.oauth2.provider.password 中 OAuth2RequestFactory 的使用 |
|---|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.password 中的构造方法 | |
|---|---|
ResourceOwnerPasswordTokenGranter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
|
|
| org.springframework.security.oauth2.provider.refresh 中 OAuth2RequestFactory 的使用 |
|---|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.refresh 中的构造方法 | |
|---|---|
RefreshTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
|
|
| org.springframework.security.oauth2.provider.token 中 OAuth2RequestFactory 的使用 |
|---|
| 返回 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.token 中的方法 | |
|---|---|
protected OAuth2RequestFactory |
AbstractTokenGranter.getRequestFactory()
|
| 参数类型为 OAuth2RequestFactory 的 org.springframework.security.oauth2.provider.token 中的构造方法 | |
|---|---|
AbstractTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory,
String grantType)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||