org.springframework.security.oauth.common.signature
Class SharedConsumerSecretImpl
java.lang.Object
org.springframework.security.oauth.common.signature.SharedConsumerSecretImpl
- All Implemented Interfaces:
- Serializable, SharedConsumerSecret, SignatureSecret
public class SharedConsumerSecretImpl
- extends Object
- implements SharedConsumerSecret
Default implementation of a signature secret.
- Author:
- Ryan Heaton
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SharedConsumerSecretImpl
public SharedConsumerSecretImpl(String consumerSecret)
getConsumerSecret
public String getConsumerSecret()
- Description copied from interface:
SharedConsumerSecret
- The consumer secret.
- Specified by:
getConsumerSecret in interface SharedConsumerSecret
- Returns:
- The consumer secret.
Copyright © 2013. All rights reserved.