Uses of Class
io.jenkins.plugins.jwt.auth.filter.Issuer
-
Uses of Issuer in io.jenkins.plugins.jwt.auth.filter
Subclasses with type arguments of type Issuer in io.jenkins.plugins.jwt.auth.filterClasses in io.jenkins.plugins.jwt.auth.filter that implement interfaces with type arguments of type IssuerModifier and TypeClassDescriptionclassRepresents a single JWT issuer configuration with its JWKS URL, allowed audience, and protected paths.Methods in io.jenkins.plugins.jwt.auth.filter that return IssuerModifier and TypeMethodDescriptionJwtBearerTokenFilterConfiguration.getMatchingIssuer(String requestURI) Returns the first issuer that matches the request URI path patterns.Methods in io.jenkins.plugins.jwt.auth.filter that return types with arguments of type IssuerMethods in io.jenkins.plugins.jwt.auth.filter with parameters of type IssuerModifier and TypeMethodDescriptionstatic booleanJwtBearerTokenFilter.verifyJwtSignature(com.nimbusds.jwt.SignedJWT signedJWT, Issuer issuer) Verifies the signature of a signed JWT using JWKS from the specified issuer.Method parameters in io.jenkins.plugins.jwt.auth.filter with type arguments of type IssuerModifier and TypeMethodDescriptionvoidJwtBearerTokenFilterConfiguration.setIssuers(List<Issuer> issuers)