Uses of Class
org.springframework.security.oauth.provider.ConsumerCredentials

Packages that use ConsumerCredentials
org.springframework.security.oauth.provider   
 

Uses of ConsumerCredentials in org.springframework.security.oauth.provider
 

Methods in org.springframework.security.oauth.provider that return ConsumerCredentials
 ConsumerCredentials ConsumerAuthentication.getConsumerCredentials()
          The credentials of this authentication.
 

Constructors in org.springframework.security.oauth.provider with parameters of type ConsumerCredentials
ConsumerAuthentication(ConsumerDetails consumerDetails, ConsumerCredentials consumerCredentials)
           
ConsumerAuthentication(ConsumerDetails consumerDetails, ConsumerCredentials consumerCredentials, Map<String,String> oauthParams)
           
 



Copyright © 2013. All rights reserved.