public abstract class AbstractApplicationBase extends Object
PublicClientApplication,
ConfidentialClientApplication, and ManagedIdentityApplication| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractApplicationBase.Builder<T extends AbstractApplicationBase.Builder<T>> |
| Modifier and Type | Field and Description |
|---|---|
protected com.microsoft.aad.msal4j.Authority |
authenticationAuthority |
static String |
DEFAULT_AUTHORITY |
protected org.slf4j.Logger |
log |
protected TokenCache |
tokenCache |
| Modifier and Type | Method and Description |
|---|---|
Integer |
connectTimeoutForDefaultHttpClient() |
String |
correlationId() |
IHttpClient |
httpClient()
Sets HTTP client to be used by the client application for all HTTP requests.
|
boolean |
logPii() |
Proxy |
proxy() |
Integer |
readTimeoutForDefaultHttpClient() |
SSLSocketFactory |
sslSocketFactory() |
protected org.slf4j.Logger log
protected com.microsoft.aad.msal4j.Authority authenticationAuthority
protected TokenCache tokenCache
public static final String DEFAULT_AUTHORITY
public String correlationId()
public boolean logPii()
public Proxy proxy()
public SSLSocketFactory sslSocketFactory()
public IHttpClient httpClient()
public Integer connectTimeoutForDefaultHttpClient()
public Integer readTimeoutForDefaultHttpClient()
Copyright © 2013–2025. All rights reserved.