Class LogoutQueryParameters
java.lang.Object
hudson.model.AbstractDescribableImpl<OidcProperty>
org.jenkinsci.plugins.oic.OidcProperty
org.jenkinsci.plugins.oic.properties.LogoutQueryParameters
- All Implemented Interfaces:
Describable<OidcProperty>
Allows the addition of custom query parameters to the logout request.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAllows a property to contribute additional query parameters to the logout request.getItems()Methods inherited from class org.jenkinsci.plugins.oic.OidcProperty
authenticate, newExecutionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
LogoutQueryParameters
@DataBoundConstructor public LogoutQueryParameters(@CheckForNull List<LogoutQueryParameter> items) throws Descriptor.FormException - Throws:
Descriptor.FormException
-
-
Method Details
-
getItems
-
contributeLogoutQueryParameters
Description copied from class:OidcPropertyAllows a property to contribute additional query parameters to the logout request.- Overrides:
contributeLogoutQueryParametersin classOidcProperty
-