Uses of Class
com.azure.identity.OnBehalfOfCredentialBuilder
-
Uses of OnBehalfOfCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return OnBehalfOfCredentialBuilderModifier and TypeMethodDescriptionOnBehalfOfCredentialBuilder.clientAssertion(Supplier<String> clientAssertionSupplier) Sets the supplier containing the logic to supply the client assertion when invoked.OnBehalfOfCredentialBuilder.clientCertificatePassword(String clientCertificatePassword) Sets the password of the client certificate for authenticating to Microsoft Entra ID.OnBehalfOfCredentialBuilder.clientSecret(String clientSecret) Sets the client secret for the authentication.OnBehalfOfCredentialBuilder.pemCertificate(String pemCertificatePath) Sets the path of the PEM certificate for authenticating to Microsoft Entra ID.OnBehalfOfCredentialBuilder.pfxCertificate(String pfxCertificatePath) Sets the path and password of the PFX certificate for authenticating to Microsoft Entra ID.OnBehalfOfCredentialBuilder.sendCertificateChain(boolean sendCertificateChain) Specifies if the x5c claim (public key of the certificate) should be sent as part of the authentication request and enable subject name / issuer based authentication.OnBehalfOfCredentialBuilder.tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions) Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.OnBehalfOfCredentialBuilder.userAssertion(String userAssertion) Configure the User Assertion Scope to be used for OnBehalfOf Authentication request.