Uses of Class
org.apache.amber.oauth2.common.exception.OAuthSystemException

Packages that use OAuthSystemException
org.apache.amber.oauth2.common.message   
org.apache.amber.oauth2.common.parameters   
org.apache.amber.oauth2.common.utils   
 

Uses of OAuthSystemException in org.apache.amber.oauth2.common.message
 

Methods in org.apache.amber.oauth2.common.message that throw OAuthSystemException
 OAuthResponse OAuthResponse.OAuthResponseBuilder.buildBodyMessage()
           
 OAuthResponse OAuthResponse.OAuthResponseBuilder.buildHeaderMessage()
           
 OAuthResponse OAuthResponse.OAuthResponseBuilder.buildJSONMessage()
           
 OAuthResponse OAuthResponse.OAuthResponseBuilder.buildQueryMessage()
           
 

Uses of OAuthSystemException in org.apache.amber.oauth2.common.parameters
 

Methods in org.apache.amber.oauth2.common.parameters that throw OAuthSystemException
 OAuthMessage WWWAuthHeaderParametersApplier.applyOAuthParameters(OAuthMessage message, Map<String,Object> params)
           
 OAuthMessage OAuthParametersApplier.applyOAuthParameters(OAuthMessage message, Map<String,Object> params)
           
 OAuthMessage JSONBodyParametersApplier.applyOAuthParameters(OAuthMessage message, Map<String,Object> params)
           
 OAuthMessage BodyURLEncodedParametersApplier.applyOAuthParameters(OAuthMessage message, Map<String,Object> params)
           
 

Uses of OAuthSystemException in org.apache.amber.oauth2.common.utils
 

Methods in org.apache.amber.oauth2.common.utils that throw OAuthSystemException
static
<T> T
OAuthUtils.instantiateClass(Class<T> clazz)
           
static Object OAuthUtils.instantiateClassWithParameters(Class clazz, Class[] paramsTypes, Object[] paramValues)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.