Uses of Class
org.apache.amber.oauth2.common.message.types.ParameterStyle

Packages that use ParameterStyle
org.apache.amber.oauth2.common   
org.apache.amber.oauth2.common.message.types   
 

Uses of ParameterStyle in org.apache.amber.oauth2.common
 

Fields in org.apache.amber.oauth2.common declared as ParameterStyle
static ParameterStyle OAuth.DEFAULT_PARAMETER_STYLE
           
 

Uses of ParameterStyle in org.apache.amber.oauth2.common.message.types
 

Methods in org.apache.amber.oauth2.common.message.types that return ParameterStyle
static ParameterStyle ParameterStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterStyle[] ParameterStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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