org.mule.common.security.oauth
Class AuthorizationParameter<T>
java.lang.Object
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
AuthorizationParameter
public AuthorizationParameter(String name,
String description,
boolean optional,
T defaultValue,
Class<?> type)
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 © 2015 MuleSoft, Inc.. All rights reserved.