Class EntraClientSecretAuthMethod

java.lang.Object
io.jenkins.plugins.entraoauth.EntraAuthMethod
io.jenkins.plugins.entraoauth.EntraClientSecretAuthMethod
All Implemented Interfaces:
Describable<EntraAuthMethod>

public class EntraClientSecretAuthMethod extends EntraAuthMethod
Client-secret authentication method for Entra OAuth credentials.
  • Constructor Details

    • EntraClientSecretAuthMethod

      @DataBoundConstructor public EntraClientSecretAuthMethod(@CheckForNull Secret clientSecret)
  • Method Details

    • getClientSecret

      @CheckForNull public Secret getClientSecret()
    • createClientCredential

      protected com.microsoft.aad.msal4j.IClientCredential createClientCredential()
      Description copied from class: EntraAuthMethod
      Creates an MSAL client credential for this authentication method.
      Specified by:
      createClientCredential in class EntraAuthMethod