org.springframework.security.oauth2.client.test
Class 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
- All Implemented Interfaces:
- OAuth2ProtectedResourceDetails
- Enclosing class:
- OAuth2ContextConfiguration
public static class OAuth2ContextConfiguration.Password
- extends ResourceOwnerPasswordResourceDetails
Set up an OAuth2 context for this test using resource owner password grant type
| Methods inherited from class 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.