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 TypeMethodDescriptionvoid
OicSecurityRealm.setProperties
(List<OidcProperty> properties) -
Uses of OidcProperty in org.jenkinsci.plugins.oic.properties
Subclasses of OidcProperty in org.jenkinsci.plugins.oic.propertiesModifier and TypeClassDescriptionclass
Configures the allowed clock skew for token expiration.class
Disables the use of nonce in OIDC authentication.class
Disable token verification.class
Escape hatch for authentication, allowing users to log in with a username and password.class
Allows the addition of custom query parameters to the login request.class
Allows the addition of custom query parameters to the logout request.class
Enables and configures PKCE (Proof Key for Code Exchange) for OIDC authentication.