Uses of Class
org.springframework.security.oauth.common.OAuthException

Packages that use OAuthException
org.springframework.security.oauth.common.signature   
org.springframework.security.oauth.provider   
org.springframework.security.oauth.provider.nonce   
org.springframework.security.oauth.provider.token   
org.springframework.security.oauth.provider.verifier   
 

Uses of OAuthException in org.springframework.security.oauth.common.signature
 

Subclasses of OAuthException in org.springframework.security.oauth.common.signature
 class InvalidSignatureException
          Thrown when a signature is invalid.
 

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

Subclasses of OAuthException in org.springframework.security.oauth.provider
 class InvalidOAuthParametersException
           
 class OAuthVersionUnsupportedException
           
 

Methods in org.springframework.security.oauth.provider that throw OAuthException
 ConsumerDetails ConsumerDetailsService.loadConsumerByConsumerKey(String consumerKey)
          Load a consumer by the consumer key.
 ConsumerDetails InMemoryConsumerDetailsService.loadConsumerByConsumerKey(String consumerKey)
           
 

Uses of OAuthException in org.springframework.security.oauth.provider.nonce
 

Subclasses of OAuthException in org.springframework.security.oauth.provider.nonce
 class NonceAlreadyUsedException
           
 

Uses of OAuthException in org.springframework.security.oauth.provider.token
 

Subclasses of OAuthException in org.springframework.security.oauth.provider.token
 class ExpiredOAuthTokenException
           
 class InvalidOAuthTokenException
           
 

Uses of OAuthException in org.springframework.security.oauth.provider.verifier
 

Subclasses of OAuthException in org.springframework.security.oauth.provider.verifier
 class VerificationFailedException
           
 



Copyright © 2013. All rights reserved.