Uses of Class
org.jenkinsci.plugins.oic.OidcProperty
Packages that use OidcProperty
- 
Uses of OidcProperty in org.jenkinsci.plugins.oic
Methods in org.jenkinsci.plugins.oic that return types with arguments of type OidcPropertyMethod parameters in org.jenkinsci.plugins.oic with type arguments of type OidcPropertyModifier and TypeMethodDescriptionvoidOicSecurityRealm.setProperties(List<OidcProperty> properties)  - 
Uses of OidcProperty in org.jenkinsci.plugins.oic.properties
Subclasses of OidcProperty in org.jenkinsci.plugins.oic.propertiesModifier and TypeClassDescriptionclassConfigures the allowed clock skew for token expiration.classDisables the use of nonce in OIDC authentication.classDisable token verification.classEscape hatch for authentication, allowing users to log in with a username and password.classAllows the addition of custom query parameters to the login request.classAllows the addition of custom query parameters to the logout request.classEnables and configures PKCE (Proof Key for Code Exchange) for OIDC authentication.