Class EntraPfxAuthMethod
java.lang.Object
io.jenkins.plugins.entraoauth.EntraAuthMethod
io.jenkins.plugins.entraoauth.EntraPfxAuthMethod
- All Implemented Interfaces:
Describable<EntraAuthMethod>
PFX-certificate authentication method for Entra OAuth credentials.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.microsoft.aad.msal4j.IClientCredentialCreates an MSAL client credential for this authentication method.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Describable
getDescriptor
-
Constructor Details
-
EntraPfxAuthMethod
-
-
Method Details
-
getCertificateBase64
-
getCertificatePassword
-
createClientCredential
Description copied from class:EntraAuthMethodCreates an MSAL client credential for this authentication method.- Specified by:
createClientCredentialin classEntraAuthMethod- Throws:
Exception
-