org.springframework.security.oauth.consumer.client
Class CoreOAuthConsumerSupport.QueryParameterValue
java.lang.Object
org.springframework.security.oauth.consumer.client.CoreOAuthConsumerSupport.QueryParameterValue
- All Implemented Interfaces:
- CharSequence
- Enclosing class:
- CoreOAuthConsumerSupport
public static class CoreOAuthConsumerSupport.QueryParameterValue
- extends Object
- implements CharSequence
Marker class for an oauth parameter value that is a query parameter and should therefore not be included in the authorization header.
CoreOAuthConsumerSupport.QueryParameterValue
public CoreOAuthConsumerSupport.QueryParameterValue(String value)
length
public int length()
- Specified by:
length in interface CharSequence
charAt
public char charAt(int index)
- Specified by:
charAt in interface CharSequence
subSequence
public CharSequence subSequence(int start,
int end)
- Specified by:
subSequence in interface CharSequence
toString
public String toString()
- Specified by:
toString in interface CharSequence- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2013. All rights reserved.