Uses of Class
io.jenkins.plugins.oidc_provider.Issuer
Packages that use Issuer
-
Uses of Issuer in io.jenkins.plugins.oidc_provider
Subclasses of Issuer in io.jenkins.plugins.oidc_providerModifier and TypeClassDescriptionfinal class
Issuer scoped to a folder with credentials defined (directly) there.final class
Issuer scoped to Jenkins root with global credentials.Methods in io.jenkins.plugins.oidc_provider that return IssuerModifier and TypeMethodDescriptionprotected Issuer
IdTokenCredentials.findIssuer()
FolderIssuer.Factory.forConfig
(org.kohsuke.stapler.StaplerRequest2 req) Issuer.Factory.forConfig
(org.kohsuke.stapler.StaplerRequest2 req) Find an issuer potentially being configured from a certain screen.RootIssuer.forConfig
(org.kohsuke.stapler.StaplerRequest2 req) Find an issuer by URI suffix.Methods in io.jenkins.plugins.oidc_provider that return types with arguments of type IssuerModifier and TypeMethodDescriptionCollection<? extends Issuer>
FolderIssuer.Factory.forContext
(Run<?, ?> context) Collection<? extends Issuer>
Issuer.Factory.forContext
(Run<?, ?> context) Find issuers which might be applicable to a given build.Collection<? extends Issuer>
RootIssuer.forContext
(Run<?, ?> context)