Class DisableNonce
java.lang.Object
hudson.model.AbstractDescribableImpl<OidcProperty>
org.jenkinsci.plugins.oic.OidcProperty
org.jenkinsci.plugins.oic.properties.DisableNonce
- All Implemented Interfaces:
Describable<OidcProperty>
Disables the use of nonce in OIDC authentication.
This is generally not recommended as it can lead to replay attacks.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jenkinsci.plugins.oic.OidcProperty
authenticate, contributeLogoutQueryParameters
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
DisableNonce
@DataBoundConstructor public DisableNonce()
-
-
Method Details
-
newExecution
@NonNull public OidcPropertyExecution newExecution(@NonNull OicServerConfiguration serverConfiguration) - Overrides:
newExecution
in classOidcProperty
- Returns:
- a new execution for this property, holding any required state.
-