org.springframework.security.oauth.common.signature
Class SignatureSecretEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.security.oauth.common.signature.SignatureSecretEditor
- All Implemented Interfaces:
- PropertyEditor
public class SignatureSecretEditor
- extends PropertyEditorSupport
A signature secret that consists of a consumer secret and a tokent secret.
- Author:
- Ryan Heaton
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureSecretEditor
public SignatureSecretEditor()
setAsText
public void setAsText(String text)
throws IllegalArgumentException
- Specified by:
setAsText in interface PropertyEditor- Overrides:
setAsText in class PropertyEditorSupport
- Throws:
IllegalArgumentException
Copyright © 2013. All rights reserved.