org.springframework.security.oauth2.client.test
类 OAuth2ContextConfiguration.Password
java.lang.Object
org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails
org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails
org.springframework.security.oauth2.client.test.OAuth2ContextConfiguration.Password
- 所有已实现的接口:
- OAuth2ProtectedResourceDetails
- 包容类:
- OAuth2ContextConfiguration
public static class OAuth2ContextConfiguration.Password
- extends ResourceOwnerPasswordResourceDetails
Set up an OAuth2 context for this test using resource owner password grant type
| 从类 org.springframework.security.oauth2.client.resource.BaseOAuth2ProtectedResourceDetails 继承的方法 |
equals, getAccessTokenUri, getAuthenticationScheme, getClientAuthenticationScheme, getClientId, getClientSecret, getGrantType, getId, getScope, getTokenName, hashCode, isAuthenticationRequired, isClientOnly, isScoped, setAccessTokenUri, setAuthenticationScheme, setClientAuthenticationScheme, setClientId, setClientSecret, setGrantType, setId, setScope, setTokenName |
OAuth2ContextConfiguration.Password
public OAuth2ContextConfiguration.Password(TestAccounts testAccounts)
Copyright © 2013. All rights reserved.