Class EntraPemAuthMethod
java.lang.Object
io.jenkins.plugins.entraoauth.EntraAuthMethod
io.jenkins.plugins.entraoauth.EntraPemAuthMethod
- All Implemented Interfaces:
Describable<EntraAuthMethod>
PEM-certificate authentication method for Entra OAuth credentials.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionEntraPemAuthMethod(Secret certificatePem, Secret privateKeyPem, Secret privateKeyPassword) -
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
-
EntraPemAuthMethod
-
-
Method Details
-
getCertificatePem
-
getPrivateKeyPem
-
getPrivateKeyPassword
-
createClientCredential
Description copied from class:EntraAuthMethodCreates an MSAL client credential for this authentication method.- Specified by:
createClientCredentialin classEntraAuthMethod- Throws:
Exception
-