- accessToken() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
-
- 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 for which you are requesting a token for.
- 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(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(InteractiveRequestParameters) - Method in interface com.microsoft.aad.msal4j.IPublicClientApplication
-
Acquires tokens from the authority using authorization code grant.
- 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
-
- acquireToken(InteractiveRequestParameters) - Method in class com.microsoft.aad.msal4j.PublicClientApplication
-
- addHeaders(Map<String, List<String>>) - Method in class com.microsoft.aad.msal4j.HttpResponse
-
- afterCacheAccess(ITokenCacheAccessContext) - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessAspect
-
- any() - Method in class com.microsoft.aad.msal4j.RequestedClaim
-
- assertion() - Method in interface com.microsoft.aad.msal4j.IClientAssertion
-
- 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
-
- AuthenticationErrorMessage - Class in com.microsoft.aad.msal4j
-
- AuthenticationErrorMessage() - Constructor for class com.microsoft.aad.msal4j.AuthenticationErrorMessage
-
- authorityUrl() - Method in class com.microsoft.aad.msal4j.SilentParameters
-
Authority for which the application is requesting tokens from.
- 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
-
Authorization code acquired in the first step of OAuth2.0 authorization code flow.
- 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
-
- AuthorizationRequestUrlParameters - Class in com.microsoft.aad.msal4j
-
Parameters for AbstractClientApplicationBase.getAuthorizationRequestUrl(AuthorizationRequestUrlParameters)
- AuthorizationRequestUrlParameters.Builder - Class in com.microsoft.aad.msal4j
-
- AzureCloudEndpoint - Enum in com.microsoft.aad.msal4j
-
All the national clouds authenticate users separately in each environment and have separate authentication endpoints.
- CACHE_MISS - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
Not found in the cache
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
-
- claims() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
-
- claims() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
-
- claims() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
-
- claims() - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder
-
- claims() - Method in exception com.microsoft.aad.msal4j.MsalServiceException
-
Claims included in the claims challenge
- claims() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
-
- claims() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
-
- claims() - Method in class com.microsoft.aad.msal4j.SilentParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims.
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
-
- claims() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
-
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
- claims(ClaimsRequest) - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
-
- claimsChallenge(String) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
In cases where Azure AD tenant admin has enabled conditional access policies, and the
policy has not been met,
MsalServiceException will contain claims that need be
consented to.
- claimsChallenge() - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters
-
- claimsChallenge(String) - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder
-
- ClaimsRequest - Class in com.microsoft.aad.msal4j
-
Represents the claims request parameter as an object
- ClaimsRequest() - Constructor for class com.microsoft.aad.msal4j.ClaimsRequest
-
- clientAuthentication() - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
-
- clientAuthentication() - Method in class com.microsoft.aad.msal4j.PublicClientApplication
-
- ClientCredentialFactory - Class in com.microsoft.aad.msal4j
-
Factory for creating client credentials used in confidential client flows.
- ClientCredentialFactory() - Constructor for class com.microsoft.aad.msal4j.ClientCredentialFactory
-
- ClientCredentialParameters - Class in com.microsoft.aad.msal4j
-
Object containing parameters for client credential flow.
- ClientCredentialParameters.ClientCredentialParametersBuilder - Class in com.microsoft.aad.msal4j
-
- clientId() - Method in class com.microsoft.aad.msal4j.DeviceCode
-
- clientId(String) - Method in class com.microsoft.aad.msal4j.DeviceCode
-
- clientId() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
-
- clientId() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
-
- clientId(String) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
-
- clientSecret() - Method in interface com.microsoft.aad.msal4j.IClientSecret
-
- CODE_EXPIRED - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
In the context of device code, this error happens when the device code has expired before
the user signed-in on another device (this is usually after 15 min).
- codeChallenge(String) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
Used to secure authorization code grant via Proof of Key for Code Exchange (PKCE).
- codeChallenge() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- codeChallengeMethod(String) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
The method used to encode the code verifier for the code challenge parameter.
- codeChallengeMethod() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- codeVerifier(String) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
-
- codeVerifier() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
-
Code verifier used for PKCE.
- com.microsoft.aad.msal4j - package com.microsoft.aad.msal4j
-
- ConfidentialClientApplication - Class in com.microsoft.aad.msal4j
-
Class to be used to acquire tokens for confidential client applications (Web Apps, Web APIs,
and daemon applications).
- ConfidentialClientApplication.Builder - Class in com.microsoft.aad.msal4j
-
- correlationId(String) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
Identifier used to correlate requests for telemetry purposes.
- correlationId() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- correlationId() - Method in class com.microsoft.aad.msal4j.DeviceCode
-
- correlationId(String) - Method in class com.microsoft.aad.msal4j.DeviceCode
-
- correlationId() - Method in exception com.microsoft.aad.msal4j.MsalServiceException
-
An ID that can be used to piece up a single authentication flow.
- createFromCertificate(InputStream, String) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
-
Static method to create a ClientCertificate instance from a certificate
- createFromCertificate(PrivateKey, X509Certificate) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
-
Static method to create a ClientCertificate instance.
- createFromCertificateChain(PrivateKey, List<X509Certificate>) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
-
Static method to create a ClientCertificate instance.
- createFromClientAssertion(String) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
-
Static method to create a ClientAssertion instance.
- createFromSecret(String) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
-
Static method to create a ClientSecret instance from a client secret
- IAccount - Interface in com.microsoft.aad.msal4j
-
Interface representing a single user account.
- IAuthenticationResult - Interface in com.microsoft.aad.msal4j
-
Interface representing the results of token acquisition operation.
- IClientAssertion - Interface in com.microsoft.aad.msal4j
-
Credential type containing an assertion of type
"urn:ietf:params:oauth:token-type:jwt".
- IClientCertificate - Interface in com.microsoft.aad.msal4j
-
Credential type containing X509 public certificate and RSA private key.
- IClientCredential - Interface in com.microsoft.aad.msal4j
-
Interface representing an application credential
For more details, see https://aka.ms/msal4j-client-credentials
- IClientSecret - Interface in com.microsoft.aad.msal4j
-
Representation of client credential containing a secret in string format
For more details, see https://aka.ms/msal4j-client-credentials
- IConfidentialClientApplication - Interface in com.microsoft.aad.msal4j
-
Interface representing a confidential client application (Web App, Web API, Daemon App).
- idToken() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
-
- IHttpClient - Interface in com.microsoft.aad.msal4j
-
- IHttpResponse - Interface in com.microsoft.aad.msal4j
-
- instanceAware(boolean) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
If set to true, the authorization result will contain the authority for the user's home cloud, and this authority
will be used for the token request instead of the authority set in the application.
- instanceAware() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- instanceAware() - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters
-
If set to true, the authorization result will contain the authority for the user's home cloud, and this authority
will be used for the token request instead of the authority set in the application.
- instanceAware(boolean) - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder
-
- IntegratedWindowsAuthenticationParameters - Class in com.microsoft.aad.msal4j
-
Object containing parameters for Integrated Windows Authentication.
- IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder - Class in com.microsoft.aad.msal4j
-
- InteractionRequiredExceptionReason - Enum in com.microsoft.aad.msal4j
-
- InteractiveRequestParameters - Class in com.microsoft.aad.msal4j
-
Object containing parameters for interactive requests.
- InteractiveRequestParameters.InteractiveRequestParametersBuilder - Class in com.microsoft.aad.msal4j
-
- interval() - Method in class com.microsoft.aad.msal4j.DeviceCode
-
interval at which the STS should be polled at
- INVALID_AUTHORIZATION_RESULT - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
Authorization result response is invalid.
- INVALID_GRANT - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
Standard Oauth2 protocol error code.
- INVALID_INSTANCE_DISCOVERY_METADATA - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
Not able to parse instance discovery metadata.
- INVALID_JSON - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
A JSON processing failure, indicating the JSON provided to MSAL is of invalid format.
- INVALID_JWT - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
A JWT parsing failure, indicating the JWT provided to MSAL is of invalid format.
- INVALID_REDIRECT_URI - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
-
Redirect URI provided to MSAL is of invalid format.
- IPublicClientApplication - Interface in com.microsoft.aad.msal4j
-
Interface representing a public client application (Desktop, Mobile).
- isEssential() - Method in class com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo
-
- ITenantProfile - Interface in com.microsoft.aad.msal4j
-
Interface representing a single tenant profile.
- ITokenCache - Interface in com.microsoft.aad.msal4j
-
Interface representing security token cache persistence
For more details, see https://aka.ms/msal4j-token-cache
- ITokenCacheAccessAspect - Interface in com.microsoft.aad.msal4j
-
Interface representing operation of executing code before and after cache access.
- ITokenCacheAccessContext - Interface in com.microsoft.aad.msal4j
-
Interface representing context in which the token cache is accessed
For more details, see https://aka.ms/msal4j-token-cache
- IUserAssertion - Interface in com.microsoft.aad.msal4j
-
Interface representing a delegated user identity used by downstream applications in On-Behalf-Of flow
- message() - Method in class com.microsoft.aad.msal4j.DeviceCode
-
message which should be displayed to the user.
- MIN_ACCESS_TOKEN_EXPIRE_IN_SEC - Static variable in class com.microsoft.aad.msal4j.TokenCache
-
- MsalClientException - Exception in com.microsoft.aad.msal4j
-
Exception type thrown when and error occurs that is local to the library or the device.
- MsalClientException(Throwable) - Constructor for exception com.microsoft.aad.msal4j.MsalClientException
-
Initializes a new instance of the exception class with a instance of Throwable
- MsalClientException(String, String) - Constructor for exception com.microsoft.aad.msal4j.MsalClientException
-
Initializes a new instance of the exception class with a specified error message
- MsalException - Exception in com.microsoft.aad.msal4j
-
Base exception type thrown when an error occurs during token acquisition.
- MsalException(Throwable) - Constructor for exception com.microsoft.aad.msal4j.MsalException
-
Initializes a new instance of the exception class
- MsalException(String, String) - Constructor for exception com.microsoft.aad.msal4j.MsalException
-
Initializes a new instance of the exception class
- MsalInteractionRequiredException - Exception in com.microsoft.aad.msal4j
-
This exception class is to inform developers that UI interaction is required for authentication
to succeed.
- MsalInteractionRequiredException(ErrorResponse, Map<String, List<String>>) - Constructor for exception com.microsoft.aad.msal4j.MsalInteractionRequiredException
-
Initializes a new instance of the exception class
- MsalServiceException - Exception in com.microsoft.aad.msal4j
-
Exception type thrown when service returns an error response or other networking errors occur.
- MsalServiceException(String, String) - Constructor for exception com.microsoft.aad.msal4j.MsalServiceException
-
Initializes a new instance of the exception class with a specified error message
- MsalServiceException(ErrorResponse, Map<String, List<String>>) - Constructor for exception com.microsoft.aad.msal4j.MsalServiceException
-
Initializes a new instance of the exception class
- MsalServiceException(AadInstanceDiscoveryResponse) - Constructor for exception com.microsoft.aad.msal4j.MsalServiceException
-
Initializes a new instance of the exception class
- MsalThrottlingException - Exception in com.microsoft.aad.msal4j
-
Exception type thrown when service returns throttling instruction:
Retry-After header, 429 or 5xx statuses.
- MsalThrottlingException(long) - Constructor for exception com.microsoft.aad.msal4j.MsalThrottlingException
-
Constructor for MsalThrottlingException class
- reason() - Method in exception com.microsoft.aad.msal4j.MsalInteractionRequiredException
-
Reason for the MsalInteractionRequiredException, enabling you to do more actions or inform the
user depending on your scenario.
- redirectUri(URI) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
-
- redirectUri() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
-
Redirect URI registered in the Azure portal, and which was used in the first step of OAuth2.0
authorization code flow.
- redirectUri(String) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
The redirect URI where authentication responses can be received by your application.
- redirectUri() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- redirectUri(URI) - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder
-
- redirectUri() - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters
-
Redirect URI where MSAL will listen to for the authorization code returned by Azure AD.
- refreshToken() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters
-
Refresh token received from the STS
- refreshToken(String) - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
-
- RefreshTokenParameters - Class in com.microsoft.aad.msal4j
-
Object containing parameters for refresh token request.
- RefreshTokenParameters.RefreshTokenParametersBuilder - Class in com.microsoft.aad.msal4j
-
- requestClaimInAccessToken(String, RequestedClaimAdditionalInfo) - Method in class com.microsoft.aad.msal4j.ClaimsRequest
-
Inserts a claim into the list of claims to be added to the "access_token" section of an OIDC claims request
- requestClaimInIdToken(String, RequestedClaimAdditionalInfo) - Method in class com.microsoft.aad.msal4j.ClaimsRequest
-
Inserts a claim into the list of claims to be added to the "id_token" section of an OIDC claims request
- requestClaimInUserInfo(String, RequestedClaimAdditionalInfo) - Method in class com.microsoft.aad.msal4j.ClaimsRequest
-
Inserts a claim into the list of claims to be added to the "userinfo" section of an OIDC claims request
- RequestedClaim - Class in com.microsoft.aad.msal4j
-
Represents an individual requested claims that's part of a complete claims request parameter
- RequestedClaim(String, RequestedClaimAdditionalInfo) - Constructor for class com.microsoft.aad.msal4j.RequestedClaim
-
- RequestedClaimAdditionalInfo - Class in com.microsoft.aad.msal4j
-
Represents the additional information that can be sent to an authorization server for a request claim in the claim request parameter
- RequestedClaimAdditionalInfo(boolean, String, List<String>) - Constructor for class com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo
-
- requestParameters() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- responseMode(ResponseMode) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
Specifies the method that should be used to send the authentication result to your app.
- responseMode() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- ResponseMode - Enum in com.microsoft.aad.msal4j
-
Values for possible methods in which AAD can send the authorization result back to the calling
application
- retryInMs() - Method in exception com.microsoft.aad.msal4j.MsalThrottlingException
-
how long to wait before repeating request
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
-
Scopes to which the application is requesting access
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
Scopes which the application is requesting access to and the user will consent to.
- scopes() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters
-
Scopes for which the application is requesting access to.
- scopes() - Method in class com.microsoft.aad.msal4j.DeviceCode
-
- scopes(String) - Method in class com.microsoft.aad.msal4j.DeviceCode
-
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters
-
Scopes to which the application is requesting access to.
- scopes() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
-
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters
-
Scopes that the application is requesting access to
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters
-
Scopes that the application is requesting access to and the user will consent to.
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
-
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters
-
Scopes the application is requesting access to
- scopes() - Method in class com.microsoft.aad.msal4j.SilentParameters
-
Scopes application is requesting access to.
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
-
- scopes() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
-
Scopes application is requesting access to
- scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
-
- self() - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder
-
- self() - Method in class com.microsoft.aad.msal4j.PublicClientApplication.Builder
-
- send(HttpRequest) - Method in interface com.microsoft.aad.msal4j.IHttpClient
-
Should implement execution of outgoing HTTP request with HTTP client of choice.
- sendX5c(boolean) - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder
-
Specifies if the x5c claim (public key of the certificate) should be sent to the STS.
- sendX5c() - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
-
- sendX5c() - Method in interface com.microsoft.aad.msal4j.IConfidentialClientApplication
-
- serialize() - Method in interface com.microsoft.aad.msal4j.ITokenCache
-
Serialize token cache to json
- serialize() - Method in class com.microsoft.aad.msal4j.TokenCache
-
- setEssential(boolean) - Method in class com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo
-
- setIdTokenRequestedClaims(List<RequestedClaim>) - Method in class com.microsoft.aad.msal4j.ClaimsRequest
-
- setValue(String) - Method in class com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo
-
- setValues(List<String>) - Method in class com.microsoft.aad.msal4j.RequestedClaimAdditionalInfo
-
- SilentParameters - Class in com.microsoft.aad.msal4j
-
Object containing parameters for silent requests.
- SilentParameters.SilentParametersBuilder - Class in com.microsoft.aad.msal4j
-
- skipCache(Boolean) - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
-
- skipCache() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters
-
Indicates whether the request should skip looking into the token cache.
- skipCache(Boolean) - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
-
- skipCache() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
-
Indicates whether the request should skip looking into the token cache.
- state(String) - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters.Builder
-
A value included in the request that is also returned in the token response.
- state() - Method in class com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters
-
- statusCode() - Method in class com.microsoft.aad.msal4j.HttpResponse
-
HTTP response status code
- statusCode(int) - Method in class com.microsoft.aad.msal4j.HttpResponse
-
HTTP response status code
- statusCode() - Method in interface com.microsoft.aad.msal4j.IHttpResponse
-
- statusCode() - Method in exception com.microsoft.aad.msal4j.MsalServiceException
-
Status code returned from http layer
- statusMessage() - Method in exception com.microsoft.aad.msal4j.MsalServiceException
-
Status message returned from the http layer
- systemBrowserOptions(SystemBrowserOptions) - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters.InteractiveRequestParametersBuilder
-
- systemBrowserOptions() - Method in class com.microsoft.aad.msal4j.InteractiveRequestParameters
-
- SystemBrowserOptions - Class in com.microsoft.aad.msal4j
-
Options for using the default OS browser as a separate process to handle interactive authentication.
- SystemBrowserOptions.SystemBrowserOptionsBuilder - Class in com.microsoft.aad.msal4j
-
- valueOf(String) - Static method in enum com.microsoft.aad.msal4j.AzureCloudEndpoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.aad.msal4j.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.aad.msal4j.InteractionRequiredExceptionReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.aad.msal4j.Prompt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.microsoft.aad.msal4j.ResponseMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.microsoft.aad.msal4j.AzureCloudEndpoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.aad.msal4j.HttpMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.aad.msal4j.InteractionRequiredExceptionReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.aad.msal4j.Prompt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.microsoft.aad.msal4j.ResponseMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verificationUri() - Method in class com.microsoft.aad.msal4j.DeviceCode
-
URI where user can authenticate