Package org.jenkinsci.plugins.oic
Class AbstractQueryParameter<T extends AbstractQueryParameter<T>>
java.lang.Object
hudson.model.AbstractDescribableImpl<T>
org.jenkinsci.plugins.oic.AbstractKeyValueDescribable<T>
org.jenkinsci.plugins.oic.AbstractQueryParameter<T>
- All Implemented Interfaces:
Describable<T>
- Direct Known Subclasses:
LoginQueryParameter
,LogoutQueryParameter
public abstract class AbstractQueryParameter<T extends AbstractQueryParameter<T>>
extends AbstractKeyValueDescribable<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.oic.AbstractKeyValueDescribable
AbstractKeyValueDescribable.DescriptorImpl<T extends AbstractKeyValueDescribable<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractQueryParameter
(String key, String value) AbstractQueryParameter
(String key, String value, boolean allowEmptyValue) -
Method Summary
Modifier and TypeMethodDescriptionReturnAbstractKeyValueDescribable.getValue()
encoded withapplication/x-www-form-urlencoded
inUTF-8
Methods inherited from class org.jenkinsci.plugins.oic.AbstractKeyValueDescribable
getDescriptor, getKey, getValue
-
Constructor Details
-
AbstractQueryParameter
- Throws:
Descriptor.FormException
-
AbstractQueryParameter
public AbstractQueryParameter(String key, String value, boolean allowEmptyValue) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
-
Method Details
-
getURLEncodedKey
-
getURLEncodedValue
ReturnAbstractKeyValueDescribable.getValue()
encoded withapplication/x-www-form-urlencoded
inUTF-8
-