Skip navigation links
A B C D E F G H I K L M O P R S T U V W 

A

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
 

B

beforeCacheAccess(ITokenCacheAccessContext) - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessAspect
 
build() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder
 
build() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.PublicClientApplication.Builder
 
build() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
build() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 
builder(String, URI) - Static method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
builder(Set<String>) - Static method in class com.microsoft.aad.msal4j.ClientCredentialParameters
builder(String, IClientCredential) - Static method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
Creates instance of Builder of ConfidentialClientApplication
builder(Set<String>, Consumer<DeviceCode>) - Static method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters
builder(Set<String>, String) - Static method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters
builder(Set<String>, UserAssertion) - Static method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
builder(String) - Static method in class com.microsoft.aad.msal4j.PublicClientApplication
 
builder(Set<String>, String) - Static method in class com.microsoft.aad.msal4j.RefreshTokenParameters
builder(Set<String>, IAccount) - Static method in class com.microsoft.aad.msal4j.SilentParameters
Builder for SilentParameters
builder(Set<String>) - Static method in class com.microsoft.aad.msal4j.SilentParameters
Builder for SilentParameters
builder() - Static method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
builder(Set<String>, String, char[]) - Static method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
Builder for UserNameParameters

C

claims() - Method in exception com.microsoft.aad.msal4j.MsalServiceException
Claims included in the claims challenge
ClientAssertion - Class in com.microsoft.aad.msal4j
Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".
ClientAssertion(String) - Constructor for class com.microsoft.aad.msal4j.ClientAssertion
Constructor to create credential with a jwt token encoded as a base64 url encoded string.
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.IClientApplicationBase
 
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 - Class in com.microsoft.aad.msal4j
Representation of client credential containing a secret in string format
ClientSecret(String) - Constructor for class com.microsoft.aad.msal4j.ClientSecret
Constructor to create credential with client id and secret
clientSecret() - Method in class com.microsoft.aad.msal4j.ClientSecret
 
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)
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() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
correlationId(String) - Method in class com.microsoft.aad.msal4j.DeviceCode
 
correlationId() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
correlationId() - Method in exception com.microsoft.aad.msal4j.MsalServiceException
An ID that can be used to piece up a single authentication flow.
create(InputStream, String) - Static method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Static method to create KeyCredential instance.
create(PrivateKey, X509Certificate) - Static method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Static method to create KeyCredential instance.
create(String) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
 
create(InputStream, String) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
 
create(PrivateKey, X509Certificate) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
 

D

DEFAULT_AUTHORITY - Static variable in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
deserialize(String) - Method in interface com.microsoft.aad.msal4j.ITokenCache
Deserialize token cache from json
deserialize(String) - Method in class com.microsoft.aad.msal4j.TokenCache
 
DeviceCode - Class in com.microsoft.aad.msal4j
Response returned from the STS device code endpoint containing information necessary for device code flow
DeviceCode() - Constructor for class com.microsoft.aad.msal4j.DeviceCode
 
deviceCode() - Method in class com.microsoft.aad.msal4j.DeviceCode
code which should be included in the request for the access token
deviceCodeConsumer() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters
 
deviceCodeConsumer(Consumer<DeviceCode>) - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
 
DeviceCodeFlowParameters - Class in com.microsoft.aad.msal4j
Object containing parameters for device code flow.
DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder - Class in com.microsoft.aad.msal4j
 

E

environment() - Method in class com.microsoft.aad.msal4j.Account
 
environment(String) - Method in class com.microsoft.aad.msal4j.Account
 
environment() - Method in interface com.microsoft.aad.msal4j.IAccount
 
environment() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 
equals(Object) - Method in class com.microsoft.aad.msal4j.ClientAssertion
 
equals(Object) - Method in class com.microsoft.aad.msal4j.ClientSecret
 
errorCode() - Method in exception com.microsoft.aad.msal4j.MsalException
Authentication error code
expiresIn() - Method in class com.microsoft.aad.msal4j.DeviceCode
expiration time of device code in seconds.
expiresOnDate() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 

F

forceRefresh() - Method in class com.microsoft.aad.msal4j.SilentParameters
 
forceRefresh(boolean) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 

G

getAccounts() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
Returns accounts in the cache
getAccounts(String, Set<String>) - Method in class com.microsoft.aad.msal4j.TokenCache
 
getAssertion() - Method in interface com.microsoft.aad.msal4j.IUserAssertion
Gets the assertion.
getAssertion() - Method in class com.microsoft.aad.msal4j.UserAssertion
Gets the assertion.
getPublicCertificateHash() - Method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Base64 encoded hash of the the public certificate.

H

hasCacheChanged() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
 
hasCacheChanged() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
hasCacheChanged(boolean) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
hashCode() - Method in class com.microsoft.aad.msal4j.ClientAssertion
 
hashCode() - Method in class com.microsoft.aad.msal4j.ClientSecret
 
headers() - Method in exception com.microsoft.aad.msal4j.MsalServiceException
Contains the http headers from the server response that indicated an error.
homeAccountId() - Method in class com.microsoft.aad.msal4j.Account
 
homeAccountId(String) - Method in class com.microsoft.aad.msal4j.Account
 
homeAccountId() - Method in interface com.microsoft.aad.msal4j.IAccount
 

I

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.
IClientApplicationBase - Interface in com.microsoft.aad.msal4j
Interface representing an application for which tokens can be acquired.
IClientCredential - Interface in com.microsoft.aad.msal4j
Interface representing an application credential
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
 
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
Details about the cause of an MsalInteractionRequiredException, giving a hint about the user can expect when they go through interactive authentication
interval() - Method in class com.microsoft.aad.msal4j.DeviceCode
interval at which the STS should be polled at
INVALID_GRANT - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
Standard Oauth2 protocol error code.
IPublicClientApplication - Interface in com.microsoft.aad.msal4j
Interface representing a public client application (Desktop, Mobile).
ITokenCache - Interface in com.microsoft.aad.msal4j
Interface representing security token cache persistence
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
IUserAssertion - Interface in com.microsoft.aad.msal4j
Interface representing a delegated user identity used by downstream applications in On-Behalf-Of flow

K

key() - Method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Returns private key of the credential.

L

logPii() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 

M

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
 
MIN_KEY_SIZE_IN_BITS - Static variable in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
 
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(InstanceDiscoveryResponse) - Constructor for exception com.microsoft.aad.msal4j.MsalServiceException
Initializes a new instance of the exception class

O

OnBehalfOfParameters - Class in com.microsoft.aad.msal4j
Object containing parameters for On-Behalf-Of flow.
OnBehalfOfParameters.OnBehalfOfParametersBuilder - Class in com.microsoft.aad.msal4j
 

P

password() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
 
password(char[]) - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 
PASSWORD_REQUIRED_FOR_MANAGED_USER - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
Password is required for managed user.
proxy() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
publicCertificate() - Method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Base64 encoded public certificate.
PublicClientApplication - Class in com.microsoft.aad.msal4j
Class to be used to acquire tokens for public client applications (Desktop, Mobile).
PublicClientApplication.Builder - Class in com.microsoft.aad.msal4j
 

R

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
 
refreshToken() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters
 
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
 
removeAccount(IAccount) - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
Removes IAccount from the cache
removeAccount(String, IAccount, Set<String>) - Method in class com.microsoft.aad.msal4j.TokenCache
Remove all cache entities related to account, including account cache entity

S

saveTokens(TokenRequest, AuthenticationResult, String) - Method in class com.microsoft.aad.msal4j.TokenCache
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters
 
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() - 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(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() - Method in class com.microsoft.aad.msal4j.SilentParameters
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
 
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
 
serialize() - Method in interface com.microsoft.aad.msal4j.ITokenCache
Serialize token cache to json
serialize() - Method in class com.microsoft.aad.msal4j.TokenCache
 
SilentParameters - Class in com.microsoft.aad.msal4j
Object containing parameters for silent requests.
SilentParameters.SilentParametersBuilder - Class in com.microsoft.aad.msal4j
 
sslSocketFactory() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
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

T

telemetryConsumer() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
tokenCache() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
tokenCache() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
 
TokenCache - Class in com.microsoft.aad.msal4j
Cache used for storing tokens.
TokenCache(ITokenCacheAccessAspect) - Constructor for class com.microsoft.aad.msal4j.TokenCache
Constructor for token cache
TokenCache() - Constructor for class com.microsoft.aad.msal4j.TokenCache
 
tokenCache() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
tokenCache(ITokenCache) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
TokenCacheAccessContext - Class in com.microsoft.aad.msal4j
Context in which the the token cache is accessed
TokenCacheAccessContext.TokenCacheAccessContextBuilder - Class in com.microsoft.aad.msal4j
 
toString() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 

U

UNKNOWN - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
Unknown error occurred
USER_REALM_DISCOVERY_FAILED - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
User realm discovery failed
userAssertion(IUserAssertion) - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
 
userAssertion() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
 
UserAssertion - Class in com.microsoft.aad.msal4j
Credential type containing an assertion representing a delegated user identity.
UserAssertion(String) - Constructor for class com.microsoft.aad.msal4j.UserAssertion
Constructor to create credential with a jwt token encoded as a base64 url encoded string.
userCode() - Method in class com.microsoft.aad.msal4j.DeviceCode
code which user needs to provide when authenticating at the verification URI
username() - Method in class com.microsoft.aad.msal4j.Account
 
username(String) - Method in class com.microsoft.aad.msal4j.Account
 
username() - Method in interface com.microsoft.aad.msal4j.IAccount
 
username(String) - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
 
username() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters
 
username() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
 
username(String) - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 
UserNamePasswordParameters - Class in com.microsoft.aad.msal4j
Object containing parameters for Username/Password flow.
UserNamePasswordParameters.UserNamePasswordParametersBuilder - Class in com.microsoft.aad.msal4j
 

V

validateAuthority() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
valueOf(String) - Static method in enum com.microsoft.aad.msal4j.InteractionRequiredExceptionReason
Returns the enum constant of this type with the specified name.
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.
verificationUri() - Method in class com.microsoft.aad.msal4j.DeviceCode
URI where user can authenticate

W

WSTRUST_ENDPOINT_NOT_FOUND_IN_METADATA_DOCUMENT - Static variable in class com.microsoft.aad.msal4j.AuthenticationErrorCode
WS-Trust Endpoint not found in Metadata document
A B C D E F G H I K L M O P R S T U V W 
Skip navigation links

Copyright © 2013–2019. All rights reserved.