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


构造方法摘要
OAuth2ContextConfiguration.Password(TestAccounts testAccounts)
           
 
方法摘要
 
从类 org.springframework.security.oauth2.client.token.grant.password.ResourceOwnerPasswordResourceDetails 继承的方法
getPassword, getUsername, setPassword, setUsername
 
从类 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
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OAuth2ContextConfiguration.Password

public OAuth2ContextConfiguration.Password(TestAccounts testAccounts)


Copyright © 2013. All rights reserved.