- accessToken() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
-
- Account - Class in com.microsoft.aad.msal4j
-
Representation of a single user account.
- Account(String, String, String) - Constructor for class com.microsoft.aad.msal4j.Account
-
- account() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
-
- account() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
-
- account() - Method in class com.microsoft.aad.msal4j.SilentParameters
-
- account(IAccount) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
-
- account() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
-
- account(IAccount) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
-
- acquireToken(ClientCredentialParameters) - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
-
- acquireToken(OnBehalfOfParameters) - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
-
- acquireToken(AuthorizationCodeParameters) - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
-
Acquires security token from the authority using an authorization code previously received.
- acquireToken(RefreshTokenParameters) - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
-
Acquires a security token from the authority using a refresh token previously received.
- acquireToken(ClientCredentialParameters) - Method in interface com.microsoft.aad.msal4j.IConfidentialClientApplication
-
Acquires tokens from the authority configured in the application, for the confidential client
itself
- acquireToken(OnBehalfOfParameters) - Method in interface com.microsoft.aad.msal4j.IConfidentialClientApplication
-
Acquires an access token for this application (usually a Web API) from the authority configured
in the application, in order to access another downstream protected Web API on behalf of a user
using the On-Behalf-Of flow.
- acquireToken(UserNamePasswordParameters) - Method in interface com.microsoft.aad.msal4j.IPublicClientApplication
-
Acquires tokens from the authority configured in the application via Username/Password authentication.
- acquireToken(IntegratedWindowsAuthenticationParameters) - Method in interface com.microsoft.aad.msal4j.IPublicClientApplication
-
Acquires tokens from the authority configured in the application via Integrated Windows Authentication.
- acquireToken(DeviceCodeFlowParameters) - Method in interface com.microsoft.aad.msal4j.IPublicClientApplication
-
Acquires security token from the authority using an device code flow.
- acquireToken(UserNamePasswordParameters) - Method in class com.microsoft.aad.msal4j.PublicClientApplication
-
- acquireToken(IntegratedWindowsAuthenticationParameters) - Method in class com.microsoft.aad.msal4j.PublicClientApplication
-
- acquireToken(DeviceCodeFlowParameters) - Method in class com.microsoft.aad.msal4j.PublicClientApplication
-
- acquireTokenSilently(SilentParameters) - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
-
Returns tokens from cache if present and not expired or acquires new tokens from the authority
by using the refresh token present in cache.
- afterCacheAccess(ITokenCacheAccessContext) - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessAspect
-
- assertion() - Method in class com.microsoft.aad.msal4j.ClientAssertion
-
- assertionType - Static variable in class com.microsoft.aad.msal4j.ClientAssertion
-
- AsymmetricKeyCredential - Class in com.microsoft.aad.msal4j
-
Credential type containing X509 public certificate and RSA private key.
- AuthenticationErrorCode - Class in com.microsoft.aad.msal4j
-
Class containing error codes returned by the service or generated by the client
- AuthenticationErrorCode() - Constructor for class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
- authority() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
-
- authorityUrl() - Method in class com.microsoft.aad.msal4j.SilentParameters
-
- authorityUrl(String) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
-
- AUTHORIZATION_PENDING - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
In the context of device code user has not yet authenticated via browser
- authorizationCode() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
-
- authorizationCode(String) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
-
- AuthorizationCodeParameters - Class in com.microsoft.aad.msal4j
-
Object containing parameters for authorization code flow.
- AuthorizationCodeParameters.AuthorizationCodeParametersBuilder - Class in com.microsoft.aad.msal4j
-