Uses of Class
io.jenkins.plugins.oidc_provider.Issuer
-
Uses of Issuer in io.jenkins.plugins.oidc_provider
Modifier and TypeClassDescriptionfinal class
Issuer scoped to a folder with credentials defined (directly) there.final class
Issuer scoped to Jenkins root with global credentials.Modifier and TypeMethodDescriptionprotected Issuer
IdTokenCredentials.findIssuer()
FolderIssuer.Factory.forConfig
(org.kohsuke.stapler.StaplerRequest req) Issuer.Factory.forConfig
(org.kohsuke.stapler.StaplerRequest req) Find an issuer potentially being configured from a certain screen.RootIssuer.forConfig
(org.kohsuke.stapler.StaplerRequest req) Find an issuer by URI suffix.Modifier 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)