- acquireDeviceCode(String, String, AuthenticationCallback<DeviceCode>) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a device code from the authority
- acquireToken(String, String, String, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a username/password flow.
- acquireToken(String, ClientAssertion, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority.
- acquireToken(String, UserAssertion, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires an access token from the authority on behalf of a user.
- acquireToken(String, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority.
- acquireToken(String, AsymmetricKeyCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority.
- acquireTokenByAuthorizationCode(String, String, String, URI, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an authorization code
previously received.
- acquireTokenByAuthorizationCode(String, URI, ClientAssertion, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an authorization code
previously received.
- acquireTokenByAuthorizationCode(String, URI, ClientAssertion, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an authorization code
previously received.
- acquireTokenByAuthorizationCode(String, URI, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an authorization code
previously received.
- acquireTokenByAuthorizationCode(String, URI, ClientCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an authorization code
previously received.
- acquireTokenByAuthorizationCode(String, URI, AsymmetricKeyCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an authorization code
previously received.
- acquireTokenByAuthorizationCode(String, URI, AsymmetricKeyCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an authorization code
previously received.
- acquireTokenByDeviceCode(DeviceCode, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires security token from the authority using an device code previously received.
- acquireTokenByRefreshToken(String, String, ClientAssertion, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- acquireTokenByRefreshToken(String, String, ClientAssertion, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- acquireTokenByRefreshToken(String, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- acquireTokenByRefreshToken(String, ClientCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- acquireTokenByRefreshToken(String, AsymmetricKeyCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- acquireTokenByRefreshToken(String, AsymmetricKeyCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- acquireTokenByRefreshToken(String, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- acquireTokenByRefreshToken(String, String, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
-
Acquires a security token from the authority using a Refresh Token
previously received.
- AdalAuthorizationGrant - Interface in com.microsoft.aad.adal4j
-
Interface for an ADAL grant.
- AdalClaimsChallengeException - Exception in com.microsoft.aad.adal4j
-
The exception type thrown when a claims challenge error occurs during token acquisition.
- AdalClaimsChallengeException(String, String) - Constructor for exception com.microsoft.aad.adal4j.AdalClaimsChallengeException
-
Constructor
- AdalDeviceCodeAuthorizationGrant - Class in com.microsoft.aad.adal4j
-
Class for device code grant.
- AdalErrorCode - Enum in com.microsoft.aad.adal4j
-
- AdalIntegratedAuthorizationGrant - Class in com.microsoft.aad.adal4j
-
- AsymmetricKeyCredential - Class in com.microsoft.aad.adal4j
-
Credential type containing X509 public certificate and RSA private key.
- AuthenticationCallback<T> - Interface in com.microsoft.aad.adal4j
-
Authentication callback Interface that can be implemented by the developer.
- AuthenticationContext - Class in com.microsoft.aad.adal4j
-
The main class representing the authority issuing tokens for resources.
- AuthenticationContext(String, boolean, ExecutorService) - Constructor for class com.microsoft.aad.adal4j.AuthenticationContext
-
Constructor to create the context with the address of the authority.
- AuthenticationException - Exception in com.microsoft.aad.adal4j
-
ADAL generic exception class
- AuthenticationException(Throwable) - Constructor for exception com.microsoft.aad.adal4j.AuthenticationException
-
Constructor
- AuthenticationException(String) - Constructor for exception com.microsoft.aad.adal4j.AuthenticationException
-
Constructor
- AuthenticationException(AdalErrorCode, String) - Constructor for exception com.microsoft.aad.adal4j.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception com.microsoft.aad.adal4j.AuthenticationException
-
Constructor
- AuthenticationResult - Class in com.microsoft.aad.adal4j
-
Contains the results of one token acquisition operation.
- AuthenticationResult(String, String, String, long, String, UserInfo, boolean) - Constructor for class com.microsoft.aad.adal4j.AuthenticationResult
-