Class EntraAuthMethod
java.lang.Object
io.jenkins.plugins.entraoauth.EntraAuthMethod
- All Implemented Interfaces:
Describable<EntraAuthMethod>
- Direct Known Subclasses:
EntraClientSecretAuthMethod, EntraPemAuthMethod, EntraPfxAuthMethod
Base class for Entra authentication method variants.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract 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
-
EntraAuthMethod
public EntraAuthMethod()
-
-
Method Details
-
createClientCredential
-