org.mule.common.security.oauth
Class AuthorizationParameter<T>

java.lang.Object
  extended by org.mule.common.security.oauth.AuthorizationParameter<T>
All Implemented Interfaces:
Serializable

public class AuthorizationParameter<T>
extends Object
implements Serializable

Authorization parameter that needs to be appended to the authorize URL.

See Also:
Serialized Form

Constructor Summary
AuthorizationParameter(String name, String description, boolean optional, T defaultValue, Class<?> type)
           
 
Method Summary
 boolean equals(Object obj)
           
 T getDefaultValue()
           
 String getDescription()
           
 String getName()
           
static long getSerialversionuid()
           
 Class<?> getType()
           
 int hashCode()
           
 boolean isOptional()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationParameter

public AuthorizationParameter(String name,
                              String description,
                              boolean optional,
                              T defaultValue,
                              Class<?> type)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getSerialversionuid

public static long getSerialversionuid()

getName

public String getName()

getDescription

public String getDescription()

isOptional

public boolean isOptional()

getDefaultValue

public T getDefaultValue()

getType

public Class<?> getType()


Copyright © 2014. All rights reserved.